@import url(https://fonts.googleapis.com/css?family=Prompt:400,700);
.popover {
  position: absolute;
  z-index: 2;
  transform: translate(-80%, 10%); }

.cover {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

.swatch {
  padding: 5px;
  background: #fff;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: inline-block;
  cursor: pointer; }

.analytics-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.analytics-controller {
  display: flex;
  justify-content: space-between;
  padding: 20px; }

.analytics-chart-list {
  overflow-y: scroll;
  width: 100%;
  flex: 1; }

.add-visualization {
  padding: 50px; }

.btn-set-picker-now {
  margin-right: 10px; }

.address-maps-links a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black; }

.avatar-container .avatar-container_text {
  position: relative; }

.avatar-container .upload-img-btn {
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
  background-color: white;
  border: solid 1px rgba(51, 51, 51, 0.13);
  border-radius: 50%;
  right: 10px;
  bottom: 0px; }
  .avatar-container .upload-img-btn .icon-upload-img {
    vertical-align: -webkit-baseline-middle; }

.avatarWithText-container {
  display: inline-block;
  cursor: pointer; }
  .avatarWithText-container .avatar-container {
    display: inline-block;
    margin-right: 5px; }
  .avatarWithText-container .avatarWithText-text {
    display: inline-block; }
    .avatarWithText-container .avatarWithText-text .avatarWithText-text_span {
      margin-right: 5px; }

@media (max-width: 575.98px) {
  .avatar-container {
    display: none !important; } }

.header-dropdown {
  margin: 0 10px;
  text-decoration: none;
  color: #000; }
  .header-dropdown:hover {
    text-decoration: none;
    color: #000; }
  .header-dropdown a,
  .header-dropdown a:hover {
    text-decoration: none;
    color: #000; }
  .header-dropdown i {
    margin-left: 3px; }

.header-submenu {
  padding: 10px 10px; }
  .header-submenu.submenu-lang {
    padding: 10px 10px; }

.version {
  cursor: not-allowed; }
  .version span {
    color: #ccc; }

.bo-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  transition: all .4s;
  color: #333;
  border: 1px solid transparent;
  border-color: #cccccc;
  border-radius: 3px; }
  .bo-btn:active, .bo-btn:hover {
    color: #333;
    box-shadow: 0 2px 10px 0 rgba(36, 123, 160, 0.5); }
  .bo-btn:focus {
    color: #333;
    box-shadow: 0 2px 10px 0 rgba(36, 123, 160, 0.5);
    background-color: #e6e6e6;
    border-color: #b3b3b3;
    text-decoration: none; }
  .bo-btn.primary {
    color: #fff;
    background-color: #2d5a96;
    border-color: #2d5a96; }
    .bo-btn.primary:active, .bo-btn.primary:hover {
      color: #fff; }
    .bo-btn.primary:focus {
      background-color: #21426f;
      border-color: #21426f; }
    .bo-btn.primary.btn-outline {
      color: #2d5a96;
      background-color: #fff; }
      .bo-btn.primary.btn-outline:focus, .bo-btn.primary.btn-outline:hover {
        border-color: #21426f; }
  .bo-btn.success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50; }
    .bo-btn.success:active, .bo-btn.success:hover {
      color: #fff; }
    .bo-btn.success:focus {
      background-color: #3d8b40;
      border-color: #3d8b40; }
    .bo-btn.success.btn-outline {
      color: #4caf50;
      background-color: #fff; }
      .bo-btn.success.btn-outline:focus, .bo-btn.success.btn-outline:hover {
        border-color: #3d8b40; }
  .bo-btn.info {
    color: #fff;
    background-color: #0099ff;
    border-color: #0099ff; }
    .bo-btn.info:active, .bo-btn.info:hover {
      color: #fff; }
    .bo-btn.info:focus {
      background-color: #007acc;
      border-color: #007acc; }
    .bo-btn.info.btn-outline {
      color: #0099ff;
      background-color: #fff; }
      .bo-btn.info.btn-outline:focus, .bo-btn.info.btn-outline:hover {
        border-color: #007acc; }
  .bo-btn.warning {
    color: #fff;
    background-color: #ffcc00;
    border-color: #ffcc00; }
    .bo-btn.warning:active, .bo-btn.warning:hover {
      color: #fff; }
    .bo-btn.warning:focus {
      background-color: #cca300;
      border-color: #cca300; }
    .bo-btn.warning.btn-outline {
      color: #ffcc00;
      background-color: #fff; }
      .bo-btn.warning.btn-outline:focus, .bo-btn.warning.btn-outline:hover {
        border-color: #cca300; }
  .bo-btn.danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000; }
    .bo-btn.danger:active, .bo-btn.danger:hover {
      color: #fff; }
    .bo-btn.danger:focus {
      background-color: #cc0000;
      border-color: #cc0000; }
    .bo-btn.danger.btn-outline {
      color: #ff0000;
      background-color: #fff; }
      .bo-btn.danger.btn-outline:focus, .bo-btn.danger.btn-outline:hover {
        border-color: #cc0000; }
  .bo-btn.btn-block {
    display: block;
    width: 100%; }
  .bo-btn.btn-small {
    padding: 0 23px;
    height: 30px;
    font-size: 12px;
    line-height: 1.5; }
  .bo-btn.btn-medium {
    padding: 0 42px;
    height: 36px;
    font-size: 14px;
    line-height: 1.5; }
  .bo-btn.btn-large {
    padding: 0 58px;
    height: 44px;
    font-size: 18px;
    line-height: 1.3333333; }
  .bo-btn.btn-center {
    text-align: center; }
  .bo-btn[disabled] {
    color: #fff;
    background-color: #cccccc;
    border: none;
    cursor: default !important; }
    .bo-btn[disabled].bo-btn:active, .bo-btn[disabled].bo-btn:hover, .bo-btn[disabled].bo-btn:focus {
      box-shadow: none; }
  .bo-btn.btn-with-icon {
    text-align: left; }
    .bo-btn.btn-with-icon.btn-small {
      padding: 0 3px 0 10px; }
      .bo-btn.btn-with-icon.btn-small .btn-with-icon-content {
        padding: 0 10px; }
    .bo-btn.btn-with-icon.btn-medium {
      padding: 0 6px; }
      .bo-btn.btn-with-icon.btn-medium .btn-with-icon-content {
        padding: 0 3px 0 10px; }
    .bo-btn.btn-with-icon.btn-large {
      padding: 0 6px; }
      .bo-btn.btn-with-icon.btn-large .btn-with-icon-content {
        padding: 0 38px; }

.checkbox-container {
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  padding-left: 20px;
  position: relative; }
  .checkbox-container input {
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    opacity: 0;
    position: absolute;
    z-index: 1; }
  .checkbox-container label {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 5px;
    min-height: 20px;
    padding: 0 5px;
    position: relative; }
    .checkbox-container label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -moz-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      -ms-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out;
      -webkit-transition: color 0.15s ease-in-out;
      -moz-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      -ms-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out;
      box-sizing: border-box; }
    .checkbox-container label:hover:before {
      box-shadow: inset 0 0 4px 0 #cccccc; }
  .checkbox-container input:checked + label::after {
    box-sizing: border-box;
    content: "\F3FD";
    color: #555;
    display: inline-block;
    font-family: 'Ionicons';
    font-size: 32px;
    font-weight: lighter;
    margin-left: -18px;
    margin-top: -15px;
    position: absolute;
    left: 0;
    top: 0px; }
  .checkbox-container.checkbox-inline {
    margin: 0 10px;
    display: inline-block;
    padding-left: 20px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer; }
  .checkbox-container.checkbox-circle label:before {
    border-radius: 50%; }
  .checkbox-container.primary input:checked + label:before {
    background-color: #2d5a96;
    border-color: #2d5a96; }
  .checkbox-container.primary input:checked + label::after {
    color: #fff; }
  .checkbox-container.primary label:before {
    border-color: #2d5a96; }
  .checkbox-container.primary label:hover:before {
    box-shadow: inset 0 0 4px 0 #2d5a96; }
  .checkbox-container.success input:checked + label:before {
    background-color: #4caf50;
    border-color: #4caf50; }
  .checkbox-container.success input:checked + label::after {
    color: #fff; }
  .checkbox-container.success label:before {
    border-color: #4caf50; }
  .checkbox-container.success label:hover:before {
    box-shadow: inset 0 0 4px 0 #4caf50; }
  .checkbox-container.info input:checked + label:before {
    background-color: #0099ff;
    border-color: #0099ff; }
  .checkbox-container.info input:checked + label::after {
    color: #fff; }
  .checkbox-container.info label:before {
    border-color: #0099ff; }
  .checkbox-container.info label:hover:before {
    box-shadow: inset 0 0 4px 0 #0099ff; }
  .checkbox-container.warning input:checked + label:before {
    background-color: #ffcc00;
    border-color: #ffcc00; }
  .checkbox-container.warning input:checked + label::after {
    color: #fff; }
  .checkbox-container.warning label:before {
    border-color: #ffcc00; }
  .checkbox-container.warning label:hover:before {
    box-shadow: inset 0 0 4px 0 #ffcc00; }
  .checkbox-container.danger input:checked + label:before {
    background-color: #ff0000;
    border-color: #ff0000; }
  .checkbox-container.danger input:checked + label::after {
    color: #fff; }
  .checkbox-container.danger label:before {
    border-color: #ff0000; }
  .checkbox-container.danger label:hover:before {
    box-shadow: inset 0 0 4px 0 #ff0000; }
  .checkbox-container input:disabled + label {
    opacity: 0.65; }
    .checkbox-container input:disabled + label:before {
      background-color: #eeeeee; }
    .checkbox-container input:disabled + label:hover:before {
      box-shadow: none; }

.circleText-container {
  font-size: 8px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #cccccc;
  border-radius: 50%;
  padding: 4px; }
  .circleText-container.active {
    background-color: #2d5a96; }

.creatableSelectWithLabel-container {
  position: relative;
  width: 100%; }
  .creatableSelectWithLabel-container.hasLabel {
    margin-bottom: 5px; }
  .creatableSelectWithLabel-container label {
    width: 25%;
    display: inline-block;
    margin-bottom: 0; }
    .creatableSelectWithLabel-container label.alignVertical {
      width: 100%;
      margin-bottom: 5px; }
  .creatableSelectWithLabel-container .creatableSelectWithLabel-box {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #696969;
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box; }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box::-webkit-input-placeholder {
      color: #cccccc; }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box:-moz-placeholder {
      color: #cccccc; }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box::-moz-placeholder {
      color: #cccccc; }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box:-ms-input-placeholder {
      color: #cccccc; }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box.hasLabel {
      width: calc(100% - 25%); }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box.alignVertical {
      width: 100%; }
    .creatableSelectWithLabel-container .creatableSelectWithLabel-box > div {
      border-color: #cccccc;
      box-shadow: none;
      align-items: baseline; }
      .creatableSelectWithLabel-container .creatableSelectWithLabel-box > div > div:nth-child(2) > div {
        padding-top: 0;
        padding-bottom: 0; }
  .creatableSelectWithLabel-container .creatableSelectWithLabel-error {
    position: absolute;
    width: 100%;
    color: #ff0000;
    text-align: right;
    margin-top: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .creatableSelectWithLabel-container label {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .creatableSelectWithLabel-container .creatableSelectWithLabel-box {
    width: 100%;
    display: block; } }

.compass-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .compass-container i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 18px; }

.datepickerWithLabel-container {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .datepickerWithLabel-container label {
    width: 25%;
    display: inline-block;
    margin-bottom: 0; }
    .datepickerWithLabel-container label.alignVertical {
      width: 100%;
      margin-bottom: 5px; }
  .datepickerWithLabel-container .datepicker-container {
    width: calc(100% - 25%);
    display: inline-block; }
    .datepickerWithLabel-container .datepicker-container.alignVertical {
      width: 100%; }
  .datepickerWithLabel-container .datepickerWithLabel-error {
    position: absolute;
    width: 100%;
    color: #ff0000;
    text-align: right;
    margin-top: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .datepickerWithLabel-container label {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .datepickerWithLabel-container .datepicker-container {
    width: 100%;
    display: block; } }

.movingCar {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.idlingCar {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.stopingCar {
  border: 1px solid #fb0000;
  background-color: #fb0000; }

.offlineCar {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0; }

.deviceInfoBox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }

.deviceInfoBox-duration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 50px;
  background-color: #5584AC;
  color: white; }

.deviceInfoBox-text-duration {
  font-size: 10px;
  padding: 5px 10px;
  color: #6b6b6b;
  background-color: #f5f5f5;
  border-radius: 10px; }

.deviceInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: row;
  flex: 6; }
  .deviceInfoBox-container:last-child {
    border-bottom: none; }
  .deviceInfoBox-container.active {
    background-color: #e8f0ff; }
  .deviceInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 8px !important; }
  .deviceInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .deviceInfoBox-container .image-container {
    vertical-align: text-top;
    width: 16px;
    height: 16px; }
  .deviceInfoBox-container .deviceInfoBox-section_one {
    width: 15%;
    margin-right: 10px;
    text-align: center;
    position: relative; }
    .deviceInfoBox-container .deviceInfoBox-section_one .image-device {
      width: 38px;
      height: 38px;
      padding: 5px;
      border-radius: 50%; }
    .deviceInfoBox-container .deviceInfoBox-section_one .canbus-tag-container {
      position: absolute;
      bottom: -9px;
      right: -2px;
      height: 20px;
      width: 20px;
      padding: 2px;
      border-color: #fff !important; }
  .deviceInfoBox-container .deviceInfoBox-section_two {
    width: calc(100% - 15% - 10px); }
    .deviceInfoBox-container .deviceInfoBox-section_two .nogsmsignal-icon {
      height: 15px;
      margin-left: 3px;
      margin-bottom: 5px; }
    .deviceInfoBox-container .deviceInfoBox-section_two > div {
      width: 100%;
      margin-bottom: 5px; }
      .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_name {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_name > span:first-child {
          font-weight: bold; }
        .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_name > span.two_address-time {
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          padding: 2px 6px; }
      .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_attributes {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_attributes > .two_attributes-list {
          display: inline-flex;
          margin-bottom: 0; }
          .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_attributes > .two_attributes-list > * {
            margin-right: 5px; }
      .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_address {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_address > span {
          display: inline-flex;
          font-size: 11px; }
          .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_address > span:first-child {
            overflow-x: auto;
            width: 80%; }
            .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_address > span:first-child::-webkit-scrollbar {
              display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .deviceInfoBox-container {
    font-size: 9px; }
    .deviceInfoBox-container i {
      font-size: 14px; }
    .deviceInfoBox-container .image-container {
      width: 14px;
      height: 14px; }
    .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_attributes > * {
      margin-right: 3px; }
    .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_address > span {
      font-size: 8px; }
      .deviceInfoBox-container .deviceInfoBox-section_two > div.section-two_address > span i {
        font-size: 10px; } }

.driverInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 0;
  border-bottom: 1px solid #cccccc; }
  .driverInfoBox-container:last-child {
    border-bottom: none; }
  .driverInfoBox-container.active {
    background-color: #e8f0ff; }
  .driverInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .driverInfoBox-container > .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    vertical-align: baseline;
    font-size: 40px;
    color: #696969; }
  .driverInfoBox-container > .driverInfoBox-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100%; }
    .driverInfoBox-container > .driverInfoBox-detail .iconWithText-container {
      display: inline-flex;
      margin-bottom: 3px; }
      .driverInfoBox-container > .driverInfoBox-detail .iconWithText-container:not(:first-child) {
        font-size: 10px;
        color: #696969; }
      .driverInfoBox-container > .driverInfoBox-detail .iconWithText-container:nth-child(3) {
        color: #2d5a96; }
      .driverInfoBox-container > .driverInfoBox-detail .iconWithText-container i {
        vertical-align: text-bottom;
        font-size: 12px; }
    .driverInfoBox-container > .driverInfoBox-detail .assigned {
      justify-content: flex-end; }

.EventDeviceBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .EventDeviceBox-container:last-child {
    border-bottom: none; }
  .EventDeviceBox-container.active {
    background-color: #e8f0ff; }
  .EventDeviceBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .EventDeviceBox-container > .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    vertical-align: baseline;
    font-size: 30px;
    color: #696969; }
  .EventDeviceBox-container > .EventDeviceBox-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100%; }
    .EventDeviceBox-container > .EventDeviceBox-detail .iconWithText-container {
      display: inline-flex;
      margin-bottom: 3px; }
      .EventDeviceBox-container > .EventDeviceBox-detail .iconWithText-container:not(:first-child) {
        font-size: 10px;
        color: #696969; }
      .EventDeviceBox-container > .EventDeviceBox-detail .iconWithText-container:nth-child(3) {
        color: #2d5a96; }
      .EventDeviceBox-container > .EventDeviceBox-detail .iconWithText-container i {
        vertical-align: text-bottom;
        font-size: 12px; }
  .EventDeviceBox-container > .eventDeviceBox-section_one {
    width: 15%;
    margin-right: 10px;
    text-align: center;
    position: relative; }
    .EventDeviceBox-container > .eventDeviceBox-section_one .image-device {
      width: 38px;
      height: 38px;
      padding: 5px;
      border-radius: 50%; }

.dynamicStatusBar-container {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .dynamicStatusBar-container .iconWithText-container {
    cursor: pointer;
    justify-content: center; }
    .dynamicStatusBar-container .iconWithText-container.active {
      background-color: #e8f0ff; }
    .dynamicStatusBar-container .iconWithText-container.all {
      color: #1c6bc5; }
    .dynamicStatusBar-container .iconWithText-container i {
      font-size: 16px; }

.EnginHourInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 0;
  border-bottom: 1px solid #cccccc; }
  .EnginHourInfoBox-container:last-child {
    border-bottom: none; }
  .EnginHourInfoBox-container.active {
    background-color: #e8f0ff; }
  .EnginHourInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .EnginHourInfoBox-container > .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    vertical-align: baseline;
    font-size: 40px;
    color: #696969; }
  .EnginHourInfoBox-container > .EnginHourInfoBox-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100%;
    padding-left: 10px !important;
    padding-right: 10px; }
    .EnginHourInfoBox-container > .EnginHourInfoBox-detail .EnginHourInfoBox-Span {
      margin-left: 100% !important;
      margin-top: 5%;
      font-size: 15px !important;
      width: 30%;
      float: right;
      text-align: right; }
    .EnginHourInfoBox-container > .EnginHourInfoBox-detail .ic {
      margin-right: 5px; }
    .EnginHourInfoBox-container > .EnginHourInfoBox-detail .iconWithText-container {
      display: inline-flex;
      margin-bottom: 3px;
      padding-left: 10px !important; }
      .EnginHourInfoBox-container > .EnginHourInfoBox-detail .iconWithText-container:not(:first-child) {
        font-size: 14px;
        color: #696969; }
      .EnginHourInfoBox-container > .EnginHourInfoBox-detail .iconWithText-container i {
        vertical-align: text-bottom;
        font-size: 12px; }

.eventInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 0;
  border-bottom: 1px solid #cccccc; }
  .eventInfoBox-container:last-child {
    border-bottom: none; }
  .eventInfoBox-container.active {
    background-color: #e8f0ff; }
  .eventInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .eventInfoBox-container .image-container {
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 20px; }
  .eventInfoBox-container .image-container-icon {
    width: 50px;
    height: 50px;
    margin: 10px 10px 10px 20px;
    color: #2ab6d0;
    font-size: 35px; }
  .eventInfoBox-container > .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    vertical-align: baseline;
    font-size: 30px;
    color: #696969; }
  .eventInfoBox-container > .eventInfoBox-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100%; }
    .eventInfoBox-container > .eventInfoBox-detail .iconWithText-container {
      display: inline-flex;
      margin-bottom: 3px; }
      .eventInfoBox-container > .eventInfoBox-detail .iconWithText-container:not(:first-child) {
        font-size: 10px;
        color: #696969; }
      .eventInfoBox-container > .eventInfoBox-detail .iconWithText-container:nth-child(3) {
        color: #2d5a96; }
      .eventInfoBox-container > .eventInfoBox-detail .iconWithText-container i {
        vertical-align: text-bottom;
        font-size: 12px; }

.event-marker-object > img {
  transform: translate(-50%, -50%);
  position: absolute; }

.event-marker-object .event-marker-popup {
  transform: translate(-50%, -110%);
  position: absolute;
  z-index: 1;
  text-align: center; }

.event-marker-object .arrow-down {
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2d5a96; }

.event-info-marker {
  font-family: "prompt", 'sans serif' !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 300px;
  z-index: 2;
  text-align: center;
  background-color: #2d5a96;
  padding: 1.7em;
  border-radius: 0.2em;
  color: #fff; }
  .event-info-marker > .event-info-marker-header {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 7px; }
    .event-info-marker > .event-info-marker-header .title-image {
      margin-right: 10px; }
    .event-info-marker > .event-info-marker-header .title-detail {
      width: 100%;
      text-align: left; }
      .event-info-marker > .event-info-marker-header .title-detail > p {
        margin: 0; }
      .event-info-marker > .event-info-marker-header .title-detail .title-detail_name {
        font-size: 14px;
        font-weight: bold; }
      .event-info-marker > .event-info-marker-header .title-detail .title-detail_device {
        font-size: 12px; }
    .event-info-marker > .event-info-marker-header .event-info-direction {
      position: absolute;
      top: -6px;
      right: -6px; }
  .event-info-marker > .event-info-location {
    width: 100%;
    text-align: left;
    font-size: 10px; }
    .event-info-marker > .event-info-location div {
      margin-bottom: 4px; }
  .event-info-marker > .event-info-marker-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 5px;
    width: 100%;
    font-size: 9px; }
    .event-info-marker > .event-info-marker-description .description-value {
      font-size: 11px; }
    .event-info-marker > .event-info-marker-description .iconWithText-container {
      width: initial; }

.event-info-popover .ant-popover-arrow {
  border-color: #2d5a96 !important; }

.history-conclusion {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #cccccc; }
  .history-conclusion p {
    font-weight: bold; }
  .history-conclusion .conclusion-box {
    margin-left: 5px;
    margin-bottom: 5px; }
    .history-conclusion .conclusion-box .iconWithText-container {
      width: calc(100% - 50px); }
  .history-conclusion .duration-info-btn {
    border-color: rgba(0, 0, 0, 0); }
    .history-conclusion .duration-info-btn:active, .history-conclusion .duration-info-btn:hover, .history-conclusion .duration-info-btn:focus {
      border-color: rgba(0, 0, 0, 0); }

@media (min-width: 768px) and (max-width: 1023px) {
  .history-conclusion {
    font-size: 9; } }

.geofenceInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .geofenceInfoBox-container:last-child {
    border-bottom: none; }
  .geofenceInfoBox-container.active {
    background-color: #e8f0ff; }
  .geofenceInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .geofenceInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .geofenceInfoBox-container > span {
    width: 100%;
    margin-bottom: 5px; }
    .geofenceInfoBox-container > span:first-child {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .geofenceInfoBox-container > span:first-child i {
        font-size: 14px;
        margin-left: 10px; }
    .geofenceInfoBox-container > span:not(:first-child) {
      color: #696969;
      font-size: 10px; }
    .geofenceInfoBox-container > span:last-child {
      margin-bottom: 0; }
    .geofenceInfoBox-container > span i {
      font-size: 12px; }
  .geofenceInfoBox-container .ant-tag {
    height: 16px;
    line-height: 1rem;
    font-size: 0.9rem; }

@media (min-width: 768px) and (max-width: 1023px) {
  .geofenceInfoBox-container {
    font-size: 9px; }
    .geofenceInfoBox-container i {
      font-size: 14px; } }

.movingCar {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.idlingCar {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.stopingCar {
  border: 1px solid #fb0000;
  background-color: #fb0000; }

.offlineCar {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0; }

.heavyInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: row;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .heavyInfoBox-container.active {
    background-color: #e8f0ff; }
  .heavyInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .heavyInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .heavyInfoBox-container .image-container {
    vertical-align: text-top;
    width: 16px;
    height: 16px; }
  .heavyInfoBox-container .heavyInfoBox-section_one {
    width: 15%;
    margin-right: 10px;
    text-align: center;
    position: relative; }
    .heavyInfoBox-container .heavyInfoBox-section_one .image-heavy {
      width: 38px;
      height: 38px;
      padding: 5px;
      border-radius: 50%; }
    .heavyInfoBox-container .heavyInfoBox-section_one .canbus-tag-container {
      position: absolute;
      bottom: -9px;
      right: -2px;
      height: 20px;
      width: 20px;
      padding: 2px;
      border-color: #fff !important; }
  .heavyInfoBox-container .heavyInfoBox-section_two {
    width: calc(100% - 15% - 10px); }
    .heavyInfoBox-container .heavyInfoBox-section_two > div {
      width: 100%;
      margin-bottom: 5px; }
      .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_name {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_name > span:first-child {
          font-weight: bold; }
        .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_name > span.two_address-time {
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          padding: 2px 6px; }
      .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_attributes {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_attributes .nogsmsignal-icon {
          height: 15px;
          margin-left: 3px;
          margin-bottom: 5px; }
        .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_attributes > .two_attributes-list {
          display: inline-flex;
          margin-bottom: 0; }
          .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_attributes > .two_attributes-list > * {
            margin-right: 5px; }
      .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_address {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_address > span {
          display: inline-flex;
          font-size: 11px; }
          .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_address > span:first-child {
            overflow-x: auto;
            width: 80%; }
            .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_address > span:first-child::-webkit-scrollbar {
              display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .heavyInfoBox-container {
    font-size: 9px; }
    .heavyInfoBox-container i {
      font-size: 14px; }
    .heavyInfoBox-container .image-container {
      width: 14px;
      height: 14px; }
    .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_attributes > * {
      margin-right: 3px; }
    .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_address > span {
      font-size: 8px; }
      .heavyInfoBox-container .heavyInfoBox-section_two > div.section-two_address > span i {
        font-size: 10px; } }

.historyInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .historyInfoBox-container:last-child {
    border-bottom: none; }
  .historyInfoBox-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }
    .historyInfoBox-container > div:last-child {
      margin-bottom: 0; }
  .historyInfoBox-container.active {
    background-color: #e8f0ff; }
  .historyInfoBox-container .historyInfoBox-section_first {
    align-items: baseline; }
    .historyInfoBox-container .historyInfoBox-section_first .signal-container {
      margin-left: 10px; }
    .historyInfoBox-container .historyInfoBox-section_first .nosatellite-icon {
      height: 25px;
      margin-left: 3px;
      margin-bottom: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .circleText-container {
    margin-right: 3px; }
  .historyInfoBox-container .historyInfoBox-section_second .image-dlt {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .box {
    border: 1px solid #cccccc;
    padding: 0 10px;
    margin-right: 3px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-breaking {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-overSpeed {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-harsh {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-cornering {
    margin-right: 5px; }
  .historyInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyInfoBox-container {
    font-size: 9px; } }

.historyInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .historyInfoBox-container:last-child {
    border-bottom: none; }
  .historyInfoBox-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }
    .historyInfoBox-container > div:last-child {
      margin-bottom: 0; }
  .historyInfoBox-container.active {
    background-color: #e8f0ff; }
  .historyInfoBox-container .historyInfoBox-section_first {
    align-items: baseline; }
    .historyInfoBox-container .historyInfoBox-section_first .signal-container {
      margin-left: 10px; }
    .historyInfoBox-container .historyInfoBox-section_first .nosatellite-icon {
      height: 25px;
      margin-left: 3px;
      margin-bottom: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .circleText-container {
    margin-right: 3px; }
  .historyInfoBox-container .historyInfoBox-section_second .image-dlt {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .box {
    border: 1px solid #cccccc;
    padding: 0 10px;
    margin-right: 3px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-breaking {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-overSpeed {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-harsh {
    margin-right: 5px; }
  .historyInfoBox-container .historyInfoBox-section_second .kpi-icons-cornering {
    margin-right: 5px; }
  .historyInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyInfoBox-container {
    font-size: 9px; } }

.historyEventBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: row;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .historyEventBox-container:last-child {
    border-bottom: none; }
  .historyEventBox-container.active {
    background-color: #e8f0ff; }
  .historyEventBox-container p {
    font-size: 12px; }
  .historyEventBox-container .image-container {
    vertical-align: text-top;
    width: 50px;
    height: 50px; }
  .historyEventBox-container .historyEventBox-section_first {
    width: 15%;
    margin-right: 10px;
    text-align: center;
    position: relative; }
    .historyEventBox-container .historyEventBox-section_first .canbus-tag-container {
      position: absolute;
      bottom: -9px;
      right: -2px;
      height: 20px;
      width: 20px;
      padding: 2px;
      border-color: #fff !important; }
  .historyEventBox-container .historyEventBox-section_second {
    width: calc(100% - 15% - 10px); }
    .historyEventBox-container .historyEventBox-section_second .image-container {
      vertical-align: text-top;
      width: 20px;
      height: 20px; }
    .historyEventBox-container .historyEventBox-section_second > div {
      width: 100%;
      margin-bottom: 5px; }
      .historyEventBox-container .historyEventBox-section_second > div.section-two_name {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .historyEventBox-container .historyEventBox-section_second > div.section-two_name > span:first-child {
          font-weight: bold;
          color: #1A4E9C; }
        .historyEventBox-container .historyEventBox-section_second > div.section-two_name > span.two_address-time {
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          padding: 2px 6px; }
      .historyEventBox-container .historyEventBox-section_second > div.section-two_attributes {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .historyEventBox-container .historyEventBox-section_second > div.section-two_attributes > .two_attributes-list {
          display: inline-flex;
          margin-bottom: 0; }
          .historyEventBox-container .historyEventBox-section_second > div.section-two_attributes > .two_attributes-list > * {
            margin-right: 5px; }
      .historyEventBox-container .historyEventBox-section_second > div.section-two_address {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .historyEventBox-container .historyEventBox-section_second > div.section-two_address > span {
          display: inline-flex;
          font-size: 11px; }
          .historyEventBox-container .historyEventBox-section_second > div.section-two_address > span:first-child {
            overflow-x: auto;
            width: 80%; }
            .historyEventBox-container .historyEventBox-section_second > div.section-two_address > span:first-child::-webkit-scrollbar {
              display: none; }
  .historyEventBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyEventBox-container {
    font-size: 12px; }
    .historyEventBox-container .historyEventBox-section_first {
      color: #1A4E9C; } }

.historyTripBox-timeline-container {
  display: flex;
  align-content: center;
  margin: auto;
  height: 100%;
  flex-direction: column;
  justify-content: space-around; }

.historyTripBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  display: inline;
  flex-direction: column;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .historyTripBox-container > div {
    width: 100%;
    margin-bottom: 10px; }
    .historyTripBox-container > div:last-child {
      margin-bottom: 0; }
  .historyTripBox-container.active {
    background-color: #e8f0ff; }
  .historyTripBox-container p {
    font-size: 12px; }
  .historyTripBox-container .historyTripBox-section_first {
    align-items: baseline;
    font-weight: bold; }
    .historyTripBox-container .historyTripBox-section_first .signal-container {
      margin-left: 10px; }
    .historyTripBox-container .historyTripBox-section_first .nosatellite-icon {
      height: 25px;
      margin-left: 3px;
      margin-bottom: 5px; }
  .historyTripBox-container .historyTripBox-section_second .circleText-container {
    margin-right: 3px; }
  .historyTripBox-container .historyTripBox-section_second .image-dlt {
    margin-right: 5px; }
  .historyTripBox-container .historyTripBox-section_second .box {
    border: 1px solid #cccccc;
    padding: 0 10px;
    margin-right: 3px; }
  .historyTripBox-container .historyTripBox-section_second .kpi-icons-breaking {
    margin-right: 5px; }
  .historyTripBox-container .historyTripBox-section_second .kpi-icons-overSpeed {
    margin-right: 5px; }
  .historyTripBox-container .historyTripBox-section_second .kpi-icons-harsh {
    margin-right: 5px; }
  .historyTripBox-container .historyTripBox-section_second .kpi-icons-cornering {
    margin-right: 5px; }
  .historyTripBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .historyTripBox-container .historyTripBox-section_top {
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 15px; }
    .historyTripBox-container .historyTripBox-section_top p {
      font-weight: 600;
      color: #1a4e9c; }
  .historyTripBox-container .ant-timeline-item {
    margin: 0;
    padding: 0; }
  .historyTripBox-container .ant-timeline-item-content {
    margin: 0 0 0 18px;
    position: relative;
    top: -4px; }
  .historyTripBox-container .historyTripBox-section_middle {
    display: block;
    color: #2ab6d0; }
    .historyTripBox-container .historyTripBox-section_middle > .distance,
    .historyTripBox-container .historyTripBox-section_middle > .duration {
      display: inline;
      float: right;
      color: rgba(0, 0, 0, 0.65);
      padding-right: 10px; }
  .historyTripBox-container .historyTripBox-section_bottom {
    float: right;
    width: auto;
    text-align: right;
    color: rgba(0, 0, 0, 0.65); }
  .historyTripBox-container .ant-timeline-item-last > .ant-timeline-item-content {
    min-height: 20px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyTripBox-container {
    font-size: 0px; } }

.historyTimelineBox-container {
  width: 100%;
  height: 100%;
  padding: 2.5px 5px;
  font-size: 10px;
  font-weight: bold; }
  .historyTimelineBox-container .historyTimelineBox-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px; }
    .historyTimelineBox-container .historyTimelineBox-wrapper.active {
      background-color: #e8f0ff; }
    .historyTimelineBox-container .historyTimelineBox-wrapper > div {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%; }
    .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-time {
      width: 15%; }
      .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-time > span:nth-child(odd) {
        background-color: #e8f0ff;
        border-radius: 10px;
        padding: 3px; }
    .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-slot {
      width: 60%; }
      .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-slot > div {
        position: relative;
        width: 90%;
        height: 10px;
        margin-bottom: 5px;
        background-color: #e8f0ff;
        border-radius: 3px;
        overflow: hidden; }
        .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-slot > div .player-slider_data {
          height: 10px;
          position: absolute; }
    .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-detail {
      width: 25%;
      align-items: flex-start;
      padding-left: 2%; }
      .historyTimelineBox-container .historyTimelineBox-wrapper .historyTimelineBox-detail .iconWithText-container img {
        width: 15px;
        height: 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyTimelineBox-container {
    font-size: 9px; } }

.history-conclusion-box {
  height: 80px;
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #cccccc; }
  .history-conclusion-box p {
    font-weight: bold; }
  .history-conclusion-box .conclusion-box {
    margin-bottom: 3px; }
    .history-conclusion-box .conclusion-box .iconWithText-container {
      width: calc(100% - 50px); }
  .history-conclusion-box .duration-info-btn {
    border-color: rgba(0, 0, 0, 0); }
    .history-conclusion-box .duration-info-btn:active, .history-conclusion-box .duration-info-btn:hover, .history-conclusion-box .duration-info-btn:focus {
      border-color: rgba(0, 0, 0, 0); }

@media (min-width: 768px) and (max-width: 1023px) {
  .history-conclusion {
    font-size: 9; } }



.bo-icon-wrapper .bo-icon-class {
  cursor: pointer;
  color: var(--icon-color); }
  .bo-icon-wrapper .bo-icon-class:hover {
    color: var(--hover-color); }

.bo-icon-wrapper .bo-icon-img {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: var(--icon-img); }
  .bo-icon-wrapper .bo-icon-img:hover {
    opacity: var(--hover-opacity);
    background-image: var(--hover-img); }

.iconCircle-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 28px;
  height: 28px;
  font-size: 12px;
  padding: 5px;
  color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 50%; }
  .iconCircle-container > .image-container {
    margin-right: 5px; }

.iconRounded-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 28px;
  font-size: 12px;
  padding: 5px 7px;
  color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 28px;
  transition: all .2s ease-in-out; }
  .iconRounded-container > .image-container {
    margin-right: 5px; }
  .iconRounded-container span {
    margin-left: 5px; }
  .iconRounded-container.warning {
    color: #f3ae3f;
    border: 1px solid #f3ae3f; }
  .iconRounded-container:hover {
    background: #f3ae3f;
    color: white; }

.iconWithText-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%; }
  .iconWithText-container.alignVertical {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .iconWithText-container.alignVertical > i,
    .iconWithText-container.alignVertical .image-container {
      margin-right: 0;
      margin-bottom: 2px; }
  .iconWithText-container > i,
  .iconWithText-container .image-container {
    margin-right: 5px; }


.image-slider-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75); }
  .image-slider-container .image-control-btn {
    position: absolute;
    z-index: 999;
    margin: 10px; }
    .image-slider-container .image-control-btn.top-right {
      top: 0;
      right: 0; }
    .image-slider-container .image-control-btn.left {
      top: 50%;
      left: 0; }
    .image-slider-container .image-control-btn.right {
      top: 50%;
      right: 0; }
  .image-slider-container .image-container {
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .image-slider-container .image-container .image {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      min-height: 100%; }

.info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px; }
  .info-container .iconWithText-container {
    width: 100%; }
  .info-container .info-detail {
    width: 100%;
    text-align: right;
    font-weight: bold;
    padding-left: 5px; }
  .info-container .driver-status-yellow {
    color: #feae02; }
  .info-container .driver-status-green {
    color: green; }

@media (min-width: 768px) and (max-width: 1023px) {
  .info-container {
    font-size: 1rem; } }

.inputWithButton-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between; }
  .inputWithButton-container label {
    width: 25%; }
  .inputWithButton-container > div.input {
    width: 45%; }
    .inputWithButton-container > div.input .inputWithButton-input {
      width: 100%;
      height: 28px;
      font-size: 10px;
      outline: none;
      border-radius: 4px; }
  .inputWithButton-container > div.button {
    width: 20%;
    text-align: right; }
    .inputWithButton-container > div.button .bo-btn {
      width: 100%;
      text-align: center;
      padding: initial; }

.inputWithIcon-container {
  position: relative;
  width: 100%; }
  .inputWithIcon-container .inputWithIcon-box {
    width: 100%;
    height: 34px;
    font-size: 12px;
    color: #696969;
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px; }
    .inputWithIcon-container .inputWithIcon-box::-webkit-input-placeholder {
      color: #cccccc; }
    .inputWithIcon-container .inputWithIcon-box:-moz-placeholder {
      color: #cccccc; }
    .inputWithIcon-container .inputWithIcon-box::-moz-placeholder {
      color: #cccccc; }
    .inputWithIcon-container .inputWithIcon-box:-ms-input-placeholder {
      color: #cccccc; }
  .inputWithIcon-container i {
    z-index: 1;
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 18px;
    color: #cccccc; }

.inputWithLabel-container {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .inputWithLabel-container label {
    width: 25%;
    display: inline-block;
    margin-bottom: 0; }
    .inputWithLabel-container label.alignVertical {
      width: 100%;
      margin-bottom: 5px; }
    .inputWithLabel-container label.required::after {
      content: '*';
      position: absolute;
      color: red;
      margin-left: 3px; }
  .inputWithLabel-container .inputWithLabel-box {
    width: calc(100% - 25%);
    height: 34px;
    display: inline-block;
    font-size: 12px;
    color: #696969;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px; }
    .inputWithLabel-container .inputWithLabel-box::-webkit-input-placeholder {
      color: #cccccc; }
    .inputWithLabel-container .inputWithLabel-box:-moz-placeholder {
      color: #cccccc; }
    .inputWithLabel-container .inputWithLabel-box::-moz-placeholder {
      color: #cccccc; }
    .inputWithLabel-container .inputWithLabel-box:-ms-input-placeholder {
      color: #cccccc; }
    .inputWithLabel-container .inputWithLabel-box.alignVertical {
      width: 100%; }
  .inputWithLabel-container .inputWithLabel-error {
    position: absolute;
    width: 100%;
    color: #ff0000;
    text-align: center;
    margin-top: 3px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .inputWithLabel-container label {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .inputWithLabel-container .inputWithLabel-box {
    width: 100%;
    display: block; } }

.inputWithSelection-container > div {
  width: 50%;
  display: inline-block; }
  .inputWithSelection-container > div .inputWithSelection-input {
    width: 100%;
    height: 28px;
    font-size: 10px;
    outline: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .inputWithSelection-container > div .selectWithLabel-container > div > div {
    min-width: 100px; }

@media (min-width: 1025px) {
  .list-box {
    height: 10% !important;
    cursor: default !important; } }

.list-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  flex-direction: row;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }

.ReactModal__Content {
  height: fit-content !important;
  width: fit-content !important;
  max-height: calc(100vh - 20%) !important;
  position: absolute !important;
  overflow: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 11px 15px -7px #00000033, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f; }
  .ReactModal__Content .ant-input, .ReactModal__Content .ant-select {
    width: 300px;
    max-width: 300px; }
  @media (max-width: 768px) {
    .ReactModal__Content .ant-input, .ReactModal__Content .ant-select {
      width: 250px;
      max-width: 250px; } }

.notification-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1;
  position: relative; }
  .notification-container .image-container {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); }
  .notification-container .circleText-container {
    position: absolute;
    left: -6px;
    top: -6px;
    background-color: #ff0000;
    font-size: 7px;
    min-width: 20px; }
  .notification-container #triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #1f3f66;
    position: absolute;
    /* right: -6.5px; */
    top: 21px !important;
    left: -3px !important;
    /* z-index: 9999; */
    z-index: 1000 !important; }

.orderInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .orderInfoBox-container:last-child {
    border-bottom: none; }
  .orderInfoBox-container.active {
    background-color: #e8f0ff; }
  .orderInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .orderInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .orderInfoBox-container > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    .orderInfoBox-container > div:first-child > span:first-child {
      margin-bottom: calc(5px/2); }
    .orderInfoBox-container > div:first-child > span:last-child {
      color: #696969; }

@media (min-width: 768px) and (max-width: 1023px) {
  .orderInfoBox-container {
    font-size: 9px; }
    .orderInfoBox-container i {
      font-size: 14px; } }

.panelHeader-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a4e9c;
  /* Old browsers */
  height: 53px;
  color: #fff;
  background-color: #2d5a96;
  padding: 5px;
  font-size: 1.6rem;
  font-family: "prompt", "sans serif"; }
  .panelHeader-container i {
    cursor: pointer; }

.playback-dynamic-graph-container {
  text-align: center; }
  .playback-dynamic-graph-container .header {
    width: 100%;
    display: flex;
    justify-content: space-between; }

.playback-history-display-controller-group {
  display: flex; }
  .playback-history-display-controller-group .playback-history-display-controller {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    color: #000; }
    .playback-history-display-controller-group .playback-history-display-controller.inActive {
      color: #ddd; }

.reportInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border-bottom: 1px solid #cccccc; }
  .reportInfoBox-container.active {
    background-color: #e8f0ff; }
  .reportInfoBox-container:hover {
    background-color: #f4f7ff; }
  .reportInfoBox-container .reportInfoBox-icon {
    font-size: 2.7em;
    padding: 20px; }
  .reportInfoBox-container .reportInfoBox-infomation {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 3; }
    .reportInfoBox-container .reportInfoBox-infomation > .reportInfoBox-infomation-name {
      padding-bottom: 5px;
      font-weight: bold;
      font-size: 0.9em; }
    .reportInfoBox-container .reportInfoBox-infomation > .reportInfoBox-infomation-type {
      font-size: 0.85em; }
    .reportInfoBox-container .reportInfoBox-infomation > .reportInfoBox-infomation-time {
      font-size: 0.7em; }
  .reportInfoBox-container .reportInfoBox-loading-action {
    padding: 10px; }
  .reportInfoBox-container .reportInfoBox-action {
    display: flex;
    padding: 5px; }

.selectWithLabel-container {
  position: relative;
  width: 100%; }
  .selectWithLabel-container.hasLabel {
    margin-bottom: 5px; }
  .selectWithLabel-container label {
    width: 25%;
    display: inline-block;
    margin-bottom: 0; }
    .selectWithLabel-container label.alignVertical {
      width: 100%;
      margin-bottom: 5px; }
    .selectWithLabel-container label.required::after {
      content: '*';
      position: absolute;
      color: red;
      margin-left: 3px; }
  .selectWithLabel-container .selectWithLabel-box {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #696969;
    padding: 0;
    margin: 0;
    outline: none;
    box-sizing: border-box; }
    .selectWithLabel-container .selectWithLabel-box::-webkit-input-placeholder {
      color: #cccccc; }
    .selectWithLabel-container .selectWithLabel-box:-moz-placeholder {
      color: #cccccc; }
    .selectWithLabel-container .selectWithLabel-box::-moz-placeholder {
      color: #cccccc; }
    .selectWithLabel-container .selectWithLabel-box:-ms-input-placeholder {
      color: #cccccc; }
    .selectWithLabel-container .selectWithLabel-box.hasLabel {
      width: calc(100% - 25%); }
    .selectWithLabel-container .selectWithLabel-box.alignVertical {
      width: 100%; }
    .selectWithLabel-container .selectWithLabel-box > div {
      border-color: #cccccc;
      box-shadow: none;
      align-items: baseline; }
      .selectWithLabel-container .selectWithLabel-box > div > div:nth-child(2) > div {
        padding-top: 0;
        padding-bottom: 0; }
    .selectWithLabel-container .selectWithLabel-box .css-1492t68 {
      font-size: 12px; }
    .selectWithLabel-container .selectWithLabel-box .css-okbojl {
      font-size: 12px; }
  .selectWithLabel-container .selectWithLabel-error {
    position: absolute;
    width: 100%;
    color: #ff0000;
    margin-top: 3px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .selectWithLabel-container label {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .selectWithLabel-container .selectWithLabel-box {
    width: 100%;
    display: block; } }

.movingCar {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.idlingCar {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.stopingCar {
  border: 1px solid #fb0000;
  background-color: #fb0000; }

.offlineCar {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0; }

.serviceInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: row;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc;
  justify-content: left !important; }
  .serviceInfoBox-container.active {
    background-color: #e8f0ff; }
  .serviceInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .serviceInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .serviceInfoBox-container .serviceInfoBox-first {
    width: 40.5%; }
  .serviceInfoBox-container .serviceInfoBox-second {
    width: 20.5%; }
  .serviceInfoBox-container .serviceInfoBox-fourth {
    width: 21%;
    text-align: center; }
  .serviceInfoBox-container .serviceInfoBox-third {
    width: 15%;
    text-align: center; }
  .serviceInfoBox-container .task-width {
    width: 49%; }
  .serviceInfoBox-container .icon-diy {
    background-color: #e4e4e4;
    padding: 6px 8px;
    border-radius: 50%; }
  .serviceInfoBox-container .serviceInfoBox-first {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start; }
    .serviceInfoBox-container .serviceInfoBox-first .serviceInfoBox-first_icon {
      width: 48%;
      display: inline-block;
      margin-right: 10px;
      text-align: left; }
      .serviceInfoBox-container .serviceInfoBox-first .serviceInfoBox-first_icon:first-child {
        font-size: 14px;
        font-weight: bold; }
      .serviceInfoBox-container .serviceInfoBox-first .serviceInfoBox-first_icon .image-device {
        width: 38px;
        height: 38px;
        padding: 5px;
        border-radius: 50%; }
    .serviceInfoBox-container .serviceInfoBox-first .serviceInfoBox-first_name {
      width: 45%;
      display: inline-block;
      margin-right: 10px; }
      .serviceInfoBox-container .serviceInfoBox-first .serviceInfoBox-first_name > span {
        display: block;
        width: 100%; }
        .serviceInfoBox-container .serviceInfoBox-first .serviceInfoBox-first_name > span:first-child {
          font-size: 14px; }
  .serviceInfoBox-container .serviceInfoBox-fourth {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.serviceInfoNotifyBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #cccccc; }
  .serviceInfoNotifyBox-container:last-child {
    border-bottom: none; }
  .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column {
    width: 25%;
    display: inline-block; }
    .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column:last-child {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column:last-child > div i {
        cursor: pointer;
        margin-left: 5px;
        font-size: 14px; }
    .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column .iconWithText-container i {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      padding: 5px;
      border-radius: 50%;
      background-color: #2ab6d0;
      color: #fff;
      font-size: 18px; }
    .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column .iconWithText-container span {
      font-weight: bold; }
    .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column .column-nextNotification {
      color: #4caf50; }
    .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column .column-notification {
      color: #696969; }
    .serviceInfoNotifyBox-container .serviceInfoNotifyBox-column .now-diy {
      max-width: none !important;
      text-align: left !important;
      position: relative;
      float: left; }

.signal-container {
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  display: inline-block; }
  .signal-container i {
    position: absolute;
    left: 0;
    bottom: 0; }
    .signal-container i:first-child {
      opacity: 0.3; }
    .signal-container i:last-child {
      overflow: hidden; }

.slider-container {
  position: relative;
  padding: 20px 0; }
  .slider-container .slider-wrapper .slider-handle_icon {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-size: 12px;
    background-color: #ddd;
    border: 1px solid #444;
    border-radius: 100%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
  .slider-container .slider-wrapper.rc-slider-disabled {
    background-color: transparent; }

.statusBar-container {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .statusBar-container .iconWithText-container {
    cursor: pointer;
    justify-content: center; }
    .statusBar-container .iconWithText-container.active {
      background-color: #e8f0ff; }
    .statusBar-container .iconWithText-container.all {
      color: #1c6bc5; }
    .statusBar-container .iconWithText-container.moving {
      color: #00c42c; }
    .statusBar-container .iconWithText-container.idling {
      color: #ffa000; }
    .statusBar-container .iconWithText-container.stop {
      color: #fb0000; }
    .statusBar-container .iconWithText-container.offline {
      color: #b1b1b1; }
    .statusBar-container .iconWithText-container i {
      font-size: 16px; }

.tab-container {
  width: 100%;
  height: 100%; }

.table-container {
  text-align: center;
  margin-bottom: calc(5px * 2); }
  .table-container .ReactVirtualized__Table__headerRow {
    background-color: #d5e0e9; }
  .table-container .ReactVirtualized__Table__row {
    border-bottom: 1px solid #cccccc; }

.tag-container {
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 9px;
  color: #fff;
  border: 1px solid #2d5a96;
  border-radius: 5px;
  background-color: #2d5a96; }

.tagMenu-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  height: 25px;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #cccccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
  .tagMenu-container .tagMenu-arrow {
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 25px;
    border-top: calc(25px/2) solid transparent;
    border-bottom: calc(25px/2) solid transparent;
    border-right: calc(25px/2) solid #cccccc; }

.unassign {
  color: #2d5a96; }

.complete {
  color: #4caf50; }

.deliver {
  color: #ffcc00; }

.cancel {
  color: #ff0000; }

.taskInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .taskInfoBox-container:last-child {
    border-bottom: none; }
  .taskInfoBox-container.active {
    background-color: #e8f0ff; }
  .taskInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .taskInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .taskInfoBox-container > div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column; }
    .taskInfoBox-container > div .taskInfoBox-name {
      font-size: 14px;
      margin-bottom: calc(5px/2); }
    .taskInfoBox-container > div .taskInfoBox-time span {
      color: #696969; }
  .taskInfoBox-container .bo-btn {
    width: 30%;
    padding: 0;
    font-size: 9px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .taskInfoBox-container {
    font-size: 9px; }
    .taskInfoBox-container i {
      font-size: 14px; } }

.textAreaWithLabel-container {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .textAreaWithLabel-container label {
    width: 25%;
    display: inline-block;
    margin-bottom: 0; }
    .textAreaWithLabel-container label.alignVertical {
      width: 100%;
      margin-bottom: 5px; }
  .textAreaWithLabel-container .textAreaWithLabel-box {
    width: calc(100% - 25%);
    height: calc(34px * 3);
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #696969;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px; }
    .textAreaWithLabel-container .textAreaWithLabel-box::-webkit-input-placeholder {
      color: #cccccc; }
    .textAreaWithLabel-container .textAreaWithLabel-box:-moz-placeholder {
      color: #cccccc; }
    .textAreaWithLabel-container .textAreaWithLabel-box::-moz-placeholder {
      color: #cccccc; }
    .textAreaWithLabel-container .textAreaWithLabel-box:-ms-input-placeholder {
      color: #cccccc; }
    .textAreaWithLabel-container .textAreaWithLabel-box.alignVertical {
      width: 100%; }
  .textAreaWithLabel-container .textAreaWithLabel-error {
    position: absolute;
    width: 100%;
    color: #ff0000;
    text-align: right;
    margin-top: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .textAreaWithLabel-container label {
    width: 100%;
    display: block;
    margin-bottom: 10px; }
  .textAreaWithLabel-container .textAreaWithLabel-box {
    width: 100%;
    display: block; } }

.history-conclusion-box {
  height: 80px;
  display: block;
  padding: 5px 15px;
  border-bottom: 1px solid #cccccc; }
  .history-conclusion-box p {
    font-weight: bold; }
  .history-conclusion-box .conclusion-box {
    margin-bottom: 3px; }
    .history-conclusion-box .conclusion-box .iconWithText-container {
      width: calc(100% - 50px); }
  .history-conclusion-box .duration-info-btn {
    border-color: rgba(0, 0, 0, 0); }
    .history-conclusion-box .duration-info-btn:active, .history-conclusion-box .duration-info-btn:hover, .history-conclusion-box .duration-info-btn:focus {
      border-color: rgba(0, 0, 0, 0); }

@media (min-width: 768px) and (max-width: 1023px) {
  .history-conclusion {
    font-size: 9; } }

.wayPointInfoBox-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .wayPointInfoBox-container:last-child {
    border-bottom: none; }
  .wayPointInfoBox-container.active {
    background-color: #e8f0ff; }
  .wayPointInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .wayPointInfoBox-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 11px;
    margin-bottom: 5px; }
    .wayPointInfoBox-container > div:first-child > span:first-child {
      font-size: 12px; }
    .wayPointInfoBox-container > div:first-child > span:last-child:not(:first-child) {
      color: #ffcc00; }
    .wayPointInfoBox-container > div:last-child {
      margin-bottom: 0; }
      .wayPointInfoBox-container > div:last-child > span:first-child {
        color: #2d5a96; }
      .wayPointInfoBox-container > div:last-child > span:last-child {
        color: #696969; }

.driverGroupList-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 0;
  border-bottom: 1px solid #cccccc; }
  .driverGroupList-container:last-child {
    border-bottom: none; }
  .driverGroupList-container.active {
    background-color: #e8f0ff; }
  .driverGroupList-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .driverGroupList-container > .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    vertical-align: baseline;
    font-size: 40px;
    color: #696969; }
  .driverGroupList-container > .driverGroupList-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100%; }
    .driverGroupList-container > .driverGroupList-detail .iconWithText-container {
      display: inline-flex;
      margin-bottom: 3px; }
      .driverGroupList-container > .driverGroupList-detail .iconWithText-container:not(:first-child) {
        font-size: 10px;
        color: #696969; }
      .driverGroupList-container > .driverGroupList-detail .iconWithText-container:nth-child(3) {
        color: #2d5a96; }
      .driverGroupList-container > .driverGroupList-detail .iconWithText-container i {
        vertical-align: text-bottom;
        font-size: 12px; }

.kpiGroupInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 0;
  border-bottom: 1px solid #cccccc; }
  .kpiGroupInfoBox-container:last-child {
    border-bottom: none; }
  .kpiGroupInfoBox-container.active {
    background-color: #e8f0ff; }
  .kpiGroupInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .kpiGroupInfoBox-container > .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
    vertical-align: baseline;
    font-size: 40px;
    color: #696969; }
  .kpiGroupInfoBox-container > .kpiGroupInfoBox-detail {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 75%;
    height: 100%; }
    .kpiGroupInfoBox-container > .kpiGroupInfoBox-detail .iconWithText-container {
      display: inline-flex;
      margin-bottom: 3px; }
      .kpiGroupInfoBox-container > .kpiGroupInfoBox-detail .iconWithText-container:not(:first-child) {
        font-size: 10px;
        color: #696969; }
      .kpiGroupInfoBox-container > .kpiGroupInfoBox-detail .iconWithText-container:nth-child(3) {
        color: #2d5a96; }
      .kpiGroupInfoBox-container > .kpiGroupInfoBox-detail .iconWithText-container i {
        vertical-align: text-bottom;
        font-size: 12px; }

.kpiCatInfoBox-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  padding: 2.5px 5px 2.5px 0;
  flex-direction: column;
  border-bottom: 1px solid #cccccc; }
  .kpiCatInfoBox-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .kpiCatInfoBox-container > div:last-child {
      margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .kpiCatInfoBox-container {
    font-size: 9px; } }

.groupSeleted-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px !important;
  padding: 15px; }

.groupSeleted-dropdown {
  display: flex;
  align-items: center;
  height: 45px;
  margin-left: auto; }

.configSelected-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }

.configSelected-button {
  display: flex;
  align-items: center;
  height: 45px; }
  .configSelected-button > button {
    border: none; }

.movingCar {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.idlingCar {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.stopingCar {
  border: 1px solid #fb0000;
  background-color: #fb0000; }

.offlineCar {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0; }

.trailerInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: row;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .trailerInfoBox-container:last-child {
    border-bottom: none; }
  .trailerInfoBox-container.active {
    background-color: #e8f0ff; }
  .trailerInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .trailerInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .trailerInfoBox-container .image-container {
    vertical-align: text-top;
    width: 16px;
    height: 16px; }
  .trailerInfoBox-container .trailerInfoBox-section_one {
    width: 15%;
    margin-right: 10px;
    text-align: center;
    position: relative; }
    .trailerInfoBox-container .trailerInfoBox-section_one .image-trailer {
      width: 38px;
      height: 38px;
      padding: 5px;
      border-radius: 50%; }
    .trailerInfoBox-container .trailerInfoBox-section_one .canbus-tag-container {
      position: absolute;
      bottom: -9px;
      right: -2px;
      height: 20px;
      width: 20px;
      padding: 2px;
      border-color: #fff !important; }
  .trailerInfoBox-container .trailerInfoBox-section_two {
    width: calc(100% - 15% - 10px); }
    .trailerInfoBox-container .trailerInfoBox-section_two > div {
      width: 100%;
      margin-bottom: 5px; }
      .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_name {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_name > span:first-child {
          font-weight: bold; }
        .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_name > span.two_address-time {
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          padding: 2px 6px; }
      .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_attributes {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_attributes .nogsmsignal-icon {
          height: 15px;
          margin-left: 3px;
          margin-bottom: 5px; }
        .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_attributes > .two_attributes-list {
          display: inline-flex;
          margin-bottom: 0; }
          .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_attributes > .two_attributes-list > * {
            margin-right: 5px; }
      .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_address {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_address > span {
          display: inline-flex;
          font-size: 11px; }
          .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_address > span:first-child {
            overflow-x: auto;
            width: 80%; }
            .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_address > span:first-child::-webkit-scrollbar {
              display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .trailerInfoBox-container {
    font-size: 9px; }
    .trailerInfoBox-container i {
      font-size: 14px; }
    .trailerInfoBox-container .image-container {
      width: 14px;
      height: 14px; }
    .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_attributes > * {
      margin-right: 3px; }
    .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_address > span {
      font-size: 8px; }
      .trailerInfoBox-container .trailerInfoBox-section_two > div.section-two_address > span i {
        font-size: 10px; } }

.driverLicenseBox-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-bottom: 1px solid #888; }
  .driverLicenseBox-container.active {
    background-color: #e8f0ff; }
  .driverLicenseBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .driverLicenseBox-container .info-container {
    padding: 0.5em 0.767em;
    margin: 0; }
  .driverLicenseBox-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .driverLicenseBox-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .driverLicenseBox-container p.driverLicenseBox-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .driverLicenseBox-container p.driverLicenseBox-header > span:last-child {
        cursor: pointer; }

.attributedBar-container {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .attributedBar-container .attributedBar-dropdown {
    display: flex;
    align-items: center;
    padding-right: 20px; }
  .attributedBar-container ul.ant-dropdown-menu {
    overflow-y: auto;
    height: 200px; }
  .attributedBar-container .attributedBar-textbox {
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px; }

.overview-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.attributedBar-item {
  display: flex;
  align-items: center;
  margin-right: 5px; }
  .attributedBar-item:last-child {
    margin-right: 0 !important; }

.attributedBar-item-text {
  margin-bottom: 0;
  margin-right: 5px; }

.text-option {
  font-size: 11px; }

.movingCar {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.idlingCar {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.stopingCar {
  border: 1px solid #fb0000;
  background-color: #fb0000; }

.offlineCar {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0; }

.assetInfoBox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  flex-direction: row;
  padding: 2.5px 5px;
  border-bottom: 1px solid #cccccc; }
  .assetInfoBox-container:last-child {
    border-bottom: none; }
  .assetInfoBox-container.active {
    background-color: #e8f0ff; }
  .assetInfoBox-container .ellipsis {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .assetInfoBox-container i {
    vertical-align: text-top;
    font-size: 16px; }
  .assetInfoBox-container .image-container {
    vertical-align: text-top;
    width: 16px;
    height: 16px; }
  .assetInfoBox-container .assetInfoBox-section_one {
    width: 15%;
    margin-right: 10px;
    text-align: center;
    position: relative; }
    .assetInfoBox-container .assetInfoBox-section_one .image-asset {
      width: 38px;
      height: 38px;
      padding: 5px;
      border-radius: 50%; }
    .assetInfoBox-container .assetInfoBox-section_one .canbus-tag-container {
      position: absolute;
      bottom: -9px;
      right: -2px;
      height: 20px;
      width: 20px;
      padding: 2px;
      border-color: #fff !important; }
  .assetInfoBox-container .assetInfoBox-section_two {
    width: calc(100% - 15% - 10px); }
    .assetInfoBox-container .assetInfoBox-section_two > div {
      width: 100%;
      margin-bottom: 5px; }
      .assetInfoBox-container .assetInfoBox-section_two > div.section-two_name {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .assetInfoBox-container .assetInfoBox-section_two > div.section-two_name > span:first-child {
          font-weight: bold; }
        .assetInfoBox-container .assetInfoBox-section_two > div.section-two_name > span.two_address-time {
          border-width: 1px;
          border-style: solid;
          border-radius: 5px;
          padding: 2px 6px; }
      .assetInfoBox-container .assetInfoBox-section_two > div.section-two_attributes {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .assetInfoBox-container .assetInfoBox-section_two > div.section-two_attributes .nogsmsignal-icon {
          height: 15px;
          margin-left: 3px;
          margin-bottom: 5px; }
        .assetInfoBox-container .assetInfoBox-section_two > div.section-two_attributes > .two_attributes-list {
          display: inline-flex;
          margin-bottom: 0; }
          .assetInfoBox-container .assetInfoBox-section_two > div.section-two_attributes > .two_attributes-list > * {
            margin-right: 5px; }
      .assetInfoBox-container .assetInfoBox-section_two > div.section-two_address {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .assetInfoBox-container .assetInfoBox-section_two > div.section-two_address > span {
          display: inline-flex;
          font-size: 11px; }
          .assetInfoBox-container .assetInfoBox-section_two > div.section-two_address > span:first-child {
            overflow-x: auto;
            width: 80%; }
            .assetInfoBox-container .assetInfoBox-section_two > div.section-two_address > span:first-child::-webkit-scrollbar {
              display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .assetInfoBox-container {
    font-size: 9px; }
    .assetInfoBox-container i {
      font-size: 14px; }
    .assetInfoBox-container .image-container {
      width: 14px;
      height: 14px; }
    .assetInfoBox-container .assetInfoBox-section_two > div.section-two_attributes > * {
      margin-right: 3px; }
    .assetInfoBox-container .assetInfoBox-section_two > div.section-two_address > span {
      font-size: 8px; }
      .assetInfoBox-container .assetInfoBox-section_two > div.section-two_address > span i {
        font-size: 10px; } }

.dragBox {
  cursor: move; }
  .dragBox label {
    margin-bottom: 0px;
    color: #d9d9d9;
    margin-left: auto; }
  .dragBox .inputField {
    display: flex; }
    .dragBox .inputField .formStyle {
      width: 50%; }
    .dragBox .inputField .sectionNameInput {
      width: 100%;
      margin-left: 7%;
      border: 0; }
    .dragBox .inputField .estimateTimeField {
      font-size: 12px; }

.wayPointCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50px; }
  .wayPointCreator-container .wayPointCreator-header,
  .wayPointCreator-container .wayPointCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .wayPointCreator-container .wayPointCreator-header .fontBold,
    .wayPointCreator-container .wayPointCreator-footer .fontBold {
      color: #fff;
      font-size: 1.2rem;
      font-family: "Prompt", "sans serif"; }
    .wayPointCreator-container .wayPointCreator-header .bo-btn,
    .wayPointCreator-container .wayPointCreator-footer .bo-btn {
      width: auto; }
      .wayPointCreator-container .wayPointCreator-header .bo-btn i,
      .wayPointCreator-container .wayPointCreator-footer .bo-btn i {
        margin-right: 10px; }
  .wayPointCreator-container .wayPointCreate-button-container {
    display: flex;
    text-align: center;
    height: 100%; }
  .wayPointCreator-container .iconMark {
    top: calc(50% - 10px);
    color: #2d5a96;
    margin-right: 5px; }
  .wayPointCreator-container .link {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    width: 12px;
    color: #2d5a96; }
    .wayPointCreator-container .link span {
      display: block; }
  .wayPointCreator-container .wayPointCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: center; }
  .wayPointCreator-container .wayPointCreator-header.isEditMode {
    display: none; }
  .wayPointCreator-container .wayPointCreator-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .wayPointCreator-container .wayPointCreator-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .wayPointCreator-container .wayPointCreator-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .wayPointCreator-container .wayPointCreator-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .wayPointCreator-container .wayPointCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .wayPointCreator-container .wayPointCreator-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    top: 0px;
    padding: 10px;
    overflow: scroll; }
    .wayPointCreator-container .wayPointCreator-content.isEditMode {
      height: calc(100%);
      position: static;
      padding: 0; }
    .wayPointCreator-container .wayPointCreator-content > div {
      width: 100%; }
      .wayPointCreator-container .wayPointCreator-content > div:last-child .info-container:first-of-type .info-detail {
        overflow: initial; }
      .wayPointCreator-container .wayPointCreator-content > div .content-header {
        color: #fff;
        border-bottom: 1px solid #888;
        background-color: #2ab6d0;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 20px; }
      .wayPointCreator-container .wayPointCreator-content > div .inputWithLabel-container {
        width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .inputWithLabel-container label {
          margin-top: 10px;
          margin-bottom: 5px; }
      .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        white-space: nowrap;
        text-align: left;
        margin-bottom: 10px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper {
          padding: 10px;
          border: 1px solid #2d5a96;
          border-radius: 10px;
          text-align: left; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p:last-child {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 5px;
              color: #2d5a96; }
              .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p:last-child i {
                cursor: pointer; }
      .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 50%;
        text-align: right; }
        .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail .sectionName-detail_wrapper {
          padding: 5px;
          border: 1px solid #2d5a96;
          border-radius: 5px;
          text-align: center; }
          .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail .sectionName-detail_wrapper p:last-child {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-bottom: 0;
            color: #2d5a96; }
            .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail .sectionName-detail_wrapper p:last-child i {
              cursor: pointer; }
      .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add {
        width: 100%;
        margin-top: 30px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container {
            width: 50%; }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container:nth-child(2) {
              width: calc(50% - 5%); }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container .inputWithLabel-box {
              width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .inputWithPlace-container {
          text-align: right; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .inputWithPlace-container .inputWithPlace-box {
            width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .bo-btn {
          width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .current_btn {
          position: relative;
          width: 35px;
          margin-bottom: 2px;
          margin-left: 5px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .del_btn {
          position: relative;
          width: 35px;
          margin-bottom: 2px;
          margin-left: 5px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .switch_btn {
          margin-bottom: 10px;
          text-align: end; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .circle_btn {
          margin-top: 10px;
          position: relative; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .add_btn {
          text-align: right; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .input_field {
          overflow: hidden;
          border-width: 0;
          border-bottom: 1px solid #e8e8e8;
          border-radius: 0; }
      .wayPointCreator-container .wayPointCreator-content > div .addWayPointButton-container {
        height: 50px;
        margin: 10px 10px 10px 2px;
        padding: 0 0; }
      .wayPointCreator-container .wayPointCreator-content > div .creatableSelectWithLabel-container {
        font-weight: normal;
        text-align: left; }
  .wayPointCreator-container .certain-category-search.ant-select-auto-complete
.ant-input-affix-wrapper
.ant-input-suffix {
    right: 12px; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
    color: #666;
    font-weight: bold; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
    border-bottom: 1px solid #f6f6f6; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item {
    padding-left: 16px; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
    text-align: center;
    cursor: default; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu {
    max-height: 300px; }
  .wayPointCreator-container .certain-search-item-count {
    position: absolute;
    color: #999;
    right: 16px; }
  .wayPointCreator-container .certain-category-search.ant-select-focused .certain-category-icon {
    color: #108ee9; }
  .wayPointCreator-container .certain-category-icon {
    color: #6e6e6e;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px; }
  .wayPointCreator-container .ant-timeline {
    margin-top: 30px; }
  .wayPointCreator-container .ant-timeline-item {
    position: relative;
    padding: 0 0 20px;
    list-style: none;
    margin: 0;
    font-size: 14px; }
  .wayPointCreator-container .ant-timeline-item-head {
    position: absolute;
    text-align: center;
    line-height: 1;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 3px 1px;
    transform: translate(-50%, -50%);
    left: 5px;
    width: auto;
    top: calc(35% - 21.5px); }
  .wayPointCreator-container .ant-timeline-item-tail {
    position: absolute;
    left: 4px;
    top: 1em;
    height: 100%;
    border-left: 2px dotted #e8e8e8; }
  .wayPointCreator-container .ant-select-search__field__mirror {
    display: none; }
  .wayPointCreator-container .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-right-width: 0px !important; }

@media (min-width: 768px) {
  .wayPointCreator-container .wayPointCreator-content {
    padding: 10px 5px; }
    .wayPointCreator-container .wayPointCreator-content div .inputWithLabel-container {
      max-width: 300px; } }

@media (max-width: 768px) {
  .wayPointCreator-container .wayPointCreator-footer {
    justify-content: center; }
  .wayPointCreator-container .wayPointCreator-header {
    justify-content: center; }
    .wayPointCreator-container .wayPointCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

@media (min-width: 768px) {
  .contentDesktop-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column; }
  .contentDesktop-container {
    height: 100%;
    flex-grow: 1;
    position: relative; }
    .contentDesktop-container .contentDesktop-firstPanel,
    .contentDesktop-container .contentDesktop-secondPanel,
    .contentDesktop-container .contentDesktop-thirdPanel {
      -webkit-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -moz-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -o-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      -ms-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
      display: inline-block;
      vertical-align: top;
      overflow: hidden;
      height: 100%; }
    .contentDesktop-container .contentDesktop-firstPanel,
    .contentDesktop-container .contentDesktop-secondPanel {
      width: 0; }
      .contentDesktop-container .contentDesktop-firstPanel.active,
      .contentDesktop-container .contentDesktop-secondPanel.active {
        width: 27%;
        box-sizing: border-box;
        border-right: 1px solid #cccccc;
        box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.2); }
    .contentDesktop-container .contentDesktop-firstPanel {
      background-color: #fff; }
      .contentDesktop-container .contentDesktop-firstPanel.fullscreen {
        width: 100%; }
    .contentDesktop-container .contentDesktop-secondPanel {
      background-color: #fff; }
      .contentDesktop-container .contentDesktop-secondPanel.fullscreen {
        width: calc(100% - 27%); }
      .contentDesktop-container .contentDesktop-secondPanel.active {
        margin-left: 0%;
        background: #fff;
        position: relative;
        box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.2); }
    .contentDesktop-container .contentDesktop-thirdPanel {
      width: 100%; }
      .contentDesktop-container .contentDesktop-thirdPanel.activeOne {
        width: calc(100% - 27%); }
      .contentDesktop-container .contentDesktop-thirdPanel.activeTwo {
        width: calc(100% - 54% - 0%); }
      .contentDesktop-container .contentDesktop-thirdPanel.fullscreen {
        width: 0; }
        .contentDesktop-container .contentDesktop-thirdPanel.fullscreen .mapIcon-container {
          display: none; }
      .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_map,
      .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_liveVideo {
        -webkit-transition: height 0.5s ease;
        -moz-transition: height 0.5s ease;
        -o-transition: height 0.5s ease;
        -ms-transition: height 0.5s ease;
        transition: height 0.5s ease;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        width: 100%; }
        .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_map .content-playback-live-video,
        .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_liveVideo .content-playback-live-video {
          display: flex;
          height: 100%;
          overflow-x: auto; }
      .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_map {
        height: 100%; }
        .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_map .player-playback {
          display: none; }
        .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_map.hasVideo {
          height: calc(100% - 35%);
          position: relative; }
      .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_liveVideo {
        background-color: #fff;
        height: 0; }
        .contentDesktop-container .contentDesktop-thirdPanel .contentDesktop-thirdPanel_liveVideo.hasVideo {
          height: 35%; }
  .contentDesktop-footer_playback {
    display: inline-block;
    vertical-align: top;
    z-index: 0;
    box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: #fff;
    height: 0; }
    .contentDesktop-footer_playback.hasPlayback {
      height: -moz-fit-content;
      height: fit-content; } }

.contentMobile-container {
  *zoom: 1; }
  .contentMobile-container:before, .contentMobile-container:after {
    content: " ";
    display: table; }
  .contentMobile-container:after {
    clear: both; }

.contentMobile-container .fa-caret-up, .contentMobile-container .fa-caret-down {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  right: 5px; }

.contentMobile-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column; }

.contentMobile-container {
  width: 100%;
  height: 100%; }
  .contentMobile-container .fa-caret-up {
    bottom: 0; }
  .contentMobile-container .fa-caret-down {
    top: 0; }
  .contentMobile-container .contentMobile-map {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .contentMobile-container .contentMobile-map.full {
      height: calc(100% - 100%); }
      .contentMobile-container .contentMobile-map.full .fa-caret-up {
        display: none; }
    .contentMobile-container .contentMobile-map.lowerMiddle {
      height: calc(100% - 365px); }
    .contentMobile-container .contentMobile-map.upperMiddle {
      height: calc(100% - 500px); }
    .contentMobile-container .contentMobile-map.low {
      height: calc(100% - 40px); }
  .contentMobile-container .contentMobile-panel {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    float: right;
    position: relative;
    width: 100%; }
    .contentMobile-container .contentMobile-panel.full {
      height: 100%; }
    .contentMobile-container .contentMobile-panel.upperMiddle {
      height: 500px; }
    .contentMobile-container .contentMobile-panel.lowerMiddle {
      height: 365px; }
    .contentMobile-container .contentMobile-panel.low {
      height: 40px; }
      .contentMobile-container .contentMobile-panel.low .fa-caret-down {
        display: none; }
    .contentMobile-container .contentMobile-panel .fa-caret-down {
      color: #fff; }
    .contentMobile-container .contentMobile-panel .contentMobile-panel_header {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #1a4e9c;
      /* Old browsers */
      height: 40px;
      font-size: 1.8rem;
      color: #fff;
      font-family: "prompt", "sans serif"; }
    .contentMobile-container .contentMobile-panel .contentMobile-panel_content {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 100%;
      height: calc(100% - 40px); }
      .contentMobile-container .contentMobile-panel .contentMobile-panel_content.hasFooter {
        height: calc(100% - 40px - 40px); }

.contentMobile-footer_playback {
  display: inline-block;
  vertical-align: top;
  z-index: 0;
  box-shadow: 2px 0 10px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #fff;
  height: 0; }
  .contentMobile-footer_playback.hasPlayback {
    height: -moz-fit-content;
    height: fit-content; }

.datepicker-container {
  width: 100%;
  display: inline-block; }
  .datepicker-container .datepicker-input {
    width: 90%;
    display: inline-block; }
    .datepicker-container .datepicker-input .react-datepicker-wrapper {
      width: 100%; }
      .datepicker-container .datepicker-input .react-datepicker-wrapper .react-datepicker__input-container {
        width: 100%; }
        .datepicker-container .datepicker-input .react-datepicker-wrapper .react-datepicker__input-container input {
          width: 100%;
          height: 34px;
          font-size: 12px;
          color: #696969;
          padding: 0;
          padding-left: 10px;
          margin: 0;
          outline: none;
          box-sizing: border-box;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-radius: 10px; }
    .datepicker-container .datepicker-input .react-datepicker-popper {
      z-index: 2; }
      .datepicker-container .datepicker-input .react-datepicker-popper .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box .react-datepicker__time-list {
        padding: 0; }
  .datepicker-container .datepicker-icon {
    width: 10%;
    display: inline-block; }
    .datepicker-container .datepicker-icon i {
      font-size: 12px;
      width: 12px;
      margin-left: 5px;
      cursor: pointer; }

.MasterfileCreator-container {
  text-align: center;
  width: 100%;
  padding: 125px; }
  .MasterfileCreator-container .MasterfileCreator-body {
    position: absolute;
    size: A4;
    width: 215mm;
    top: 80px;
    left: 0; }
  .MasterfileCreator-container .MasterfileCreator-header h1 {
    margin-top: 20px;
    text-align: center;
    font-weight: bolder;
    font-size: 15pt;
    color: #2c3e50; }
  .MasterfileCreator-container .MasterfileCreator-middle {
    padding: 0px 65px; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-left {
      text-align: left;
      font-size: 11pt; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-leftExp {
      text-align: left;
      font-size: 11pt;
      color: red; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-border {
      background-image: linear-gradient(to right, #2c3e50 100%, #2c3e50 0%);
      background-position: bottom;
      background-size: 3px 1px;
      background-repeat: repeat-x; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-right {
      text-align: right;
      font-size: 11pt; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-paragraphOne {
      text-align: left;
      padding-left: 50px;
      font-size: 11pt; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-paragraphTwo {
      text-align: left;
      padding-left: 25px;
      font-size: 11pt; }
    .MasterfileCreator-container .MasterfileCreator-middle .MasterfileCreator-paragraphThree {
      text-align: left;
      padding-left: 60px;
      font-size: 11pt; }
  .MasterfileCreator-container .MasterfileCreator-image {
    width: 100%; }
  .MasterfileCreator-container .signature-img {
    display: block;
    margin-left: auto;
    margin-right: 40px;
    margin-top: -15px;
    width: 120px; }
  .MasterfileCreator-container .logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px; }

.bg-image {
  /* The image used */
  background-image: url(images/masterfile_background.png);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.deviceInfo-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative; }
  .deviceInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .deviceInfo-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .deviceInfo-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .deviceInfo-container p.deviceInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .deviceInfo-container p.deviceInfo-header > span:last-child {
        cursor: pointer; }
  .deviceInfo-container .deviceInfo-content {
    height: calc(100% - 50px);
    margin-bottom: 5px;
    overflow: auto; }
    .deviceInfo-container .deviceInfo-content .info-container {
      align-items: initial; }
      .deviceInfo-container .deviceInfo-content .info-container .info-detail {
        white-space: initial; }
  .deviceInfo-container .deviceInfo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    padding: 0 calc(5px * 6); }
    .deviceInfo-container .deviceInfo-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .deviceInfo-container .deviceInfo-footer .bo-btn {
      width: auto; }
      .deviceInfo-container .deviceInfo-footer .bo-btn i {
        margin-right: 10px; }
  .deviceInfo-container .deviceInfo-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .deviceInfo-container .deviceInfo-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .deviceInfo-container .deviceInfo-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .deviceInfo-container .deviceInfo-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .deviceInfo-container .deviceInfo-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .deviceInfo-container .deviceInfo-gsm .image-container {
    margin-right: 5px; }
  .deviceInfo-container .bo-btn.btn-medium {
    padding: 5px;
    height: 36px;
    font-size: 14px;
    line-height: 1.5; }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

.deviceControl-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .deviceControl-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .deviceControl-container .empty-data {
    text-align: center;
    margin-top: 30px; }
  .deviceControl-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .deviceControl-container p.deviceControl-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .deviceControl-container p.deviceControl-header > span:last-child {
        cursor: pointer; }
  .deviceControl-container .deviceControl-gsm .image-container {
    margin-right: 5px; }

.deviceCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .deviceCreator-container .deviceCreator-header,
  .deviceCreator-container .deviceCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .deviceCreator-container .deviceCreator-header .fontBold,
    .deviceCreator-container .deviceCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .deviceCreator-container .deviceCreator-header .bo-btn,
    .deviceCreator-container .deviceCreator-footer .bo-btn {
      width: auto; }
      .deviceCreator-container .deviceCreator-header .bo-btn i,
      .deviceCreator-container .deviceCreator-footer .bo-btn i {
        margin-right: 10px; }
  .deviceCreator-container .deviceCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .deviceCreator-container .deviceCreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .deviceCreator-container .deviceCreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .deviceCreator-container .deviceCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .deviceCreator-container .deviceCreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: auto; }
    .deviceCreator-container .deviceCreator-content .inputWithLabel-container,
    .deviceCreator-container .deviceCreator-content .selectWithLabel-container {
      width: 100%; }
      .deviceCreator-container .deviceCreator-content .inputWithLabel-container label,
      .deviceCreator-container .deviceCreator-content .selectWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .deviceCreator-container .deviceCreator-content .textAreaWithLabel-container {
      width: 100%; }
    .deviceCreator-container .deviceCreator-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .deviceCreator-container .deviceCreator-content {
    padding: 15px calc(5px * 3); }
    .deviceCreator-container .deviceCreator-content .inputWithLabel-container,
    .deviceCreator-container .deviceCreator-content .selectWithLabel-container {
      display: inline-block;
      margin-right: 5%; }
      .deviceCreator-container .deviceCreator-content .inputWithLabel-container:nth-child(2n),
      .deviceCreator-container .deviceCreator-content .selectWithLabel-container:nth-child(2n) {
        margin-right: 0;
        margin-left: 5%; } }

.deviceDetail-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .deviceDetail-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .deviceDetail-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .deviceDetail-container p.deviceDetail-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .deviceDetail-container p.deviceDetail-header > span:last-child {
        cursor: pointer; }
  .deviceDetail-container .deviceDetail-gsm .image-container {
    margin-right: 5px; }

.deviceEvent-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .deviceEvent-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .deviceEvent-container .empty-data {
    text-align: center;
    margin-top: 30px; }
  .deviceEvent-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .deviceEvent-container p.deviceEvent-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .deviceEvent-container p.deviceEvent-header > span:last-child {
        cursor: pointer; }
  .deviceEvent-container .deviceEvent-gsm .image-container {
    margin-right: 5px; }

.driver-container {
  width: 100%;
  height: 100%; }
  .driver-container .driver-create,
  .driver-container .driver-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .driver-container .driver-create {
    color: #2ab6d0;
    text-align: center; }
    .driver-container .driver-create .driver-createDriver {
      cursor: pointer;
      width: 100%; }
      .driver-container .driver-create .driver-createDriver i {
        font-size: 16px;
        margin-right: 5px; }
      .driver-container .driver-create .driver-createDriver span {
        vertical-align: top; }
    .driver-container .driver-create .driver-createGroup {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .driver-container .driver-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .driver-container .driver-group {
    padding: 0 10px; }
    .driver-container .driver-group i {
      cursor: pointer;
      font-size: 16px; }
  .driver-container .driver-list {
    height: calc(100% - 53px); }

.driverAddVehicle-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .driverAddVehicle-container .driverAddVehicle-header,
  .driverAddVehicle-container .driverAddVehicle-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .driverAddVehicle-container .driverAddVehicle-header .fontBold,
    .driverAddVehicle-container .driverAddVehicle-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .driverAddVehicle-container .driverAddVehicle-header .bo-btn,
    .driverAddVehicle-container .driverAddVehicle-footer .bo-btn {
      width: auto; }
      .driverAddVehicle-container .driverAddVehicle-header .bo-btn i,
      .driverAddVehicle-container .driverAddVehicle-footer .bo-btn i {
        margin-right: 10px; }
  .driverAddVehicle-container .driverAddVehicle-header {
    justify-content: flex-start;
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px; }
  .driverAddVehicle-container .driverAddVehicle-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .driverAddVehicle-container .driverAddVehicle-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .driverAddVehicle-container .driverAddVehicle-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .driverAddVehicle-container .driverAddVehicle-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .driverAddVehicle-container .driverAddVehicle-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .driverAddVehicle-container .driverAddVehicle-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .driverAddVehicle-container .driverAddVehicle-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container {
      width: 100%; }
      .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container {
      width: 100%; }
    .driverAddVehicle-container .driverAddVehicle-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .driverAddVehicle-container .driverAddVehicle-content {
    padding: 15px calc(5px * 3); }
    .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(2), .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(4), .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(6),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(2),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(4),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(6),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(2),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(4),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(6) {
        margin-right: 0;
        margin-left: 5%; } }

#AddDrivingLicenseEmployeeForm > .header {
  display: flex;
  position: sticky;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 4px 4px 0px 0px;
  padding: 0 30px;
  align-items: center;
  z-index: 2; }
  #AddDrivingLicenseEmployeeForm > .header > .font {
    font-size: 1.6rem;
    font-weight: bold;
    color: white; }

#AddDrivingLicenseEmployeeForm > .content {
  position: relative;
  width: 100%;
  padding: 10px 30px; }
  #AddDrivingLicenseEmployeeForm > .content > .info > .header {
    margin: 15px 0; }
    #AddDrivingLicenseEmployeeForm > .content > .info > .header > .font {
      display: block;
      position: relative;
      width: 100%;
      color: #2d5a96;
      z-index: 1; }
      #AddDrivingLicenseEmployeeForm > .content > .info > .header > .font::after {
        position: absolute;
        content: "";
        height: 0.5em;
        width: 100%;
        border-top: 1px solid #eaeaea;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      #AddDrivingLicenseEmployeeForm > .content > .info > .header > .font > .text {
        font-size: 1.4rem;
        padding-right: 10px;
        background-color: white; }
  #AddDrivingLicenseEmployeeForm > .content > .info > .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    #AddDrivingLicenseEmployeeForm > .content > .info > .form > .select-group {
      display: flex;
      flex-direction: column; }
      #AddDrivingLicenseEmployeeForm > .content > .info > .form > .select-group > .label {
        font-size: 1.1rem;
        margin-bottom: 5px; }
        #AddDrivingLicenseEmployeeForm > .content > .info > .form > .select-group > .label::after {
          content: " *";
          color: red; }
      #AddDrivingLicenseEmployeeForm > .content > .info > .form > .select-group > .validate {
        color: red;
        margin-top: 3px; }

#AddDrivingLicenseEmployeeForm > .footer {
  display: flex;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  border-top: 1px solid #cccccc;
  z-index: 2; }
  #AddDrivingLicenseEmployeeForm > .footer > .button {
    font-size: 14px; }
  #AddDrivingLicenseEmployeeForm > .footer > .button-cancel {
    margin-right: 20px; }

@media (max-width: 768px) {
  #AddDrivingLicenseEmployeeForm > .content > .info > .form {
    grid-template-columns: repeat(1, 1fr); } }

#CreateEmployee > .header {
  display: flex;
  position: sticky;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 4px 4px 0px 0px;
  padding: 0 30px;
  align-items: center;
  z-index: 2; }
  #CreateEmployee > .header > .font {
    font-size: 1.6rem;
    font-weight: bold;
    color: white; }

#CreateEmployee > .content {
  position: relative;
  width: 100%;
  padding: 10px 30px; }
  #CreateEmployee > .content > .info > .header {
    margin: 15px 0; }
    #CreateEmployee > .content > .info > .header > .font {
      display: block;
      position: relative;
      width: 100%;
      color: #2d5a96;
      z-index: 1; }
      #CreateEmployee > .content > .info > .header > .font::after {
        position: absolute;
        content: "";
        height: 0.5em;
        width: 100%;
        border-top: 1px solid #eaeaea;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      #CreateEmployee > .content > .info > .header > .font > .text {
        font-size: 1.4rem;
        padding-right: 10px;
        background-color: white; }
  #CreateEmployee > .content > .info > .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    #CreateEmployee > .content > .info > .form > .select-group {
      display: flex;
      flex-direction: column; }
      #CreateEmployee > .content > .info > .form > .select-group > .label {
        font-size: 1.1rem;
        margin-bottom: 5px; }
        #CreateEmployee > .content > .info > .form > .select-group > .label::after {
          content: " *";
          color: red; }
      #CreateEmployee > .content > .info > .form > .select-group > .label-not-require {
        font-size: 1.1rem;
        margin-bottom: 5px; }
      #CreateEmployee > .content > .info > .form > .select-group > .validate {
        color: red;
        margin-top: 3px; }
  #CreateEmployee > .content > .info:last-child {
    margin-bottom: 20px; }

#CreateEmployee > .footer {
  display: flex;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  border-top: 1px solid #cccccc;
  z-index: 2; }
  #CreateEmployee > .footer > .button {
    font-size: 14px; }
  #CreateEmployee > .footer > .button-cancel {
    margin-right: 20px; }

@media (max-width: 768px) {
  #CreateEmployee > .content > .info > .form {
    grid-template-columns: repeat(1, 1fr); } }

#EditDrivingLicenseEmployeeForm > .header {
  display: flex;
  position: sticky;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 4px 4px 0px 0px;
  padding: 0 30px;
  align-items: center;
  z-index: 2; }
  #EditDrivingLicenseEmployeeForm > .header > .font {
    font-size: 1.6rem;
    font-weight: bold;
    color: white; }

#EditDrivingLicenseEmployeeForm > .content {
  position: relative;
  width: 100%;
  padding: 10px 30px; }
  #EditDrivingLicenseEmployeeForm > .content > .info > .header {
    margin: 15px 0; }
    #EditDrivingLicenseEmployeeForm > .content > .info > .header > .font {
      display: block;
      position: relative;
      width: 100%;
      color: #2d5a96;
      z-index: 1; }
      #EditDrivingLicenseEmployeeForm > .content > .info > .header > .font::after {
        position: absolute;
        content: "";
        height: 0.5em;
        width: 100%;
        border-top: 1px solid #eaeaea;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      #EditDrivingLicenseEmployeeForm > .content > .info > .header > .font > .text {
        font-size: 1.4rem;
        padding-right: 10px;
        background-color: white; }
  #EditDrivingLicenseEmployeeForm > .content > .info > .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    #EditDrivingLicenseEmployeeForm > .content > .info > .form > .select-group {
      display: flex;
      flex-direction: column; }
      #EditDrivingLicenseEmployeeForm > .content > .info > .form > .select-group > .label {
        font-size: 1.1rem;
        margin-bottom: 5px; }
        #EditDrivingLicenseEmployeeForm > .content > .info > .form > .select-group > .label::after {
          content: " *";
          color: red; }
      #EditDrivingLicenseEmployeeForm > .content > .info > .form > .select-group > .validate {
        color: red;
        margin-top: 3px; }

#EditDrivingLicenseEmployeeForm > .footer {
  display: flex;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  border-top: 1px solid #cccccc;
  z-index: 2; }
  #EditDrivingLicenseEmployeeForm > .footer > .button {
    font-size: 14px; }
  #EditDrivingLicenseEmployeeForm > .footer > .button-cancel {
    margin-right: 20px; }

@media (max-width: 768px) {
  #EditDrivingLicenseEmployeeForm > .content > .info > .form {
    grid-template-columns: repeat(1, 1fr); } }

#AddCardEmployee > .header {
  display: flex;
  position: sticky;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 4px 4px 0px 0px;
  padding: 0 30px;
  align-items: center;
  z-index: 2; }
  #AddCardEmployee > .header > .font {
    font-size: 1.6rem;
    font-weight: bold;
    color: white; }

#AddCardEmployee > .content {
  position: relative;
  width: 100%;
  padding: 10px 30px; }
  #AddCardEmployee > .content > .info > .header {
    margin: 15px 0; }
    #AddCardEmployee > .content > .info > .header > .font {
      display: block;
      position: relative;
      width: 100%;
      color: #2d5a96;
      z-index: 1; }
      #AddCardEmployee > .content > .info > .header > .font::after {
        position: absolute;
        content: "";
        height: 0.5em;
        width: 100%;
        border-top: 1px solid #eaeaea;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      #AddCardEmployee > .content > .info > .header > .font > .text {
        font-size: 1.4rem;
        padding-right: 10px;
        background-color: white; }
  #AddCardEmployee > .content > .info > .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    #AddCardEmployee > .content > .info > .form > .select-group {
      display: flex;
      flex-direction: column; }
      #AddCardEmployee > .content > .info > .form > .select-group > .label {
        font-size: 1.1rem;
        margin-bottom: 5px; }
        #AddCardEmployee > .content > .info > .form > .select-group > .label::after {
          content: " *";
          color: red; }
      #AddCardEmployee > .content > .info > .form > .select-group > .validate {
        color: red;
        margin-top: 3px; }

#AddCardEmployee > .footer {
  display: flex;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  border-top: 1px solid #cccccc;
  z-index: 2; }
  #AddCardEmployee > .footer > .button {
    font-size: 14px; }
  #AddCardEmployee > .footer > .button-cancel {
    margin-right: 20px; }

@media (max-width: 768px) {
  #AddCardEmployee > .content > .info > .form {
    grid-template-columns: repeat(1, 1fr); } }

#AddDriver > .header {
  display: flex;
  position: sticky;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: #2d5a96;
  border: 1px solid #2d5a96;
  border-radius: 4px 4px 0px 0px;
  padding: 0 30px;
  align-items: center;
  z-index: 2; }
  #AddDriver > .header > .font {
    font-size: 1.6rem;
    font-weight: bold;
    color: white; }

#AddDriver > .content {
  position: relative;
  width: 100%;
  padding: 10px 30px; }
  #AddDriver > .content > .info > .header {
    margin: 15px 0; }
    #AddDriver > .content > .info > .header > .font {
      display: block;
      position: relative;
      width: 100%;
      color: #2d5a96;
      z-index: 1; }
      #AddDriver > .content > .info > .header > .font::after {
        position: absolute;
        content: "";
        height: 0.5em;
        width: 100%;
        border-top: 1px solid #eaeaea;
        top: 5px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1; }
      #AddDriver > .content > .info > .header > .font > .text {
        font-size: 1.4rem;
        padding-right: 10px;
        background-color: white; }
  #AddDriver > .content > .info > .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
    #AddDriver > .content > .info > .form > .select-group, #AddDriver > .content > .info > .form .group {
      display: flex;
      flex-direction: column; }
      #AddDriver > .content > .info > .form > .select-group > .label, #AddDriver > .content > .info > .form .group > .label {
        font-size: 1.1rem;
        margin-bottom: 5px; }
        #AddDriver > .content > .info > .form > .select-group > .label::after, #AddDriver > .content > .info > .form .group > .label::after {
          content: " *";
          color: red; }
      #AddDriver > .content > .info > .form > .select-group > .label-not-required, #AddDriver > .content > .info > .form .group > .label-not-required {
        font-size: 1.1rem;
        margin-bottom: 5px; }
      #AddDriver > .content > .info > .form > .select-group > .validate, #AddDriver > .content > .info > .form .group > .validate {
        color: red;
        margin-top: 3px; }
      #AddDriver > .content > .info > .form > .select-group .button-color-green, #AddDriver > .content > .info > .form .group .button-color-green {
        background-color: #4caf50;
        border-color: #4caf50;
        color: white;
        width: fit-content; }
        #AddDriver > .content > .info > .form > .select-group .button-color-green:active, #AddDriver > .content > .info > .form .group .button-color-green:active {
          background-color: #408e43; }
    #AddDriver > .content > .info > .form .ant-select-selection-selected-value {
      width: 100%; }
    #AddDriver > .content > .info > .form .ant-select-dropdown-menu-item {
      position: relative;
      display: flex;
      justify-content: space-between;
      padding: 5px 12px;
      overflow: hidden;
      color: rgba(0, 0, 0, 0.65);
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      white-space: nowrap;
      text-overflow: ellipsis;
      cursor: pointer;
      transition: background 0.3s ease; }

#AddDriver > .footer {
  display: flex;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: white;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  border-top: 1px solid #cccccc;
  z-index: 2; }
  #AddDriver > .footer > .button-cancel {
    margin-right: 20px; }

@media (max-width: 768px) {
  #AddDriver > .content > .info > .form {
    grid-template-columns: repeat(1, 1fr); } }

.driverCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .driverCreator-container .driverCreator-header,
  .driverCreator-container .driverCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .driverCreator-container .driverCreator-header .fontBold,
    .driverCreator-container .driverCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .driverCreator-container .driverCreator-header .bo-btn,
    .driverCreator-container .driverCreator-footer .bo-btn {
      width: auto; }
      .driverCreator-container .driverCreator-header .bo-btn i,
      .driverCreator-container .driverCreator-footer .bo-btn i {
        margin-right: 10px; }
  .driverCreator-container .driverCreator-header {
    background: #1a4e9c;
    /* Old browsers */
    top: 0;
    border-radius: 3px;
    justify-content: flex-start; }
  .driverCreator-container .driverCreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .driverCreator-container .driverCreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .driverCreator-container .driverCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .driverCreator-container .driverCreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .driverCreator-container .driverCreator-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .driverCreator-container .driverCreator-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .driverCreator-container .driverCreator-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .driverCreator-container .driverCreator-content .inputWithLabel-container,
    .driverCreator-container .driverCreator-content .selectWithLabel-container,
    .driverCreator-container .driverCreator-content .datepickerWithLabel-container,
    .driverCreator-container .driverCreator-content .textAreaWithLabel-container {
      width: 100%; }
      .driverCreator-container .driverCreator-content .inputWithLabel-container label,
      .driverCreator-container .driverCreator-content .selectWithLabel-container label,
      .driverCreator-container .driverCreator-content .datepickerWithLabel-container label,
      .driverCreator-container .driverCreator-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .driverCreator-container .driverCreator-content .textAreaWithLabel-container {
      width: 100%; }
    .driverCreator-container .driverCreator-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .driverCreator-container .driverCreator-content {
    padding: 15px calc(5px * 3); }
    .driverCreator-container .driverCreator-content .inputWithLabel-container,
    .driverCreator-container .driverCreator-content .selectWithLabel-container,
    .driverCreator-container .driverCreator-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .driverCreator-container .driverCreator-content .inputWithLabel-container.rightside,
      .driverCreator-container .driverCreator-content .selectWithLabel-container.rightside,
      .driverCreator-container .driverCreator-content .datepickerWithLabel-container.rightside {
        margin-right: 0;
        margin-left: 5%; } }

@media (max-width: 768px) {
  .driverCreator-container .driverCreator-footer {
    justify-content: center; }
  .driverCreator-container .driverCreator-header {
    justify-content: center; }
    .driverCreator-container .driverCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.driverInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: auto; }
  .driverInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .driverInfo-container .driverInfo-content {
    height: calc(100% - 50px);
    margin-bottom: 5px;
    overflow: auto; }
    .driverInfo-container .driverInfo-content .driverInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .driverInfo-container .driverInfo-content .driverInfo-header:first-of-type span:nth-child(1) i {
        margin-left: 5px; }
      .driverInfo-container .driverInfo-content .driverInfo-header:first-of-type span:nth-child(2) {
        color: #fff; }
        .driverInfo-container .driverInfo-content .driverInfo-header:first-of-type span:nth-child(2) span {
          margin-left: 5px; }
      .driverInfo-container .driverInfo-content .driverInfo-header > span:nth-child(2) {
        cursor: pointer; }
    .driverInfo-container .driverInfo-content p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      margin: 0; }
    .driverInfo-container .driverInfo-content .info-container {
      align-items: initial; }
      .driverInfo-container .driverInfo-content .info-container .info-detail {
        white-space: initial; }
    .driverInfo-container .driverInfo-content .vehicleMiniInfo-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #cccccc;
      margin-bottom: 15px; }
      .driverInfo-container .driverInfo-content .vehicleMiniInfo-container:last-child {
        border-bottom: none; }
      .driverInfo-container .driverInfo-content .vehicleMiniInfo-container > div:nth-child(1) {
        width: 90%; }
      .driverInfo-container .driverInfo-content .vehicleMiniInfo-container > div:nth-child(2) {
        width: 10%;
        margin-top: -15px;
        text-align: right; }
        .driverInfo-container .driverInfo-content .vehicleMiniInfo-container > div:nth-child(2) i {
          cursor: pointer;
          color: #ff0000; }
      .driverInfo-container .driverInfo-content .vehicleMiniInfo-container > div > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px; }
    .driverInfo-container .driverInfo-content .driverInfo-footer {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      height: 50px;
      line-height: 50px;
      position: absolute;
      padding: 0 calc(5px * 6); }
      .driverInfo-container .driverInfo-content .driverInfo-footer .fontBold {
        color: #fff;
        font-size: 1.6rem;
        font-family: "Prompt", "sans serif"; }
      .driverInfo-container .driverInfo-content .driverInfo-footer .bo-btn {
        width: auto; }
        .driverInfo-container .driverInfo-content .driverInfo-footer .bo-btn i {
          margin-right: 10px; }
    .driverInfo-container .driverInfo-content .driverInfo-footer {
      bottom: 0;
      border-top: 1px solid #cccccc;
      justify-content: center; }
      .driverInfo-container .driverInfo-content .driverInfo-footer > span:first-child {
        font-size: 10px;
        line-height: 12px; }
      .driverInfo-container .driverInfo-content .driverInfo-footer > span:not(first-child) {
        color: #cccccc;
        padding-left: 10px;
        margin-left: auto;
        margin-right: 20px; }
      .driverInfo-container .driverInfo-content .driverInfo-footer > span:nth-child(2) {
        color: #cccccc;
        padding-left: 10px;
        margin-left: auto;
        margin-right: 20px; }
      .driverInfo-container .driverInfo-content .driverInfo-footer > .bo-btn:first-of-type {
        margin-left: 10px;
        margin-right: 20px; }

@media (min-width: 768px) {
  .driverInfo-container .driverInfo-content {
    height: calc(100% - 53px); }
  .mobile {
    display: none; } }

@media (max-width: 575px) {
  .desktop,
  .tablet {
    display: none !important; }
  .text-center {
    text-align: center; }
  .btn-circle {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 30px;
    margin: 10px 10px; }
    .btn-circle.violet {
      background-color: #6c5aee; }
    .btn-circle.dark-blue {
      background-color: #1a4e9c; }
    .btn-circle.green {
      background-color: #00b902; }
    .btn-circle.line img {
      display: inline;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5px;
      line-height: 60px; } }

.btn-warning {
  display: inline-block;
  background-color: #ffa000 !important;
  color: #fff !important;
  border: none !important; }

.kpi-checkbox-wrapper {
  width: 100%;
  margin-left: 10px !important;
  display: flex !important;
  align-items: center; }
  .kpi-checkbox-wrapper > span:last-child {
    width: 100%; }
  .kpi-checkbox-wrapper .kpi-checkbox-card {
    display: inline-block;
    width: 100%; }

.kpiAssignment-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .kpiAssignment-container .kpiAssignment-header,
  .kpiAssignment-container .kpiAssignment-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .kpiAssignment-container .kpiAssignment-header .fontBold,
    .kpiAssignment-container .kpiAssignment-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .kpiAssignment-container .kpiAssignment-header .bo-btn,
    .kpiAssignment-container .kpiAssignment-footer .bo-btn {
      width: auto; }
      .kpiAssignment-container .kpiAssignment-header .bo-btn i,
      .kpiAssignment-container .kpiAssignment-footer .bo-btn i {
        margin-right: 10px; }
  .kpiAssignment-container .kpiAssignment-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .kpiAssignment-container .kpiAssignment-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .kpiAssignment-container .kpiAssignment-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .kpiAssignment-container .kpiAssignment-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .kpiAssignment-container .kpiAssignment-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .kpiAssignment-container .kpiAssignment-content .inputWithLabel-container,
    .kpiAssignment-container .kpiAssignment-content .selectWithLabel-container {
      width: 100%; }
      .kpiAssignment-container .kpiAssignment-content .inputWithLabel-container label,
      .kpiAssignment-container .kpiAssignment-content .selectWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .kpiAssignment-container .kpiAssignment-content .textAreaWithLabel-container {
      width: 100%; }
    .kpiAssignment-container .kpiAssignment-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .kpiAssignment-container .kpiAssignment-content {
    padding: 15px calc(5px * 3); }
    .kpiAssignment-container .kpiAssignment-content .inputWithLabel-container,
    .kpiAssignment-container .kpiAssignment-content .selectWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .kpiAssignment-container .kpiAssignment-content .inputWithLabel-container:nth-child(2n),
      .kpiAssignment-container .kpiAssignment-content .selectWithLabel-container:nth-child(2n) {
        margin-right: 0;
        margin-left: 5%; } }

.driverkpi-container .info-container {
  padding: 1.25em 1.667em;
  margin: 0; }

.driverkpi-container .driverkpi-kpi-action {
  display: flex;
  align-items: center;
  justify-content: center; }

.driverkpi-container .driverkpi-kpi-detail {
  height: 100%;
  overflow-y: auto; }

.driverkpi-container .driverkpi-kpi-summary {
  padding: 2.5px 5px 2.5px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center; }

.driver-container {
  width: 100%;
  height: 100%; }
  .driver-container .driver-create,
  .driver-container .driver-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .driver-container .driver-create {
    color: #2ab6d0;
    text-align: center; }
    .driver-container .driver-create .driver-createDriver {
      cursor: pointer;
      width: 100%; }
      .driver-container .driver-create .driver-createDriver i {
        font-size: 16px;
        margin-right: 5px; }
      .driver-container .driver-create .driver-createDriver span {
        vertical-align: top; }
    .driver-container .driver-create .driver-createGroup {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .driver-container .driver-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .driver-container .driver-group {
    padding: 0 10px; }
    .driver-container .driver-group i {
      cursor: pointer;
      font-size: 16px; }
  .driver-container .driver-list {
    height: calc(100% - 53px); }
  .driver-container .btn-diy-add {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }

.driverAddVehicle-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .driverAddVehicle-container .driverAddVehicle-header,
  .driverAddVehicle-container .driverAddVehicle-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .driverAddVehicle-container .driverAddVehicle-header .fontBold,
    .driverAddVehicle-container .driverAddVehicle-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .driverAddVehicle-container .driverAddVehicle-header .bo-btn,
    .driverAddVehicle-container .driverAddVehicle-footer .bo-btn {
      width: auto; }
      .driverAddVehicle-container .driverAddVehicle-header .bo-btn i,
      .driverAddVehicle-container .driverAddVehicle-footer .bo-btn i {
        margin-right: 10px; }
  .driverAddVehicle-container .driverAddVehicle-header {
    justify-content: flex-start;
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px; }
  .driverAddVehicle-container .driverAddVehicle-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .driverAddVehicle-container .driverAddVehicle-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .driverAddVehicle-container .driverAddVehicle-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .driverAddVehicle-container .driverAddVehicle-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .driverAddVehicle-container .driverAddVehicle-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .driverAddVehicle-container .driverAddVehicle-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .driverAddVehicle-container .driverAddVehicle-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container {
      width: 100%; }
      .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container {
      width: 100%; }
    .driverAddVehicle-container .driverAddVehicle-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .driverAddVehicle-container .driverAddVehicle-content {
    padding: 15px calc(5px * 3); }
    .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(2), .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(4), .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(6),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(2),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(4),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(6),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(2),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(4),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(6) {
        margin-right: 0;
        margin-left: 5%; } }

.dropdownMenu-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border: 1px solid #cfd8dc; }
  .dropdownMenu-container i {
    font-size: 14px; }
  .dropdownMenu-container > div {
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    border-bottom: 1px solid #e8e8e8; }
    .dropdownMenu-container > div:hover {
      background-color: #eceff1; }
    .dropdownMenu-container > div .header-icon {
      width: 14px;
      margin-right: 10px; }
  .dropdownMenu-container .dropdownMenu-header {
    padding: 0;
    justify-content: center;
    background-color: #eceff1;
    color: #b0bec5;
    text-transform: uppercase; }

.geofence-container {
  width: 100%;
  height: 100%; }
  .geofence-container .geofence-create,
  .geofence-container .geofence-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .geofence-container .geofence-create {
    color: #2ab6d0;
    text-align: center; }
    .geofence-container .geofence-create .geofence-createGeofence {
      cursor: pointer;
      width: 100%; }
      .geofence-container .geofence-create .geofence-createGeofence i {
        font-size: 16px;
        margin-right: 5px; }
      .geofence-container .geofence-create .geofence-createGeofence span {
        vertical-align: top; }
    .geofence-container .geofence-create .geofence-createGroup {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .geofence-container .geofence-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .geofence-container .geofence-group {
    padding: 0 10px; }
    .geofence-container .geofence-group i {
      cursor: pointer;
      font-size: 16px; }
  .geofence-container .geofence-list {
    height: calc(100% - 53px); }

.ico-size {
  font-size: 20px;
  color: #005f21; }

.geofenceCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .geofenceCreator-container .geofenceCreator-header,
  .geofenceCreator-container .geofenceCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .geofenceCreator-container .geofenceCreator-header .fontBold,
    .geofenceCreator-container .geofenceCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .geofenceCreator-container .geofenceCreator-header .bo-btn,
    .geofenceCreator-container .geofenceCreator-footer .bo-btn {
      width: auto; }
      .geofenceCreator-container .geofenceCreator-header .bo-btn i,
      .geofenceCreator-container .geofenceCreator-footer .bo-btn i {
        margin-right: 10px; }
  .geofenceCreator-container .geofenceCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .geofenceCreator-container .geofenceCreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .geofenceCreator-container .geofenceCreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .geofenceCreator-container .geofenceCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .geofenceCreator-container .geofenceCreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .geofenceCreator-container .geofenceCreator-content .inputWithLabel-container,
    .geofenceCreator-container .geofenceCreator-content .selectWithLabel-container {
      width: 100%; }
      .geofenceCreator-container .geofenceCreator-content .inputWithLabel-container label,
      .geofenceCreator-container .geofenceCreator-content .selectWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .geofenceCreator-container .geofenceCreator-content .textAreaWithLabel-container {
      width: 100%; }
    .geofenceCreator-container .geofenceCreator-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .geofenceCreator-container .geofenceCreator-content {
    padding: 15px calc(5px * 3); }
    .geofenceCreator-container .geofenceCreator-content .inputWithLabel-container,
    .geofenceCreator-container .geofenceCreator-content .selectWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .geofenceCreator-container .geofenceCreator-content .inputWithLabel-container:nth-child(2n),
      .geofenceCreator-container .geofenceCreator-content .selectWithLabel-container:nth-child(2n) {
        margin-right: 0;
        margin-left: 5%; } }

@media (max-width: 768px) {
  .geofenceCreator-container .geofenceCreator-footer {
    justify-content: center; }
  .geofenceCreator-container .geofenceCreator-header {
    justify-content: center; }
    .geofenceCreator-container .geofenceCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.geofenceInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px;
  overflow: auto; }
  .geofenceInfo-container .geofenceInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto;
    padding: 15px 15px 0 15px; }
    .geofenceInfo-container .geofenceInfo-content .geofenceInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .geofenceInfo-container .geofenceInfo-content .geofenceInfo-header:first-child {
        margin-top: 0; }
      .geofenceInfo-container .geofenceInfo-content .geofenceInfo-header > span:last-child {
        cursor: pointer; }
    .geofenceInfo-container .geofenceInfo-content p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      border-radius: 5px;
      margin-top: 50px; }
    .geofenceInfo-container .geofenceInfo-content .info-container {
      align-items: initial; }
      .geofenceInfo-container .geofenceInfo-content .info-container .info-detail {
        white-space: initial; }
  .geofenceInfo-container .geofenceInfo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 6); }
    .geofenceInfo-container .geofenceInfo-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .geofenceInfo-container .geofenceInfo-footer .bo-btn {
      width: auto; }
      .geofenceInfo-container .geofenceInfo-footer .bo-btn i {
        margin-right: 10px; }
  .geofenceInfo-container .geofenceInfo-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .geofenceInfo-container .geofenceInfo-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .geofenceInfo-container .geofenceInfo-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .geofenceInfo-container .geofenceInfo-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .geofenceInfo-container .geofenceInfo-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }

@media (min-width: 768px) {
  .mobile {
    display: none; }
  .geofenceInfo-container .geofenceInfo-button {
    position: center;
    align-items: initial;
    margin: 10px 0;
    width: 100%; } }

.geofenceInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px;
  overflow: auto; }
  .geofenceInfo-container .geofenceInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto;
    padding: 15px 15px 0 15px; }
    .geofenceInfo-container .geofenceInfo-content .geofenceInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .geofenceInfo-container .geofenceInfo-content .geofenceInfo-header:first-child {
        margin-top: 0; }
      .geofenceInfo-container .geofenceInfo-content .geofenceInfo-header > span:last-child {
        cursor: pointer; }
    .geofenceInfo-container .geofenceInfo-content p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      border-radius: 5px;
      margin-top: 50px; }
    .geofenceInfo-container .geofenceInfo-content .info-container {
      align-items: initial; }
      .geofenceInfo-container .geofenceInfo-content .info-container .info-detail {
        white-space: initial; }
  .geofenceInfo-container .geofenceInfo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 6); }
    .geofenceInfo-container .geofenceInfo-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .geofenceInfo-container .geofenceInfo-footer .bo-btn {
      width: auto; }
      .geofenceInfo-container .geofenceInfo-footer .bo-btn i {
        margin-right: 10px; }
  .geofenceInfo-container .geofenceInfo-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .geofenceInfo-container .geofenceInfo-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .geofenceInfo-container .geofenceInfo-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .geofenceInfo-container .geofenceInfo-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .geofenceInfo-container .geofenceInfo-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }

@media (min-width: 768px) {
  .mobile {
    display: none; }
  .geofenceInfo-container .geofenceInfo-button {
    position: center;
    align-items: initial;
    margin: 10px 0;
    width: 100%; } }


.header-container {
  z-index: 10;
  width: 100%;
  height: 45px;
  position: relative;
  background-color: #fff; }
  .header-container .header-logo {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 55px;
    height: 100%;
    padding: 8px 14px;
    background-color: #2d5a96; }
  .header-container .header-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 55px);
    height: 100%;
    padding: 0 10px 0 10px; }
    .header-container .header-wrapper .header-wrapper_left {
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center; }
    .header-container .header-wrapper .header-wrapper_right {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      justify-content: flex-end;
      width: 50%;
      min-width: 100px;
      height: 100%; }
      .header-container .header-wrapper .header-wrapper_right i {
        cursor: pointer;
        font-size: 16px; }
      .header-container .header-wrapper .header-wrapper_right .avatarWithText-container {
        margin-left: 15px;
        text-align: center; }
        .header-container .header-wrapper .header-wrapper_right .avatarWithText-container .avatarWithText-text {
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
      .header-container .header-wrapper .header-wrapper_right .wrapper-right_menu {
        z-index: 1;
        width: 170px;
        position: absolute;
        top: 40px;
        background-color: #fff; }
      .header-container .header-wrapper .header-wrapper_right .wrapper-right_notification {
        z-index: 999;
        position: absolute;
        top: 40px; }

@media (min-width: 768px) {
  .header-container {
    z-index: initial; }
    .header-container .header-wrapper {
      padding: 0 45px 0 10px; }
      .header-container .header-wrapper .header-wrapper_left {
        width: 70%; }
        .header-container .header-wrapper .header-wrapper_left .search-component {
          width: 50%;
          min-width: 263px; }
      .header-container .header-wrapper .header-wrapper_right {
        width: 30%; } }

@media (max-width: 575.98px) {
  .avatarWithText-container {
    margin-left: 0px !important; } }

@media (min-width: 768px) {
  .history-container .date-datepicker > label {
    display: inline-block;
    width: 10%;
    padding: 10px 0; }
  .history-container .date-datepicker > .device-datepicker-container {
    display: inline-block;
    width: 90%;
    text-align: center; } }

.margin-15 {
  margin-right: 15px; }

.height-15 {
  height: 15px !important; }

.date-container {
  margin: 0 10px; }
  .date-container .bo-btn.btn-medium {
    padding: 0 22px; }

@media (min-width: 768px) {
  .historyChart-container {
    overflow: hidden;
    margin-top: 5px;
    height: 140px;
    width: 100%; }
    .historyChart-container canvas {
      width: 100% !important; }
    .historyChart-container .selectWithLabel-container {
      margin-bottom: calc(5px * 2); } }

.historyList-export-action {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  text-align: center;
  top: 10px; }
  .historyList-export-action button {
    width: 90%; }

.historyList-autosizer {
  height: calc(100% - 50px); }

.historyList-middle {
  height: calc(100% - 233px); }

.historyList-middle-selectDate {
  height: calc(100% - 310px); }

.historyList-container {
  padding: 0 15px; }

@media (min-width: 999px) and (max-width: 1199px) {
  .historyList-conclusion {
    font-size: 9px; }
  .historyList-middle-selectDate {
    height: calc(100% - 350px); } }

.historyList-conclusion {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  text-align: center; }
  .historyList-conclusion button {
    width: 90%; }
  .historyList-conclusion .conclusion-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff;
    background-color: #2d5a96;
    border-color: #2d5a96;
    font-size: 10px; }
    .historyList-conclusion .conclusion-box div:first-child {
      text-decoration: underline; }

.historyList-container {
  padding: 0 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyList-conclusion {
    font-size: 9px; } }

.historyTimeline-conclusion {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 60px;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  .historyTimeline-conclusion button {
    width: 90%; }
  .historyTimeline-conclusion .conclusion-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff;
    background-color: #2d5a96;
    border-color: #2d5a96;
    font-size: 10px; }
    .historyTimeline-conclusion .conclusion-box div:first-child {
      text-decoration: underline; }

.historyTimeline-container {
  padding: 0 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .historyTimeline-conclusion {
    font-size: 9px; } }

.eventList-export-action {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  text-align: center;
  top: 10px; }
  .eventList-export-action button {
    width: 90%; }

.eventList-autosizer {
  height: calc(100% - 50px); }

.eventList-middle {
  height: calc(100% - 150px); }

.eventList-middle-selectDate {
  height: calc(100% - 220px); }

.eventList-container {
  padding: 0 15px; }

@media (min-width: 999px) and (max-width: 1199px) {
  .eventList-conclusion {
    font-size: 9px; }
  .eventList-middle-selectDate {
    height: calc(100% - 260px); } }

.tripList-export-action {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  text-align: center;
  top: 10px; }
  .tripList-export-action button {
    width: 90%; }

.tripList-autosizer {
  height: calc(100% - 50px); }

.tripList-middle {
  height: calc(100% - 180px); }

.tripList-middle-selectDate {
  height: calc(100% - 260px); }

.tripList-container {
  padding: 0 15px; }

@media (min-width: 999px) and (max-width: 1199px) {
  .tripList-conclusion {
    font-size: 9px; }
  .tripList-middle-selectDate {
    height: calc(100% - 300px); } }

.overview-container {
  width: 100%;
  height: 100%; }
  .overview-container .overview-group,
  .overview-container .overview-status {
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .overview-container .overview-group-heavy {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .overview-container .overview-button-add-group {
    margin-left: 5px;
    height: 100%;
    display: flex; }
  .overview-container .overview-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; }
    .overview-container .overview-group i {
      cursor: pointer;
      font-size: 16px; }
  .overview-container .overview-button-container {
    display: flex;
    text-align: center;
    height: 100%; }
  .overview-container .wl-search-container {
    display: flex;
    height: 45px; }
    .overview-container .wl-search-container .wl-button {
      margin-left: 15px; }
  .overview-container .overview-list {
    height: calc(100% - (49px * 4)); }

.heavyInfo-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: calc(100% - 53px);
  overflow-y: auto; }
  .heavyInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .heavyInfo-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .heavyInfo-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .heavyInfo-container p.heavyInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .heavyInfo-container p.heavyInfo-header > span:last-child {
        cursor: pointer; }
  .heavyInfo-container .heavyInfo-content {
    height: calc(100% - 50px);
    margin-bottom: 5px;
    overflow: auto;
    padding: 15px 15px 0 15px; }
    .heavyInfo-container .heavyInfo-content .geofenceInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .heavyInfo-container .heavyInfo-content .geofenceInfo-header:first-child {
        margin-top: 0; }
      .heavyInfo-container .heavyInfo-content .geofenceInfo-header > span:last-child {
        cursor: pointer; }
    .heavyInfo-container .heavyInfo-content .info-container {
      align-items: initial; }
      .heavyInfo-container .heavyInfo-content .info-container .info-detail {
        white-space: initial; }
  .heavyInfo-container .heavyInfo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    padding: 0 calc(5px * 6); }
    .heavyInfo-container .heavyInfo-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .heavyInfo-container .heavyInfo-footer .bo-btn {
      width: auto; }
      .heavyInfo-container .heavyInfo-footer .bo-btn i {
        margin-right: 10px; }
  .heavyInfo-container .heavyInfo-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .heavyInfo-container .heavyInfo-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .heavyInfo-container .heavyInfo-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .heavyInfo-container .heavyInfo-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .heavyInfo-container .heavyInfo-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .heavyInfo-container .heavyInfo-gsm .image-container {
    margin-right: 5px; }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

.heavyStatus-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .heavyStatus-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .heavyStatus-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .heavyStatus-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .heavyStatus-container p.heavyStatus-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .heavyStatus-container p.heavyStatus-header > span:last-child {
        cursor: pointer; }
  .heavyStatus-container .heavyStatus-gsm .image-container {
    margin-right: 5px; }

.heavyDriverInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto; }
  .heavyDriverInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }

@media (min-width: 768px) {
  .heavyDriverInfo-container {
    height: calc(100% - 53px); }
    .heavyDriverInfo-container .heavyDriverInfo-button {
      position: absolute;
      bottom: 15px;
      width: calc(100% - (5px * 2)); }
  .mobile {
    display: none; } }

@media (max-width: 575px) {
  .desktop,
  .tablet {
    display: none !important; }
  .text-center {
    text-align: center; }
  .btn-circle {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 30px;
    margin: 10px 10px; }
    .btn-circle.violet {
      background-color: #6c5aee; }
    .btn-circle.dark-blue {
      background-color: #1a4e9c; }
    .btn-circle.green {
      background-color: #00b902; }
    .btn-circle.line img {
      display: inline;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5px;
      line-height: 60px; } }

.btn-warning {
  display: inline-block;
  background-color: #ffa000 !important;
  color: #fff !important;
  border: none !important; }

.inputWithPlace-container {
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .inputWithPlace-container .inputWithPlace-box {
    width: calc(100% - 25%);
    height: 34px;
    display: inline-block;
    font-size: 12px;
    color: #696969;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    outline: none;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px; }
    .inputWithPlace-container .inputWithPlace-box::-webkit-input-placeholder {
      color: #cccccc; }
    .inputWithPlace-container .inputWithPlace-box:-moz-placeholder {
      color: #cccccc; }
    .inputWithPlace-container .inputWithPlace-box::-moz-placeholder {
      color: #cccccc; }
    .inputWithPlace-container .inputWithPlace-box:-ms-input-placeholder {
      color: #cccccc; }
  .inputWithPlace-container .inputWithPlace-autocomplete {
    position: absolute;
    left: 0;
    top: calc(34px + 5px);
    overflow: auto;
    background-color: #fff;
    text-align: left;
    z-index: 1; }
    .inputWithPlace-container .inputWithPlace-autocomplete.active {
      width: 100%;
      max-width: calc(calc(100% - 25%) + 50px);
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 10px; }
    .inputWithPlace-container .inputWithPlace-autocomplete .autocomplete-item {
      padding: 10px;
      cursor: pointer; }
      .inputWithPlace-container .inputWithPlace-autocomplete .autocomplete-item.active {
        background-color: #e8f0ff; }

.maintenanceModal-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .maintenanceModal-container .maintenanceModal-header,
  .maintenanceModal-container .maintenanceModal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .maintenanceModal-container .maintenanceModal-header .fontBold,
    .maintenanceModal-container .maintenanceModal-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .maintenanceModal-container .maintenanceModal-header .bo-btn,
    .maintenanceModal-container .maintenanceModal-footer .bo-btn {
      width: auto; }
      .maintenanceModal-container .maintenanceModal-header .bo-btn i,
      .maintenanceModal-container .maintenanceModal-footer .bo-btn i {
        margin-right: 10px; }
  .maintenanceModal-container .maintenanceModal-header {
    background: #1a4e9c;
    /* Old browsers */
    top: 0;
    border-radius: 3px;
    justify-content: flex-start; }
  .maintenanceModal-container .maintenanceModal-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .maintenanceModal-container .maintenanceModal-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .maintenanceModal-container .maintenanceModal-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .maintenanceModal-container .maintenanceModal-content {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 10px;
    overflow: scroll;
    margin: auto; }
    .maintenanceModal-container .maintenanceModal-content p {
      margin: auto;
      text-align: center;
      font-size: 30px; }

@media (min-width: 768px) {
  .maintenanceModal-container .maintenanceModal-content {
    padding: 15px calc(5px * 3); }
    .maintenanceModal-container .maintenanceModal-content .inputWithLabel-container,
    .maintenanceModal-container .maintenanceModal-content .selectWithLabel-container,
    .maintenanceModal-container .maintenanceModal-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .maintenanceModal-container .maintenanceModal-content .inputWithLabel-container.rightside,
      .maintenanceModal-container .maintenanceModal-content .selectWithLabel-container.rightside,
      .maintenanceModal-container .maintenanceModal-content .datepickerWithLabel-container.rightside {
        margin-right: 0;
        margin-left: 5%; } }

.map-container {
  width: 100%;
  height: 100%; }
  .map-container .gm-bundled-control .gmnoprint {
    display: block; }
  .map-container .gmnoprint:not(.gm-bundled-control) {
    display: none; }
  .map-container .gm-svpc {
    width: 30px !important;
    height: 30px !important;
    left: -5px !important;
    top: -5px !important; }
    .map-container .gm-svpc img {
      width: 20px !important;
      height: 20px !important; }

.history-controller {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 2%; }
  .history-controller .player-playback {
    height: 100px; }
  .history-controller .history-controller-items {
    margin-top: 5px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 10px;
    width: 100%; }

@media (min-width: 768px) {
  .map-container .history-controller {
    display: none; } }

.mapIcon-container {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-direction: column; }
  .mapIcon-container > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd; }
    .mapIcon-container > div i {
      color: #000; }
      .mapIcon-container > div i.inActive {
        color: #ddd; }
  .mapIcon-container .wrapper-currentLocation,
  .mapIcon-container .wrapper-marker {
    margin-top: 10px; }
  .mapIcon-container .mobile-none {
    display: none; }

@media (min-width: 768px) {
  .mapIcon-container .mobile-none {
    display: inline-flex; } }

.movingCar {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.idlingCar {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.stopingCar {
  border: 1px solid #fb0000;
  background-color: #fb0000; }

.offlineCar {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0; }

.marker-container {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .marker-container .marker-info_small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    min-width: 100px;
    min-height: 35px;
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: -45px;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px; }
    .marker-container .marker-info_small span {
      max-width: 60%;
      font-weight: bold;
      word-wrap: break-word; }
    .marker-container .marker-info_small .image-device {
      width: 28px;
      height: 28px;
      padding: 2px;
      border-radius: 50%; }
  .marker-container .marker-info_large {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 260px;
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: -125px;
    padding: 10px 6px 6px 6px;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    font-family: "prompt", 'sans serif'; }
    .marker-container .marker-info_large .info_large-arrow {
      position: absolute;
      top: 0;
      right: 6px; }
    .marker-container .marker-info_large .info_large-title {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 4px; }
      .marker-container .marker-info_large .info_large-title .title-image {
        margin-right: 10px; }
        .marker-container .marker-info_large .info_large-title .title-image .image-device {
          width: 38px;
          height: 38px;
          padding: 5px;
          border-radius: 50%; }
      .marker-container .marker-info_large .info_large-title .title-detail {
        width: 100%;
        margin-right: auto;
        text-align: left; }
        .marker-container .marker-info_large .info_large-title .title-detail p {
          margin-top: 0;
          margin-bottom: 2px; }
        .marker-container .marker-info_large .info_large-title .title-detail .title-detail_name {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          font-weight: bold; }
        .marker-container .marker-info_large .info_large-title .title-detail .title-detail_driver {
          color: #2b2c30;
          font-weight: lighter; }
        .marker-container .marker-info_large .info_large-title .title-detail .title-detail_driver,
        .marker-container .marker-info_large .info_large-title .title-detail .title-detail_status {
          display: inline-block; }
      .marker-container .marker-info_large .info_large-title .title-external_link i {
        font-size: 18px; }
    .marker-container .marker-info_large .info_large-address {
      width: 100%;
      text-align: left; }
      .marker-container .marker-info_large .info_large-address div {
        margin-bottom: 4px; }
    .marker-container .marker-info_large .info_large-description {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 10px; }
      .marker-container .marker-info_large .info_large-description .iconWithText-container {
        width: initial; }
  .marker-container .marker-point {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -9px;
    top: -9px;
    border: 2px solid #fff;
    border-radius: 18px;
    text-align: center;
    color: #3f51b5;
    font-size: 16px;
    font-weight: bold;
    padding: 4px; }
    .marker-container .marker-point .marker-arrow {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      position: absolute;
      left: 2px;
      top: -8px;
      width: 5px;
      height: 5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      background-color: transparent; }
  .marker-container .marker-wrapper {
    position: relative; }
    .marker-container .marker-wrapper .marker-image,
    .marker-container .marker-wrapper .marker-pulse {
      position: absolute;
      width: 36px;
      height: 36px;
      left: -18px;
      top: -18px; }
    .marker-container .marker-wrapper .marker-image {
      pointer-events: none; }
    .marker-container .marker-wrapper .marker-pulse {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      z-index: -1;
      border-radius: 100%;
      background-color: transparent; }
      .marker-container .marker-wrapper .marker-pulse.active {
        background-size: 100%;
        background-color: rgba(173, 216, 230, 0.7);
        box-shadow: 0 0 0 4px rgba(173, 216, 230, 0.7); }

.markerCluster-container .cluster-card {
  z-index: 1;
  width: 260px;
  height: 35px;
  font-size: 16px;
  border: 2px solid #029cff;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  right: -130px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center; }
  .markerCluster-container .cluster-card .iconWithText-container {
    justify-content: center; }
    .markerCluster-container .cluster-card .iconWithText-container.moving {
      color: #00c42c; }
    .markerCluster-container .cluster-card .iconWithText-container.idling {
      color: #ffa000; }
    .markerCluster-container .cluster-card .iconWithText-container.stop {
      color: #fb0000; }
    .markerCluster-container .cluster-card .iconWithText-container.offline {
      color: #b1b1b1; }

.markerCluster-container .cluster-wrapper {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  left: -25px;
  top: -25px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center; }

.markerCluster-container .chart-text {
  -webkit-transform: translateY(0.35em);
  -moz-transform: translateY(0.35em);
  -o-transform: translateY(0.35em);
  -ms-transform: translateY(0.35em);
  transform: translateY(0.35em);
  fill: #000;
  text-anchor: middle; }

.markerHistory-container {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .markerHistory-container .markerHistory-point {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -9px;
    top: -9px;
    border: 2px solid #fff;
    border-radius: 18px;
    text-align: center;
    color: #3f51b5;
    font-size: 16px;
    font-weight: bold;
    padding: 4px; }
    .markerHistory-container .markerHistory-point .markerHistory-arrow {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      position: absolute;
      left: 2px;
      top: -8px;
      width: 5px;
      height: 5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      background-color: transparent; }
  .markerHistory-container .markerHistory-image {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -10px; }

.checkInEmployee {
  border: 1px solid #00c42c;
  background-color: #00c42c; }

.checkOutEmployee {
  border: 1px solid #ffa000;
  background-color: #ffa000; }

.offlineEmployee {
  border: 1px solid #b1b1b1;
  background-color: #b1b1b1; }

.marker-container {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .marker-container .marker-info_small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    min-width: 100px;
    min-height: 35px;
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: -45px;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px; }
    .marker-container .marker-info_small span {
      max-width: 60%;
      font-weight: bold;
      word-wrap: break-word; }
    .marker-container .marker-info_small .image-driver {
      width: 28px;
      height: 28px;
      padding: 2px;
      border-radius: 50%; }
  .marker-container .marker-info_large {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 260px;
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: -125px;
    padding: 10px 6px 6px 6px;
    text-align: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    font-family: "prompt", 'sans serif'; }
    .marker-container .marker-info_large .info_large-arrow {
      position: absolute;
      top: 0;
      right: 6px; }
    .marker-container .marker-info_large .info_large-title {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 4px; }
      .marker-container .marker-info_large .info_large-title .title-image {
        margin-right: 10px; }
        .marker-container .marker-info_large .info_large-title .title-image .image-driver {
          width: 38px;
          height: 38px;
          padding: 5px;
          border-radius: 50%; }
      .marker-container .marker-info_large .info_large-title .title-detail {
        width: 100%;
        margin-right: auto;
        text-align: left; }
        .marker-container .marker-info_large .info_large-title .title-detail p {
          margin-top: 0;
          margin-bottom: 2px; }
        .marker-container .marker-info_large .info_large-title .title-detail .title-detail_name {
          display: flex;
          justify-content: space-between;
          font-size: 14px;
          font-weight: bold; }
      .marker-container .marker-info_large .info_large-title .title-external_link i {
        font-size: 18px; }
    .marker-container .marker-info_large .info_large-address {
      width: 100%;
      text-align: left; }
      .marker-container .marker-info_large .info_large-address div {
        margin-bottom: 4px; }
    .marker-container .marker-info_large .info_large-description {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-size: 10px; }
      .marker-container .marker-info_large .info_large-description .iconWithText-container {
        width: initial; }
  .marker-container .marker-wrapper {
    position: relative; }
    .marker-container .marker-wrapper .marker-image,
    .marker-container .marker-wrapper .marker-pulse {
      position: absolute;
      width: 36px;
      height: 36px;
      left: -18px;
      top: -18px; }
    .marker-container .marker-wrapper .marker-image {
      pointer-events: none; }
    .marker-container .marker-wrapper .marker-pulse {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear;
      z-index: -1;
      border-radius: 100%;
      background-color: transparent; }
      .marker-container .marker-wrapper .marker-pulse.active {
        background-size: 100%;
        background-color: rgba(173, 216, 230, 0.7);
        box-shadow: 0 0 0 4px rgba(173, 216, 230, 0.7); }

.markerCluster-container .cluster-card {
  z-index: 1;
  width: 260px;
  height: 35px;
  font-size: 16px;
  border: 2px solid #029cff;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  right: -130px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center; }
  .markerCluster-container .cluster-card .iconWithText-container {
    justify-content: center; }
    .markerCluster-container .cluster-card .iconWithText-container.checkin {
      color: #00c42c; }
    .markerCluster-container .cluster-card .iconWithText-container.checkout {
      color: #ffcc00; }
    .markerCluster-container .cluster-card .iconWithText-container.offline {
      color: #cfd8dc; }

.markerCluster-container .cluster-wrapper {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  left: -25px;
  top: -25px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center; }

.markerCluster-container .chart-text {
  -webkit-transform: translateY(0.35em);
  -moz-transform: translateY(0.35em);
  -o-transform: translateY(0.35em);
  -ms-transform: translateY(0.35em);
  transform: translateY(0.35em);
  fill: #000;
  text-anchor: middle; }

.markerHistory-container {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .markerHistory-container .markerHistory-point {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -9px;
    top: -9px;
    border: 2px solid #fff;
    border-radius: 18px;
    text-align: center;
    color: #3f51b5;
    font-size: 16px;
    font-weight: bold;
    padding: 4px; }
    .markerHistory-container .markerHistory-point .markerHistory-arrow {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      position: absolute;
      left: 2px;
      top: -8px;
      width: 5px;
      height: 5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      background-color: transparent; }
  .markerHistory-container .markerHistory-image {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -10px; }

.markerHistory-container {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .markerHistory-container .markerHistory-point {
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    left: -9px;
    top: -9px;
    border: 2px solid #fff;
    border-radius: 18px;
    text-align: center;
    color: #3f51b5;
    font-size: 16px;
    font-weight: bold;
    padding: 4px; }
    .markerHistory-container .markerHistory-point .markerHistory-arrow {
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      position: absolute;
      left: 2px;
      top: -8px;
      width: 5px;
      height: 5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      background-color: transparent; }
  .markerHistory-container .markerHistory-image {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -10px; }

.newEmployeeInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: auto; }
  .newEmployeeInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .newEmployeeInfo-container .newEmployeeInfo-content {
    height: calc(100% - 50px);
    margin-bottom: 5px;
    overflow: auto; }
    .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-header:first-of-type span:nth-child(1) i {
        margin-left: 5px; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-header:first-of-type span:nth-child(2) {
        color: #fff; }
        .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-header:first-of-type span:nth-child(2) span {
          margin-left: 5px; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-header > span:nth-child(2) {
        cursor: pointer; }
    .newEmployeeInfo-container .newEmployeeInfo-content p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      margin: 0; }
    .newEmployeeInfo-container .newEmployeeInfo-content .info-container {
      align-items: initial; }
      .newEmployeeInfo-container .newEmployeeInfo-content .info-container .info-detail {
        white-space: initial; }
    .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      height: 50px;
      line-height: 50px;
      position: absolute;
      padding: 0 calc(5px * 6); }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer .fontBold {
        color: #fff;
        font-size: 1.6rem;
        font-family: "Prompt", "sans serif"; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer .bo-btn {
        width: auto; }
        .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer .bo-btn i {
          margin-right: 10px; }
    .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer {
      bottom: 0;
      border-top: 1px solid #cccccc;
      justify-content: center; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer > span:first-child {
        font-size: 10px;
        line-height: 12px; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer > span:not(first-child) {
        color: #cccccc;
        padding-left: 10px;
        margin-left: auto;
        margin-right: 20px; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer > span:nth-child(2) {
        color: #cccccc;
        padding-left: 10px;
        margin-left: auto;
        margin-right: 20px; }
      .newEmployeeInfo-container .newEmployeeInfo-content .newEmployeeInfo-footer > .bo-btn:first-of-type {
        margin-left: 10px;
        margin-right: 20px; }

@media (min-width: 768px) {
  .newEmployeeInfo-container .newEmployeeInfo-content {
    height: calc(100% - 53px); }
  .mobile {
    display: none; } }

@media (max-width: 575px) {
  .desktop,
  .tablet {
    display: none !important; }
  .text-center {
    text-align: center; }
  .btn-circle {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 30px;
    margin: 10px 10px; }
    .btn-circle.violet {
      background-color: #6c5aee; }
    .btn-circle.dark-blue {
      background-color: #1a4e9c; }
    .btn-circle.green {
      background-color: #00b902; }
    .btn-circle.line img {
      display: inline;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5px;
      line-height: 60px; } }

.btn-warning {
  display: inline-block;
  background-color: #ffa000 !important;
  color: #fff !important;
  border: none !important; }

.notificationList-container {
  width: 20vw;
  min-width: 300px;
  max-width: 450px;
  background-color: #fff;
  border: 1px solid #b0bec5;
  border-top: none;
  border-radius: 15px; }
  .notificationList-container .notificationList-header {
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
    display: inline-flex;
    justify-content: space-around;
    background-color: #1f3f66;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    .notificationList-container .notificationList-header span {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #fff; }
  .notificationList-container .notificationList-footer {
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
    display: inline-flex;
    justify-content: space-around;
    background-color: #1f3f66;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .notificationList-container .notificationList-footer span {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #fff; }
  .notificationList-container #triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #1f3f66;
    position: absolute;
    left: 110px;
    top: -5px; }
  .notificationList-container .notificationList-result {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    overflow: auto; }
    .notificationList-container .notificationList-result .notificationList-result_none {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      min-height: 350px;
      max-height: 350px;
      color: #2d5a96; }
      .notificationList-container .notificationList-result .notificationList-result_none i {
        font-size: 40px;
        margin-bottom: 10px; }
      .notificationList-container .notificationList-result .notificationList-result_none span {
        font-size: 20px; }
      .notificationList-container .notificationList-result .notificationList-result_none .event-icon {
        height: 20px;
        width: auto;
        margin-right: 10px; }
    .notificationList-container .notificationList-result .notificationList-result_list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      cursor: pointer;
      width: 100%;
      min-height: 30px;
      background-color: #d0e1f0; }
      .notificationList-container .notificationList-result .notificationList-result_list:last-child .result-list_content {
        border: none; }
      .notificationList-container .notificationList-result .notificationList-result_list.isRead {
        background-color: #fff; }
      .notificationList-container .notificationList-result .notificationList-result_list .result-list_icon {
        width: 20%;
        font-size: 20px;
        color: #2d5a96;
        text-align: center; }
      .notificationList-container .notificationList-result .notificationList-result_list .result-list_content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 80%;
        border-bottom: 1px solid #304047;
        padding: 15px 15px 15px 0; }
        .notificationList-container .notificationList-result .notificationList-result_list .result-list_content p {
          margin-top: 0;
          margin-bottom: 6px; }
          .notificationList-container .notificationList-result .notificationList-result_list .result-list_content p:first-child {
            color: #2d5a96; }
          .notificationList-container .notificationList-result .notificationList-result_list .result-list_content p:last-child {
            color: #304047;
            font-size: 10px;
            margin: 0; }

@media only screen and (max-width: 414px) {
  #triangle-up {
    left: 155px !important; } }

@media only screen and (max-width: 320px) {
  #triangle-up {
    left: 170px !important; } }

.notificationFix-container {
  width: 20vw;
  min-width: 300px;
  max-width: 450px;
  background-color: #fff;
  border: 1px solid #b0bec5;
  border-top: none;
  border-radius: 15px; }
  .notificationFix-container .notificationFix-header {
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
    display: inline-flex;
    justify-content: space-around;
    background-color: #1f3f66;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
    .notificationFix-container .notificationFix-header span {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #fff; }
  .notificationFix-container .notificationFix-footer {
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
    display: inline-flex;
    justify-content: space-around;
    background-color: #1f3f66;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
    .notificationFix-container .notificationFix-footer span {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #fff; }
  .notificationFix-container #triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #1f3f66;
    position: absolute;
    left: 110px;
    top: -5px; }
  .notificationFix-container .notificationFix-result {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    overflow: scroll; }
    .notificationFix-container .notificationFix-result .notificationFix-result_none {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      min-height: 350px;
      max-height: 350px;
      color: #2d5a96; }
      .notificationFix-container .notificationFix-result .notificationFix-result_none i {
        font-size: 40px;
        margin-bottom: 10px; }
      .notificationFix-container .notificationFix-result .notificationFix-result_none span {
        font-size: 20px; }
      .notificationFix-container .notificationFix-result .notificationFix-result_none .event-icon {
        height: 20px;
        width: auto;
        margin-right: 10px; }
    .notificationFix-container .notificationFix-result .notificationFix-result_list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      cursor: pointer;
      width: 100%;
      min-height: 30px;
      background-color: #d0e1f0; }
      .notificationFix-container .notificationFix-result .notificationFix-result_list:last-child .result-list_content {
        border: none; }
      .notificationFix-container .notificationFix-result .notificationFix-result_list.isRead {
        background-color: #fff; }
      .notificationFix-container .notificationFix-result .notificationFix-result_list .result-list_icon {
        width: 20%;
        font-size: 20px;
        color: #2d5a96;
        text-align: center; }
      .notificationFix-container .notificationFix-result .notificationFix-result_list .result-list_content {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 80%;
        border-bottom: 1px solid #304047;
        padding: 15px 15px 15px 0; }
        .notificationFix-container .notificationFix-result .notificationFix-result_list .result-list_content p {
          margin-top: 0;
          margin-bottom: 6px; }
          .notificationFix-container .notificationFix-result .notificationFix-result_list .result-list_content p:first-child {
            color: #2d5a96; }
          .notificationFix-container .notificationFix-result .notificationFix-result_list .result-list_content p:last-child {
            color: #304047;
            font-size: 10px;
            margin: 0; }

@media only screen and (max-width: 414px) {
  #triangle-up {
    left: 155px !important; } }

@media only screen and (max-width: 320px) {
  #triangle-up {
    left: 170px !important; } }

.notificationSetting-container {
  font-family: "prompt", 'sans serif' !important;
  height: fit-content; }
  .notificationSetting-container .selectWithLabel-container {
    width: 40%;
    min-width: 150px; }
  .notificationSetting-container h3 {
    font-weight: bold;
    color: #2d5a96;
    border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
    font-size: 1.4rem; }
  .notificationSetting-container .noti-name {
    font-size: 1.1rem;
    display: inline;
    margin-left: 5px; }
  .notificationSetting-container .notificationSetting-drivingLimitations,
  .notificationSetting-container .notificationSetting-overspeedLimitations,
  .notificationSetting-container .notificationSetting-parkingLimitations,
  .notificationSetting-container .notificationSetting-driver,
  .notificationSetting-container .notificationSetting-events,
  .notificationSetting-container .notificationSetting-maintenance,
  .notificationSetting-container .notificationSetting-report,
  .notificationSetting-container .notificationSetting-group {
    margin-bottom: 15px; }
    .notificationSetting-container .notificationSetting-drivingLimitations .checkbox-container,
    .notificationSetting-container .notificationSetting-overspeedLimitations .checkbox-container,
    .notificationSetting-container .notificationSetting-parkingLimitations .checkbox-container,
    .notificationSetting-container .notificationSetting-driver .checkbox-container,
    .notificationSetting-container .notificationSetting-events .checkbox-container,
    .notificationSetting-container .notificationSetting-maintenance .checkbox-container,
    .notificationSetting-container .notificationSetting-report .checkbox-container,
    .notificationSetting-container .notificationSetting-group .checkbox-container {
      width: calc(100% / 3);
      display: inline-block; }
  .notificationSetting-container .notificationSetting-workingHourLimitations .checkbox-container,
  .notificationSetting-container .notificationSetting-status .checkbox-container,
  .notificationSetting-container .notificationSetting-travel .checkbox-container,
  .notificationSetting-container .notificationSetting-accident .checkbox-container,
  .notificationSetting-container .notificationSetting-drivingBehavior .checkbox-container {
    width: calc(100% / 4);
    display: inline-block; }
  .notificationSetting-container .notificationSetting-footer {
    bottom: 0;
    border-top: 1px solid #eaeaea;
    text-align: right;
    padding: 5px 10px; }
    .notificationSetting-container .notificationSetting-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .notificationSetting-container .notificationSetting-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }

.notifiedContact-container .document-download {
  width: 100%;
  text-align: left;
  margin-bottom: 5px; }

.notifiedContact-container .inputWithButton-container {
  justify-content: space-between; }
  .notifiedContact-container .inputWithButton-container div:first-child {
    margin-right: 5px; }

.order-container {
  width: 100%;
  height: 100%; }
  .order-container .order-create,
  .order-container .order-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .order-container .order-create {
    color: #2ab6d0;
    text-align: center; }
    .order-container .order-create .order-createOrder {
      cursor: pointer;
      width: 100%; }
      .order-container .order-create .order-createOrder i {
        font-size: 16px;
        margin-right: 5px; }
      .order-container .order-create .order-createOrder span {
        vertical-align: top; }
    .order-container .order-create .order-createGroup {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .order-container .order-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .order-container .order-group {
    padding: 0 10px; }
    .order-container .order-group i {
      cursor: pointer;
      font-size: 16px; }
  .order-container .order-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    height: calc(100% - 53px);
    padding-top: 5px; }
    .order-container .order-list .ant-card {
      cursor: pointer;
      width: calc((100% / 2) - 5px);
      margin-bottom: 5px; }
      .order-container .order-list .ant-card.blue .ant-card-actions {
        border-color: #0099ff;
        background-color: #0099ff; }
        .order-container .order-list .ant-card.blue .ant-card-actions li {
          color: #fff; }
      .order-container .order-list .ant-card.orange .ant-card-actions {
        border-color: #ffcc00;
        background-color: #ffcc00; }
        .order-container .order-list .ant-card.orange .ant-card-actions li {
          color: #fff; }
      .order-container .order-list .ant-card.red .ant-card-actions {
        border-color: #ff0000;
        background-color: #ff0000; }
        .order-container .order-list .ant-card.red .ant-card-actions li {
          color: #fff; }
      .order-container .order-list .ant-card .ant-card-actions {
        font-weight: bold; }
      .order-container .order-list .ant-card .iconWithText-container {
        margin-bottom: 5px; }
        .order-container .order-list .ant-card .iconWithText-container:last-child {
          margin-bottom: 0; }

@media (min-width: 768px) {
  .order-container .order-list .ant-card {
    width: calc((100% / 3) - 5px); } }

.orderCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 0 15px 15px;
  overflow: auto; }
  .orderCreator-container .orderCreator-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto;
    padding-right: 10px; }
    .orderCreator-container .orderCreator-content .orderCreator-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      color: #2d5a96;
      font-size: 16px;
      margin-bottom: 5px; }
      .orderCreator-container .orderCreator-content .orderCreator-header i {
        vertical-align: middle;
        margin-right: 5px; }
    .orderCreator-container .orderCreator-content .orderCreator-detail {
      display: flex;
      align-items: center;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left,
      .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_right {
        width: 100%; }
      .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #2d5a96;
        font-size: 18px; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_header .header-button {
          color: #fff;
          background-color: #2ab6d0;
          border: none;
          margin-left: 5px; }
      .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box {
        border-radius: 8px;
        background-color: #eaeaea;
        padding: 5px;
        margin-bottom: 5px; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box:first-of-type i {
          width: 16px;
          margin-right: 5px;
          color: #2d5a96;
          font-size: 16px; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box p:first-child {
          font-weight: bold;
          font-size: 14px; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box p:last-child {
          margin: 0; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .inputWithLabel-container:last-child {
          margin: 0; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_wrapper > div:first-child {
            width: 90%; }
          .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_wrapper > div:last-child {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 10%;
            padding: 5px;
            margin-bottom: 5px; }
            .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_wrapper > div:last-child > button {
              width: 100%;
              margin-bottom: 5px;
              color: #fff;
              background-color: #696969; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_box {
          border-radius: 8px;
          background-color: #cccccc;
          padding: 5px;
          margin-bottom: 5px; }
          .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_box:last-child {
            margin-bottom: 0; }
          .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_box p:first-child {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_box p:first-child .box-box_header {
              color: #2d5a96;
              font-size: 16px;
              font-weight: bold; }
          .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_left .detail-left_box .left-box_box p i {
            width: 16px;
            margin-right: 5px; }
      .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_right {
        padding: 5px;
        padding-left: calc(5px * 3); }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_right .detail-right_box .right-box_header {
          font-weight: bold; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_right .detail-right_box .right-box_info {
          padding: 5px;
          border: 1px solid #cccccc;
          border-radius: 4px; }
        .orderCreator-container .orderCreator-content .orderCreator-detail .orderCreator-detail_right .detail-right_arrow {
          text-align: center;
          padding: 5px; }

@media (min-width: 768px) {
  .orderCreator-container .orderCreator-content .orderCreator-detail {
    flex-direction: row; } }

.orderInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 0 15px 15px;
  overflow: auto; }
  .orderInfo-container .orderInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto;
    padding-right: 10px; }
    .orderInfo-container .orderInfo-content .orderInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      color: #2d5a96;
      font-size: 16px;
      margin-bottom: 5px; }
      .orderInfo-container .orderInfo-content .orderInfo-header i {
        vertical-align: middle;
        margin-right: 5px; }
      .orderInfo-container .orderInfo-content .orderInfo-header .header-button {
        color: #fff;
        background-color: #2ab6d0;
        border: none; }
    .orderInfo-container .orderInfo-content .orderInfo-detail {
      display: flex;
      align-items: center;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
      .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left,
      .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_right {
        width: 100%; }
      .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_header {
        color: #2d5a96;
        font-size: 18px; }
      .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box {
        border-radius: 8px;
        background-color: #eaeaea;
        padding: 5px;
        margin-bottom: 5px; }
        .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box:first-of-type i {
          width: 16px;
          margin-right: 5px;
          color: #2d5a96;
          font-size: 16px; }
        .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box p:first-child {
          font-weight: bold;
          font-size: 14px; }
        .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box p:last-child {
          margin: 0; }
        .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_info {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_info span:first-child {
            width: 30%; }
          .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_info span:last-child {
            width: 70%; }
        .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_box {
          border-radius: 8px;
          background-color: #cccccc;
          padding: 5px;
          margin-bottom: 5px; }
          .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_box:last-child {
            margin-bottom: 0; }
          .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_box p:first-child {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_box p:first-child .box-box_header {
              color: #2d5a96;
              font-size: 16px;
              font-weight: bold; }
          .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_left .detail-left_box .left-box_box p i {
            width: 16px;
            margin-right: 5px; }
      .orderInfo-container .orderInfo-content .orderInfo-detail .orderInfo-detail_right {
        padding: 5px;
        padding-left: calc(5px * 3); }

@media (min-width: 768px) {
  .orderInfo-container .orderInfo-content .orderInfo-detail {
    flex-direction: row; } }

@media (min-width: 768px) {
  .orderWrapper-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 5px calc(5px * 2); }
    .orderWrapper-container > div {
      width: calc(100% - 5px); } }

.overview-container {
  width: 100%;
  height: 100%; }
  .overview-container .overview-group,
  .overview-container .overview-status {
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .overview-container .overview-group-device {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .overview-container .overview-button-add-group {
    margin-left: 5px;
    height: 100%;
    display: flex; }
  .overview-container .overview-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; }
    .overview-container .overview-group i {
      cursor: pointer;
      font-size: 16px; }
  .overview-container .overview-button-container {
    display: flex;
    text-align: center;
    height: 100%; }
  .overview-container .wl-search-container {
    display: flex;
    height: 45px;
    justify-content: space-between; }
    .overview-container .wl-search-container .wl-button {
      margin-left: 15px; }
  .overview-container .overview-list {
    height: calc(100% - (38px * 4)); }

.overviewInfo-container {
  width: 100%;
  height: 100%;
  position: relative; }
  .overviewInfo-container .overviewInfo-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #fff; }
    .overviewInfo-container .overviewInfo-menu > div {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      width: 50%;
      height: 100%;
      border-right: 1px solid #cccccc; }
      .overviewInfo-container .overviewInfo-menu > div:last-child {
        border: none; }
    .overviewInfo-container .overviewInfo-menu .menuActive {
      background-color: #2d5a96;
      color: #fff; }
  .overviewInfo-container .overviewInfo-content {
    width: 100%;
    height: calc(100% - 45px);
    overflow-x: hidden;
    overflow-y: hidden; }
    .overviewInfo-container .overviewInfo-content .vehicle_history-container {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .overviewInfo-container .overviewInfo-content .history-container {
      padding: 5px;
      border-bottom: 1px solid #cccccc; }
      .overviewInfo-container .overviewInfo-content .history-container .history-datepicker {
        margin-top: 10px; }
        .overviewInfo-container .overviewInfo-content .history-container .history-datepicker > label {
          display: inline-block;
          width: 10%; }
        .overviewInfo-container .overviewInfo-content .history-container .history-datepicker > .history-datepicker-container {
          display: inline-block;
          width: 90%;
          text-align: center; }
    .overviewInfo-container .overviewInfo-content .content-history_list {
      width: 100%;
      height: 100%; }
      .overviewInfo-container .overviewInfo-content .content-history_list .ant-empty {
        padding: 5px; }
    .overviewInfo-container .overviewInfo-content .content-trip_list {
      width: 100%;
      height: 100%; }
      .overviewInfo-container .overviewInfo-content .content-trip_list .ant-empty {
        padding: 5px; }
    .overviewInfo-container .overviewInfo-content .content-history_timeline {
      width: 100%;
      height: calc(100% - 165px); }
      .overviewInfo-container .overviewInfo-content .content-history_timeline .ant-empty {
        padding: 5px; }

@media (min-width: 768px) {
  .overviewInfo-container .overviewInfo-content {
    height: calc(100% - 45px); } }

.panelMobile-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0; }
  .panelMobile-container.hasPadding {
    padding: 5px; }
  .panelMobile-container > div {
    width: 100%;
    height: 100%; }

.panelFooter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  box-shadow: 0px 2px 16px -2px #000000; }
  .panelFooter-container > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    background-color: white;
    z-index: 1;
    border-right: 1px solid black; }
    .panelFooter-container > div:last-child {
      border-right: none; }

@media (min-width: 768px) {
  .panelOne-container {
    height: calc(100% - 53px);
    overflow: hidden; }
    .panelOne-container.hasPadding {
      padding: 5px; } }

.panelOne-container > .ant-tabs {
  height: 100%; }
  .panelOne-container > .ant-tabs > .ant-tabs-content {
    height: 100%; }
  .panelOne-container > .ant-tabs .ant-tabs-bar {
    margin: 0; }

@media (min-width: 768px) {
  .panelTwo-container {
    height: calc(100% - 53px);
    position: relative;
    overflow: auto; }
    .panelTwo-container.hasPadding {
      padding: 5px; } }

.playback-player-container {
  display: flex;
  align-items: center;
  height: 100%; }
  .playback-player-container i {
    cursor: pointer;
    color: #2d5a96;
    font-size: 1.5em;
    margin: 3px;
    padding: 5px;
    border: 1px solid #696969;
    border-radius: 10px; }
    .playback-player-container i.isActive {
      background-color: #eaeaea; }

.playbackGraph-container {
  padding-top: 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content; }
  .playbackGraph-container .playbackGraph-block_logo {
    background-color: white;
    position: absolute;
    width: 60px;
    height: 20px;
    bottom: 0; }

.playback-attributes_container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .playback-attributes_container .playback-attributes_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .playback-attributes_container .playback-attributes_content .playback-attributes_content_checkbox {
      width: 80%;
      height: 80%;
      border: 1px solid #cccccc;
      padding: 20px;
      overflow-y: auto; }
      .playback-attributes_container .playback-attributes_content .playback-attributes_content_checkbox .ant-checkbox-group {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column; }
  .playback-attributes_container .playback-attributes_header,
  .playback-attributes_container .playback-attributes_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .playback-attributes_container .playback-attributes_header .fontBold,
    .playback-attributes_container .playback-attributes_footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .playback-attributes_container .playback-attributes_header .bo-btn,
    .playback-attributes_container .playback-attributes_footer .bo-btn {
      width: auto; }
      .playback-attributes_container .playback-attributes_header .bo-btn i,
      .playback-attributes_container .playback-attributes_footer .bo-btn i {
        margin-right: 10px; }
  .playback-attributes_container .playback-attributes_header {
    background: #1a4e9c;
    /* Old browsers */
    top: 0;
    border-radius: 3px 3px 0 0;
    justify-content: flex-start; }
  .playback-attributes_container .playback-attributes_footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .playback-attributes_container .playback-attributes_footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .playback-attributes_container .playback-attributes_footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }

.playback-container {
  height: -moz-fit-content;
  height: fit-content; }
  .playback-container .playback-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px 0; }
    .playback-container .playback-header .playback-attribute {
      height: 100%;
      display: flex; }
      .playback-container .playback-header .playback-attribute .playback-attribute_btn {
        cursor: pointer;
        height: 100%;
        color: #2d5a96;
        font-size: 2em;
        border-right: 1px solid #cccccc;
        padding: 0 15px;
        box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2); }
      .playback-container .playback-header .playback-attribute .playback-attribute_tag {
        display: flex;
        align-items: center;
        margin: 0 20px; }
    .playback-container .playback-header .playback-header-action {
      display: flex;
      height: 100%; }
      .playback-container .playback-header .playback-header-action .playback-player {
        height: 100%; }
      .playback-container .playback-header .playback-header-action .playback-collape-btn {
        cursor: pointer;
        height: 100%;
        font-size: 2em;
        padding: 0 15px;
        margin-left: 20px;
        box-shadow: -3px 0 5px 0 rgba(0, 0, 0, 0.2);
        border-left: 1px solid #cccccc; }
  .playback-container .playback-content {
    height: -moz-fit-content;
    height: fit-content; }

@media (max-width: 768px) {
  .playback-container .playback-collape-btn {
    margin-right: 1em;
    border-right: 1px solid #cccccc; } }

.player-container {
  *zoom: 1; }
  .player-container:before, .player-container:after {
    content: " ";
    display: table; }
  .player-container:after {
    clear: both; }

.player-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column-reverse; }
  .player-container .rc-slider-dot {
    display: none; }
  .player-container .rc-slider-mark {
    cursor: pointer;
    z-index: 1;
    top: -10px;
    padding-top: 32px; }
    .player-container .rc-slider-mark .rc-slider-mark-text {
      color: #666; }
      .player-container .rc-slider-mark .rc-slider-mark-text:first-child {
        margin-left: 0 !important;
        text-align: left; }
      .player-container .rc-slider-mark .rc-slider-mark-text:last-child {
        margin-left: 0 !important;
        text-align: right;
        transform: translateX(-100%); }
  .player-container .player-controller {
    display: flex;
    align-items: center; }
    .player-container .player-controller .player-icon {
      float: left;
      width: 45px;
      height: 45px;
      line-height: 45px;
      margin-right: 12px;
      text-align: center;
      color: #666;
      font-size: 24px;
      background-color: #ddd;
      border-radius: 100%;
      cursor: pointer; }
      .player-container .player-controller .player-icon:not(:first-child) {
        width: calc(45px* 0.7);
        height: calc(45px* 0.7);
        line-height: calc(45px* 0.7);
        font-size: calc(24px* 0.7); }
      .player-container .player-controller .player-icon.play {
        padding-left: 5px; }
      .player-container .player-controller .player-icon.disabled {
        cursor: not-allowed; }
  .player-container .slider-container {
    margin-top: -30px;
    float: left;
    width: calc(100%); }
    .player-container .slider-container .player-slider_data {
      z-index: 1;
      height: 10px;
      position: absolute;
      top: 25px; }
      .player-container .slider-container .player-slider_data.mark {
        top: 0px;
        font-size: 20px;
        margin-left: -5px; }

.profile-container p {
  font-weight: bold;
  color: #2d5a96;
  border-bottom: 1px solid #eaeaea; }

.profile-container .profile-info {
  width: 50%;
  text-align: right; }
  .profile-container .profile-info .reset-password {
    color: #2b2c30; }

.profile-container .profile-content {
  text-align: center;
  margin-top: 50px; }

.report-container {
  width: 100%;
  height: 100%;
  position: relative; }
  .report-container .report-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #eaeaea;
    outline: none; }
  .report-container .report-button_new {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 34px;
    font-weight: bold;
    color: #2ab6d0;
    border-bottom: 2px solid #eaeaea; }
    .report-container .report-button_new span {
      font-size: 18px;
      margin-right: 5px; }
  .report-container .report-list {
    padding: 35px 0 35px 70px; }
    .report-container .report-list .wl-tabpane {
      padding: 0 15px;
      height: calc(100vh - 225px);
      overflow-y: auto; }
    .report-container .report-list .wl-tab2pane {
      padding: 0 15px;
      height: calc(100vh - 225px);
      overflow-y: auto; }
  .report-container .text-center {
    text-align: center; }
  .report-container .coming-soon {
    margin-top: 40px; }
  .report-container .report-subscribe > div {
    margin-bottom: 5px; }
  .report-container .report-subscribe .inputWithLabel-container {
    width: 50%; }
  .report-container .report-subscribe .selectWithLabel-container {
    width: 50%;
    display: inline-block; }
  .report-container .report-subscribe .checkbox-container {
    width: 20%;
    display: inline-block;
    font-size: 12px; }
  .report-container .report-subscribe .report-subscribe_period,
  .report-container .report-subscribe .report-subscribe_repeat {
    width: 50%;
    display: inline-block; }
  .report-container .report-subscribe .report-subscribe_footer > span {
    color: #cccccc;
    padding-left: 10px;
    margin-left: auto;
    margin-right: 20px; }
  .report-container .report-subscribe .report-subscribe_footer > .bo-btn:first-of-type {
    margin-right: 20px; }

@media (max-width: 576px) {
  .report-list {
    padding: 7px 3px !important; } }

.driverAddVehicle-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .driverAddVehicle-container .driverAddVehicle-header,
  .driverAddVehicle-container .driverAddVehicle-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .driverAddVehicle-container .driverAddVehicle-header .fontBold,
    .driverAddVehicle-container .driverAddVehicle-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .driverAddVehicle-container .driverAddVehicle-header .bo-btn,
    .driverAddVehicle-container .driverAddVehicle-footer .bo-btn {
      width: auto; }
      .driverAddVehicle-container .driverAddVehicle-header .bo-btn i,
      .driverAddVehicle-container .driverAddVehicle-footer .bo-btn i {
        margin-right: 10px; }
  .driverAddVehicle-container .driverAddVehicle-header {
    justify-content: flex-start;
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px; }
  .driverAddVehicle-container .driverAddVehicle-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .driverAddVehicle-container .driverAddVehicle-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .driverAddVehicle-container .driverAddVehicle-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .driverAddVehicle-container .driverAddVehicle-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .driverAddVehicle-container .driverAddVehicle-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .driverAddVehicle-container .driverAddVehicle-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .driverAddVehicle-container .driverAddVehicle-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container {
      width: 100%; }
      .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container label,
      .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .driverAddVehicle-container .driverAddVehicle-content .textAreaWithLabel-container {
      width: 100%; }
    .driverAddVehicle-container .driverAddVehicle-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .driverAddVehicle-container .driverAddVehicle-content {
    padding: 15px calc(5px * 3); }
    .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container,
    .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(2), .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(4), .driverAddVehicle-container .driverAddVehicle-content .inputWithLabel-container:nth-of-type(6),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(2),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(4),
      .driverAddVehicle-container .driverAddVehicle-content .selectWithLabel-container:nth-of-type(6),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(2),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(4),
      .driverAddVehicle-container .driverAddVehicle-content .datepickerWithLabel-container:nth-of-type(6) {
        margin-right: 0;
        margin-left: 5%; } }

.reportCreator-step1 .inputWithLabel-container,
.reportCreator-step1 .selectWithLabel-container,
.reportCreator-step1 .datepickerWithLabel-container {
  width: 100%; }
  .reportCreator-step1 .inputWithLabel-container label,
  .reportCreator-step1 .selectWithLabel-container label,
  .reportCreator-step1 .datepickerWithLabel-container label {
    margin-top: 10px;
    margin-bottom: 5px; }

.reportCreator-step1 .selectWithLabel-container:first-child {
  display: block; }

@media (min-width: 768px) {
  .reportCreator-step1 .inputWithLabel-container,
  .reportCreator-step1 .selectWithLabel-container,
  .reportCreator-step1 .datepickerWithLabel-container {
    width: 95%;
    display: inline-block;
    margin-right: 5%;
    padding: 0; }
  .date-datepicker > label {
    display: inline-block;
    width: 10%;
    padding: 10px 10px 20px 20px; }
  .date-datepicker > .device-datepicker-container {
    display: inline-block;
    width: 100%;
    text-align: center; } }

@media (max-width: 767px) {
  .date-datepicker .label-mobile {
    display: none; } }

.reportCreator-step1 .inputWithLabel-container,
.reportCreator-step1 .selectWithLabel-container,
.reportCreator-step1 .datepickerWithLabel-container {
  width: 100%; }
  .reportCreator-step1 .inputWithLabel-container label,
  .reportCreator-step1 .selectWithLabel-container label,
  .reportCreator-step1 .datepickerWithLabel-container label {
    margin-top: 10px;
    margin-bottom: 5px; }

.reportCreator-step1 .selectWithLabel-container:first-child {
  display: block; }

@media (min-width: 768px) {
  .reportCreator-step1 .inputWithLabel-container,
  .reportCreator-step1 .selectWithLabel-container,
  .reportCreator-step1 .datepickerWithLabel-container {
    width: 95%;
    display: inline-block;
    margin-right: 5%;
    padding: 0; }
  .date-datepicker > label {
    display: inline-block;
    width: 10%;
    padding: 10px 10px 20px 20px; }
  .date-datepicker > .device-datepicker-container {
    display: inline-block;
    width: 100%;
    text-align: center; } }

@media (max-width: 767px) {
  .date-datepicker .label-mobile {
    display: none; } }

.reportCreator-step1 .inputWithLabel-container,
.reportCreator-step1 .selectWithLabel-container,
.reportCreator-step1 .datepickerWithLabel-container {
  width: 100%; }
  .reportCreator-step1 .inputWithLabel-container label,
  .reportCreator-step1 .selectWithLabel-container label,
  .reportCreator-step1 .datepickerWithLabel-container label {
    margin-top: 10px;
    margin-bottom: 5px; }

.reportCreator-step1 .selectWithLabel-container:first-child {
  display: block; }

@media (min-width: 768px) {
  .reportCreator-step1 .inputWithLabel-container,
  .reportCreator-step1 .selectWithLabel-container,
  .reportCreator-step1 .datepickerWithLabel-container {
    width: 95%;
    display: inline-block;
    margin-right: 5%;
    padding: 0; }
  .date-datepicker > label {
    display: inline-block;
    width: 10%;
    padding: 10px 10px 20px 20px; }
  .date-datepicker > .device-datepicker-container {
    display: inline-block;
    width: 100%;
    text-align: center; } }

@media (max-width: 767px) {
  .date-datepicker .label-mobile {
    display: none; } }

.reportCreator-step1 .inputWithLabel-container,
.reportCreator-step1 .selectWithLabel-container,
.reportCreator-step1 .datepickerWithLabel-container {
  width: 100%; }
  .reportCreator-step1 .inputWithLabel-container label,
  .reportCreator-step1 .selectWithLabel-container label,
  .reportCreator-step1 .datepickerWithLabel-container label {
    margin-top: 10px;
    margin-bottom: 5px; }

.reportCreator-step1 .selectWithLabel-container:first-child {
  display: block; }

@media (min-width: 768px) {
  .reportCreator-step1 .inputWithLabel-container,
  .reportCreator-step1 .selectWithLabel-container,
  .reportCreator-step1 .datepickerWithLabel-container {
    width: 95%;
    display: inline-block;
    margin-right: 5%;
    padding: 0; }
  .date-datepicker > label {
    display: inline-block;
    width: 10%;
    padding: 10px 10px 20px 20px; }
  .date-datepicker > .device-datepicker-container {
    display: inline-block;
    width: 100%;
    text-align: center; } }

@media (max-width: 767px) {
  .date-datepicker .label-mobile {
    display: none;
    width: 100%; } }

.reportCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .reportCreator-container .reportCreator-header,
  .reportCreator-container .reportCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .reportCreator-container .reportCreator-header .fontBold,
    .reportCreator-container .reportCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .reportCreator-container .reportCreator-header .bo-btn,
    .reportCreator-container .reportCreator-footer .bo-btn {
      width: auto; }
      .reportCreator-container .reportCreator-header .bo-btn i,
      .reportCreator-container .reportCreator-footer .bo-btn i {
        margin-right: 10px; }
  .reportCreator-container .reportCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .reportCreator-container .reportCreator-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .reportCreator-container .reportCreator-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .reportCreator-container .reportCreator-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .reportCreator-container .reportCreator-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .reportCreator-container .reportCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .reportCreator-container .reportCreator-content {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: auto; }

@media (min-width: 768px) {
  .reportCreator-container .reportCreator-footer {
    justify-content: flex-end; }
  .reportCreator-container .reportCreator-content {
    padding: 0 calc(5px * 3); } }

.reportPreview-container {
  height: 100%;
  display: flex;
  justify-content: center; }
  .reportPreview-container .ant-spin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%; }

.reportDetail-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%; }
  .reportDetail-container .reportDetail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc; }
    .reportDetail-container .reportDetail-header .reportDetail-header-subject {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .reportDetail-container .reportDetail-header .reportDetail-header-subject > .reportDetail-header-subject-icon {
        display: inline-block;
        font-size: 4em;
        padding: 15px; }
      .reportDetail-container .reportDetail-header .reportDetail-header-subject > .reportDetail-header-subject-infomation {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column; }
        .reportDetail-container .reportDetail-header .reportDetail-header-subject > .reportDetail-header-subject-infomation > .reportDetail-header-subject-name {
          padding-bottom: 5px;
          font-weight: bold;
          font-size: 1.6em; }
        .reportDetail-container .reportDetail-header .reportDetail-header-subject > .reportDetail-header-subject-infomation > .reportDetail-header-subject-type {
          font-size: 1.4em; }
        .reportDetail-container .reportDetail-header .reportDetail-header-subject > .reportDetail-header-subject-infomation > .reportDetail-header-subject-time {
          font-size: 1.2em; }
    .reportDetail-container .reportDetail-header .reportDetail-header-action {
      text-align: right; }
      .reportDetail-container .reportDetail-header .reportDetail-header-action > .reportDetail-header-action-btn {
        margin-right: 5px; }
  .reportDetail-container .reportDetail-preview {
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    display: flex;
    overflow: auto;
    justify-content: center;
    flex-grow: 1; }

.eventModal-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .eventModal-container .eventModal-header,
  .eventModal-container .eventModal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .eventModal-container .eventModal-header .fontBold,
    .eventModal-container .eventModal-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .eventModal-container .eventModal-header .bo-btn,
    .eventModal-container .eventModal-footer .bo-btn {
      width: auto; }
      .eventModal-container .eventModal-header .bo-btn i,
      .eventModal-container .eventModal-footer .bo-btn i {
        margin-right: 10px; }
  .eventModal-container .eventModal-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .eventModal-container .eventModal-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .eventModal-container .eventModal-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .eventModal-container .eventModal-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .eventModal-container .eventModal-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .eventModal-container .eventModal-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .eventModal-container .eventModal-content {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: auto; }

@media (min-width: 768px) {
  .eventModal-container .eventModal-footer {
    justify-content: flex-end; }
  .eventModal-container .eventModal-content {
    padding: 0 calc(5px * 3); } }

.dynamiceventCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .dynamiceventCreator-container .dynamiceventCreator-header,
  .dynamiceventCreator-container .dynamiceventCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .dynamiceventCreator-container .dynamiceventCreator-header .fontBold,
    .dynamiceventCreator-container .dynamiceventCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .dynamiceventCreator-container .dynamiceventCreator-header .bo-btn,
    .dynamiceventCreator-container .dynamiceventCreator-footer .bo-btn {
      width: auto; }
      .dynamiceventCreator-container .dynamiceventCreator-header .bo-btn i,
      .dynamiceventCreator-container .dynamiceventCreator-footer .bo-btn i {
        margin-right: 10px; }
  .dynamiceventCreator-container .dynamiceventCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .dynamiceventCreator-container .dynamiceventCreator-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .dynamiceventCreator-container .dynamiceventCreator-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .dynamiceventCreator-container .dynamiceventCreator-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .dynamiceventCreator-container .dynamiceventCreator-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .dynamiceventCreator-container .dynamiceventCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .dynamiceventCreator-container .dynamiceventCreator-content {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: auto; }

.ant-form-item-label {
  text-align: left !important; }

.ant-form-item-label label {
  color: rgba(0, 0, 0, 0.65); }

.dynamicEventRouteField {
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #e4dcdc;
  border-radius: 5px; }

.hourInput {
  width: 25%;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .dynamiceventCreator-container .dynamiceventCreator-footer {
    justify-content: flex-end; }
  .dynamiceventCreator-container .dynamiceventCreator-content {
    padding: 0 calc(5px * 3); } }

.liveviewStramax-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
  text-align: center; }
  .liveviewStramax-container .video-box {
    padding: 8px 0; }
  .liveviewStramax-container .liveviewStramax-header,
  .liveviewStramax-container .liveviewStramax-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 1); }
    .liveviewStramax-container .liveviewStramax-header .fontBold,
    .liveviewStramax-container .liveviewStramax-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .liveviewStramax-container .liveviewStramax-header .bo-btn,
    .liveviewStramax-container .liveviewStramax-footer .bo-btn {
      width: auto; }
      .liveviewStramax-container .liveviewStramax-header .bo-btn i,
      .liveviewStramax-container .liveviewStramax-footer .bo-btn i {
        margin-right: 10px; }
  .liveviewStramax-container .liveviewStramax-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .liveviewStramax-container .liveviewStramax-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .liveviewStramax-container .liveviewStramax-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .liveviewStramax-container .liveviewStramax-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .liveviewStramax-container .liveviewStramax-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .liveviewStramax-container .liveviewStramax-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .liveviewStramax-container .liveviewStramax-content {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: auto; }
    .liveviewStramax-container .liveviewStramax-content .empty-data {
      text-align: center;
      margin-top: 30px;
      font-size: 1.6rem; }

@media (min-width: 768px) {
  .liveviewStramax-container .liveviewStramax-footer {
    justify-content: flex-end; }
  .liveviewStramax-container .liveviewStramax-content {
    padding: 0 calc(5px * 1); } }

.search-box {
  position: relative; }
  .search-box .search-box_input {
    width: 100%;
    max-width: 300px;
    height: 32px;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    margin: 0;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 100px;
    padding-left: 35px; }
    .search-box .search-box_input::-webkit-input-placeholder {
      color: #cccccc; }
    .search-box .search-box_input:-moz-placeholder {
      color: #cccccc; }
    .search-box .search-box_input::-moz-placeholder {
      color: #cccccc; }
    .search-box .search-box_input:-ms-input-placeholder {
      color: #cccccc; }
    .search-box .search-box_input:focus {
      background: linear-gradient(90deg, #fff 0%, #fff 100%); }
  .search-box .search-box_icon {
    width: calc(32px / 2);
    height: calc(32px / 2);
    position: absolute;
    left: 8px;
    top: 8px;
    pointer-events: none; }
  .search-box .certain-category-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input-suffix {
    right: 12px; }
  .search-box .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
    color: #666;
    font-weight: bold; }
  .search-box .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
    border-bottom: 1px solid #f6f6f6; }
  .search-box .certain-category-search-dropdown .ant-select-dropdown-menu-item {
    padding-left: 16px; }
  .search-box .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
    text-align: center;
    cursor: default; }
  .search-box .certain-category-search-dropdown .ant-select-dropdown-menu {
    max-height: 300px; }
  .search-box .certain-search-item-count {
    position: absolute;
    color: #999;
    right: 16px; }
  .search-box .ant-select-auto-complete.ant-select .ant-input {
    border-radius: 50px; }
  .search-box .ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
    margin-left: 35px; }
  .search-box .certain-category-search.ant-select-focused .certain-category-icon {
    color: #108ee9; }
  .search-box .certain-category-icon {
    color: #6e6e6e;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px; }

@media (min-width: 768px) {
  .search-box .search-box_input {
    background: linear-gradient(90deg, #fff 0%, #fff 100%); }
    .search-box .search-box_input:focus {
      background: linear-gradient(90deg, #fff 0%, #fff 100%); } }

.search-container {
  width: 100%;
  max-width: 300px; }

.service-container {
  width: 100%;
  height: 100%; }
  .service-container .service-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    outline: none; }
  .service-container .wl-search {
    margin-bottom: 20px; }
  .service-container .service-button_new {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 34px;
    font-weight: bold;
    background-color: #eaeaea; }
    .service-container .service-button_new span {
      font-size: 18px;
      margin-right: 5px; }
  .service-container .service-list {
    height: calc(100% - 34px - 34px); }
    .service-container .service-list .service-list_header {
      padding: 5px;
      background-color: #eaeaea;
      border-radius: 8px;
      font-weight: bold;
      font-size: 14px; }
      .service-container .service-list .service-list_header > span {
        display: inline-block; }
      .service-container .service-list .service-list_header .serviceInfoBox-first {
        width: 20%; }
      .service-container .service-list .service-list_header .serviceInfoBox-second {
        width: 20%; }
      .service-container .service-list .service-list_header .serviceInfoBox-fourth {
        width: 10%;
        text-align: center; }
      .service-container .service-list .service-list_header .serviceInfoBox-third {
        width: 15%;
        text-align: center; }
      .service-container .service-list .service-list_header .serviceInfoBox-fifth {
        width: 20%; }

.content {
  position: relative;
  width: 100%;
  padding: 10px 30px; }
  .content > .type-lebel {
    margin: 10px 0; }
    .content > .type-lebel > .label {
      margin-top: 10px;
      font-size: 1.2rem; }
  .content .content-table > .search-vehicle {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 10px;
    align-items: center;
    margin: 10px 0; }
    .content .content-table > .search-vehicle > .label {
      font-size: 1.1rem; }
  .content .content-table .ant-table table {
    text-align: center; }
  .content .content-table .ant-table-thead > tr > th {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    transition: background 0.3s ease; }
  .content .section {
    display: block;
    position: relative;
    width: 100%;
    color: #2d5a96;
    font-size: 1.4rem;
    z-index: 1; }
    .content .section::after {
      position: absolute;
      content: "";
      height: 0.2em;
      width: 100%;
      border-top: 1px solid #eaeaea;
      top: 5px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    .content .section > .text {
      font-size: 1.4rem;
      padding-right: 10px;
      background-color: white; }

.serviceCreator-container {
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .serviceCreator-container > .type-label {
    margin: 10px 0; }
    .serviceCreator-container > .type-label > .label {
      margin-top: 10px;
      font-size: 1.2rem; }
  .serviceCreator-container .section-create {
    display: block;
    position: relative;
    width: 100%;
    color: #2d5a96;
    font-size: 1.4rem;
    z-index: 1; }
    .serviceCreator-container .section-create::after {
      position: absolute;
      content: "";
      height: 0.2em;
      width: 100%;
      border-top: 1px solid #eaeaea;
      top: 5px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    .serviceCreator-container .section-create > .text {
      font-size: 1.4rem;
      padding-right: 10px;
      background-color: white; }
  .serviceCreator-container .serviceCreator-header,
  .serviceCreator-container .serviceCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .serviceCreator-container .serviceCreator-header .fontBold,
    .serviceCreator-container .serviceCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .serviceCreator-container .serviceCreator-header .bo-btn,
    .serviceCreator-container .serviceCreator-footer .bo-btn {
      width: auto; }
      .serviceCreator-container .serviceCreator-header .bo-btn i,
      .serviceCreator-container .serviceCreator-footer .bo-btn i {
        margin-right: 10px; }
  .serviceCreator-container .serviceCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .serviceCreator-container .serviceCreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .serviceCreator-container .serviceCreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .serviceCreator-container .serviceCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .serviceCreator-container .serviceCreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .serviceCreator-container .serviceCreator-content .inputWithLabel-container,
    .serviceCreator-container .serviceCreator-content .selectWithLabel-container {
      width: 100%; }
      .serviceCreator-container .serviceCreator-content .inputWithLabel-container label,
      .serviceCreator-container .serviceCreator-content .selectWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .serviceCreator-container .serviceCreator-content .textAreaWithLabel-container {
      width: 100%; }
    .serviceCreator-container .serviceCreator-content .content-checkbox {
      padding-left: 25%; }
  .serviceCreator-container .ant-checkbox + span {
    font-size: 12px; }

@media (min-width: 768px) {
  .serviceCreator-container .serviceCreator-content {
    padding: 15px calc(5px * 3); } }

@media (max-width: 768px) {
  .serviceCreator-container .serviceCreator-footer {
    justify-content: center; }
  .serviceCreator-container .serviceCreator-header {
    justify-content: center; }
    .serviceCreator-container .serviceCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.formdata {
  width: 360px;
  border: 1px solid black;
  border-radius: 5px; }

container.inline-container > .content {
  overflow: hidden;
  display: flex; }

container.no-padding {
  padding: 0; }

.create-maintenance-task__container {
  min-width: 600px;
  max-width: 670px;
  padding: 10px 30px; }

.create-maintenance-task__search {
  display: grid;
  grid-template-columns: repeat(1, auto);
  align-items: center;
  margin: 10px 0; }
  .create-maintenance-task__search label {
    font-size: 1.2rem;
    margin-right: 5px; }

.create-maintenance-task__first-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-right: 1px solid var(--color-gray3);
  overflow: hidden; }

.container-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px; }

.container-body {
  margin-bottom: 10px; }
  .container-body label {
    font-size: 1.2rem;
    margin-right: 5px; }

.create-maintenance-task-vehicles .create-maintenance-task__selection {
  display: flex;
  flex-grow: 0;
  flex-direction: row;
  align-items: center;
  height: var(--length6);
  padding: 0 var(--length3);
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box; }

.marginlist {
  margin-top: 10px;
  overflow-y: scroll;
  height: 250px; }

.modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto; }

.react-search-field-input {
  width: 330px; }

.fullContent {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: auto; }
  .fullContent table tbody tr td input {
    width: auto !important; }

.serviceInfo-container {
  width: 100%;
  height: 100%;
  position: relative; }
  .serviceInfo-container .serviceInfo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #2d5a96;
    font-size: 16px;
    margin-bottom: 5px; }
    .serviceInfo-container .serviceInfo-header .serviceInfo-header_back {
      cursor: pointer; }
    .serviceInfo-container .serviceInfo-header i {
      vertical-align: middle;
      margin-right: 5px; }
    .serviceInfo-container .serviceInfo-header button {
      color: #fff;
      background-color: #2ab6d0; }
  .serviceInfo-container .serviceInfo-content {
    height: calc(100% - 47px); }
    .serviceInfo-container .serviceInfo-content .content-title {
      color: #2d5a96;
      font-size: 18px; }
    .serviceInfo-container .serviceInfo-content .content-list {
      height: calc(100% - 45px);
      overflow: auto; }
      .serviceInfo-container .serviceInfo-content .content-list .content-list_header {
        padding: 5px;
        background-color: #eaeaea;
        border-radius: 8px;
        font-weight: bold;
        font-size: 14px; }
        .serviceInfo-container .serviceInfo-content .content-list .content-list_header > span {
          display: inline-block;
          width: 25%; }
      .serviceInfo-container .serviceInfo-content .content-list .content-list_list {
        height: calc(100% - 51px);
        position: relative;
        overflow: auto; }

@media (min-width: 768px) {
  .serviceWrapper-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 5px calc(5px * 2); } }

.ServiceWrapper-header {
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: 100%;
  height: 100%;
  padding: 20px; }
  .ServiceWrapper-header .ServiceWrapper-headerLeft {
    width: fit-content;
    padding-right: 20px;
    display: flex;
    align-items: center; }
    .ServiceWrapper-header .ServiceWrapper-headerLeft .topic {
      font-size: 1.3rem; }
      .ServiceWrapper-header .ServiceWrapper-headerLeft .topic .name {
        font-weight: bold; }
  .ServiceWrapper-header .ServiceWrapper-headerRight {
    display: flex;
    width: fit-content;
    justify-self: flex-end; }

.ServiceWrapper-body {
  margin: 20px; }

.ServiceWrapper-secondHeader {
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-top: 10px; }

.editable-cell {
  position: relative; }

.editable-cell-value-wrap {
  padding: 5px 12px;
  text-align: center;
  cursor: pointer; }

.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }

[data-theme="dark"] .editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #434343; }

.editable-cell-icon {
  width: fit-content;
  cursor: pointer; }

.body-modal-center .ant-modal-confirm-body {
  display: flex;
  justify-content: center; }
  .body-modal-center .ant-modal-confirm-body .ant-modal-confirm-content {
    display: none; }

.body-modal-center .ant-modal-confirm-btns {
  width: 100%;
  text-align: center; }
  .body-modal-center .ant-modal-confirm-btns .ant-btn {
    min-width: 100px; }

.setting-container .tab-container {
  padding: 20px 35px;
  height: 100vh;
  overflow-y: auto; }

.sidebar-container {
  -webkit-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -ms-transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: all 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  z-index: 8;
  background-color: #585858;
  width: 0;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .sidebar-container::-webkit-scrollbar {
    display: none; }
  .sidebar-container.active {
    width: 55px; }
  .sidebar-container .sidebar-version {
    width: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 5px 0; }

@media (min-width: 768px) {
  .sidebar-container {
    width: 55px;
    overflow: unset;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .sidebar-container::-webkit-scrollbar {
      display: none; }
    .sidebar-container .sidebar-version {
      bottom: 0; } }

.sidebaricon-container {
  position: relative;
  overflow: unset; }
  .sidebaricon-container .sidebaricon-wrapper {
    cursor: pointer;
    text-align: center;
    padding: 16px; }
    .sidebaricon-container .sidebaricon-wrapper:hover {
      background-color: var(--hover-color); }
    .sidebaricon-container .sidebaricon-wrapper.active {
      background-color: #2d5a96; }
      .sidebaricon-container .sidebaricon-wrapper.active .sidebaricon-icon {
        color: var(--hover-color); }
    .sidebaricon-container .sidebaricon-wrapper .sidebaricon-icon {
      color: var(--icon-color); }
  .sidebaricon-container .sidebaricon-tag {
    display: none; }
  .sidebaricon-container .disabled {
    color: #969696; }

@media (min-width: 768px) {
  .sidebaricon-container .sidebaricon-tag {
    display: block;
    z-index: 1;
    position: absolute;
    top: calc(16px - 4px);
    left: calc(55px + 20px); } }

.tabs-container {
  width: 100%;
  height: 100%; }
  .tabs-container .tabs_title_ul {
    height: 34px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    position: relative; }
    .tabs-container .tabs_title_ul .underline-wrapper {
      position: absolute;
      bottom: 0;
      width: 100%; }
      .tabs-container .tabs_title_ul .underline-wrapper .title-underline {
        background-color: var(--activeColor);
        transition: 200ms;
        transition-timing-function: ease-out;
        height: 2px; }
  .tabs-container .tabs_title_li {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    font-size: 12px;
    color: #2b2c30;
    text-align: center;
    cursor: pointer; }
    .tabs-container .tabs_title_li .default {
      background-color: #fff;
      font-weight: bold;
      height: 30px; }
    .tabs-container .tabs_title_li .underline {
      height: 45px; }
    .tabs-container .tabs_title_li:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .tabs-container .tabs_title_li:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .tabs-container .active-default {
    background-color: var(--activeColor);
    color: #2b2c30; }
  .tabs-container .active-underline {
    color: #2d5a96;
    font-weight: bold; }
  .tabs-container .hover-default:hover {
    box-shadow: 0px 2px 10px 0px rgba(36, 123, 160, 0.3); }
  .tabs-container .hover-underline:hover {
    border-color: var(--hoverColor);
    font-weight: bold; }
  .tabs-container .tabs_content {
    width: 100%;
    height: calc(100% - 34px); }

.task-container {
  width: 100%;
  height: 100%; }
  .task-container .task-create {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc;
    color: #4caf50;
    text-align: center; }
    .task-container .task-create .task-create_task {
      cursor: pointer;
      width: 100%; }
      .task-container .task-create .task-create_task i {
        font-size: 16px;
        margin-right: 5px; }
      .task-container .task-create .task-create_task span {
        vertical-align: top; }
    .task-container .task-create .task-create_group {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .task-container .task-search input {
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: unset; }
  .task-container .task-status,
  .task-container .task-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px; }
    .task-container .task-status i,
    .task-container .task-group i {
      cursor: pointer;
      font-size: 16px; }
  .task-container .task-status > div > div > div {
    width: 100%; }
  .task-container .task-list {
    height: calc(100% - 45px - 45px - 45px - 32px); }

.taskAssign-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .taskAssign-container .taskAssign-header,
  .taskAssign-container .taskAssign-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .taskAssign-container .taskAssign-header .fontBold,
    .taskAssign-container .taskAssign-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .taskAssign-container .taskAssign-header .bo-btn,
    .taskAssign-container .taskAssign-footer .bo-btn {
      width: auto; }
      .taskAssign-container .taskAssign-header .bo-btn i,
      .taskAssign-container .taskAssign-footer .bo-btn i {
        margin-right: 10px; }
  .taskAssign-container .taskAssign-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .taskAssign-container .taskAssign-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .taskAssign-container .taskAssign-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .taskAssign-container .taskAssign-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .taskAssign-container .taskAssign-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .taskAssign-container .taskAssign-content .taskAssign-content_header {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .taskAssign-container .taskAssign-content .taskAssign-content_header > div {
        width: 48%; }
        .taskAssign-container .taskAssign-content .taskAssign-content_header > div p {
          margin-bottom: 5px; }
    .taskAssign-container .taskAssign-content .taskAssign-content_detail {
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 330px; }
      .taskAssign-container .taskAssign-content .taskAssign-content_detail > div {
        width: 48%;
        height: 100%; }
        .taskAssign-container .taskAssign-content .taskAssign-content_detail > div > div {
          height: auto;
          min-height: 100%;
          border: 1px solid #2d5a96; }
      .taskAssign-container .taskAssign-content .taskAssign-content_detail .content-detail_table {
        overflow-y: auto; }
        .taskAssign-container .taskAssign-content .taskAssign-content_detail .content-detail_table > div {
          width: 100%;
          height: auto;
          min-height: 100%;
          padding: 5px; }
        .taskAssign-container .taskAssign-content .taskAssign-content_detail .content-detail_table .deviceInfoBox-section_two {
          padding-left: 20px; }
          .taskAssign-container .taskAssign-content .taskAssign-content_detail .content-detail_table .deviceInfoBox-section_two .section-two_name span:last-child {
            display: none; }
          .taskAssign-container .taskAssign-content .taskAssign-content_detail .content-detail_table .deviceInfoBox-section_two .section-two_address span:first-child {
            width: 100%; }
          .taskAssign-container .taskAssign-content .taskAssign-content_detail .content-detail_table .deviceInfoBox-section_two .section-two_address .two_address-time {
            display: none; }

@media (min-width: 768px) {
  .taskAssign-container .taskAssign-content {
    padding: 15px calc(5px * 3); } }

.taskCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .taskCreator-container .taskCreator-header,
  .taskCreator-container .taskCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .taskCreator-container .taskCreator-header .fontBold,
    .taskCreator-container .taskCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .taskCreator-container .taskCreator-header .bo-btn,
    .taskCreator-container .taskCreator-footer .bo-btn {
      width: auto; }
      .taskCreator-container .taskCreator-header .bo-btn i,
      .taskCreator-container .taskCreator-footer .bo-btn i {
        margin-right: 10px; }
  .taskCreator-container .taskCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .taskCreator-container .taskCreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .taskCreator-container .taskCreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .taskCreator-container .taskCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .taskCreator-container .taskCreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .taskCreator-container .taskCreator-content .inputWithLabel-container {
      width: 100%; }
      .taskCreator-container .taskCreator-content .inputWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .taskCreator-container .taskCreator-content .taskCreator-content_header {
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .taskCreator-container .taskCreator-content .taskCreator-content_header > p {
        width: 32%; }
    .taskCreator-container .taskCreator-content .taskCreator-content_detail {
      display: flex;
      align-items: center;
      justify-content: space-around;
      height: 200px; }
      .taskCreator-container .taskCreator-content .taskCreator-content_detail > div {
        width: 32%;
        height: 100%; }
        .taskCreator-container .taskCreator-content .taskCreator-content_detail > div > div {
          height: auto;
          min-height: 100%;
          border: 1px solid #2d5a96; }
      .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_order {
        overflow-y: auto; }
        .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_order .detail-order_info {
          padding: 5px;
          border-bottom: 1px solid #2d5a96; }
          .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_order .detail-order_info .ant-checkbox-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_order .detail-order_info .ant-checkbox-wrapper span:first-child {
              width: 10%; }
            .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_order .detail-order_info .ant-checkbox-wrapper span:last-child {
              width: 90%; }
              .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_order .detail-order_info .ant-checkbox-wrapper span:last-child p {
                font-size: 9px;
                margin-bottom: 5px; }
      .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table {
        overflow-y: auto; }
        .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table > div {
          width: 100%;
          height: auto;
          min-height: 100%;
          padding: 5px; }
        .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_info {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          height: 60px;
          border: 1px solid #2d5a96;
          border-radius: 5px;
          overflow: hidden; }
          .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_info > div {
            padding: 5px; }
            .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_info > div:first-child {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 10%;
              height: 100%;
              font-weight: bold;
              color: #fff;
              background-color: #2d5a96; }
            .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_info > div:last-child {
              width: 90%; }
              .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_info > div:last-child p {
                font-size: 9px;
                margin-bottom: 5px; }
                .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_info > div:last-child p:first-child {
                  font-weight: bold;
                  font-size: 10px; }
        .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_line {
          text-align: center;
          padding: 5px 0; }
          .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_table .detail-table_line:last-child {
            display: none; }
      .taskCreator-container .taskCreator-content .taskCreator-content_detail .content-detail_map .mapSample {
        background-image: url(images/mapSample.png);
        background-size: cover; }

@media (min-width: 768px) {
  .taskCreator-container .taskCreator-content {
    padding: 15px calc(5px * 3); } }

.taskInfo-container {
  width: 100%;
  height: calc(100% - 53px);
  position: relative;
  padding: 15px 0 15px 15px;
  overflow: auto; }
  .taskInfo-container .taskInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px; }
    .taskInfo-container .taskInfo-content .taskInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .taskInfo-container .taskInfo-content .taskInfo-header:first-child {
        margin-top: 0; }
      .taskInfo-container .taskInfo-content .taskInfo-header > span:last-child {
        cursor: pointer; }
    .taskInfo-container .taskInfo-content > p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      border-radius: 5px;
      margin-top: 20px; }
    .taskInfo-container .taskInfo-content .info-container {
      align-items: initial; }
      .taskInfo-container .taskInfo-content .info-container .info-detail {
        white-space: initial; }
    .taskInfo-container .taskInfo-content .taskInfo-table_order {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 5px; }
      .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_no {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        height: 100%;
        margin-right: 5%;
        padding: 35px 15px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 5px;
        background-color: #2d5a96; }
        .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_no.hasStatus {
          padding: 70px 15px;
          background-color: #4caf50; }
      .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_detail {
        width: 80%; }
        .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_detail > p {
          margin-bottom: 2px; }
          .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_detail > p.late span {
            color: #ff0000;
            font-weight: bold; }
        .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_detail .order-detail_button {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .taskInfo-container .taskInfo-content .taskInfo-table_order .table-order_detail .order-detail_button button {
            width: 45%;
            padding: 0 10px;
            font-size: 10px; }

@media (min-width: 768px) {
  .taskInfo-container .taskInfo-button_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 15px;
    width: calc(100% - (5px * 2)); }
    .taskInfo-container .taskInfo-button_group .taskInfo-button {
      width: calc(50% - 10px); } }

.vehicleDriverInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto; }
  .vehicleDriverInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }

@media (min-width: 768px) {
  .vehicleDriverInfo-container {
    height: calc(100% - 53px); }
    .vehicleDriverInfo-container .vehicleDriverInfo-button {
      position: absolute;
      bottom: 15px;
      width: calc(100% - (5px * 2)); }
  .mobile {
    display: none; } }

.vehicleDriverInfo-footer {
  display: flex;
  justify-content: center;
  width: 100%; }
  .vehicleDriverInfo-footer .bo-btn.btn-with-icon {
    margin-top: 20px;
    margin-bottom: 10px;
    width: fit-content; }

@media (max-width: 575px) {
  .desktop,
  .tablet {
    display: none !important; }
  .text-center {
    text-align: center; }
  .btn-circle {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 30px;
    margin: 10px 10px; }
    .btn-circle.violet {
      background-color: #6c5aee; }
    .btn-circle.dark-blue {
      background-color: #1a4e9c; }
    .btn-circle.green {
      background-color: #00b902; }
    .btn-circle.line img {
      display: inline;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5px;
      line-height: 60px; } }

.btn-warning {
  display: inline-block;
  background-color: #ffa000 !important;
  color: #fff !important;
  border: none !important; }

.wayPoint-container {
  width: 100%;
  height: 100%; }
  .wayPoint-container .wayPoint-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .wayPoint-container .wayPoint-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .wayPoint-container .wayPoint-group {
    padding: 0 10px; }
    .wayPoint-container .wayPoint-group i {
      cursor: pointer;
      font-size: 16px; }
  .wayPoint-container .wayPoint-list {
    height: calc(100% - 53px); }

.wayPointInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px;
  overflow: auto; }
  .wayPointInfo-container .section-detail_link {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block; }
    .wayPointInfo-container .section-detail_link span {
      display: block;
      padding: 0 5px;
      margin: 0 5px; }
  .wayPointInfo-container .wayPointInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto; }
    .wayPointInfo-container .wayPointInfo-content .wayPointInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      border-bottom: 1px solid #2d5a96;
      color: black;
      border-bottom: 1px solid #888;
      background-color: #e8f0ff;
      padding: 5px 10px;
      border-radius: 10px;
      margin-top: 20px; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-header:first-child {
        margin-top: 0; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-header > span:last-child {
        cursor: pointer; }
    .wayPointInfo-container .wayPointInfo-content .info-container {
      align-items: initial; }
      .wayPointInfo-container .wayPointInfo-content .info-container .info-detail {
        white-space: initial; }
    .wayPointInfo-container .wayPointInfo-content .wayPointInfo-section_detail {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 95%;
      white-space: nowrap;
      text-align: center; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-section_detail .section-detail_link {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block; }
        .wayPointInfo-container .wayPointInfo-content .wayPointInfo-section_detail .section-detail_link span {
          display: block;
          padding: 0 5px;
          margin: 0 5px; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-section_detail .section-detail_wrapper {
        padding: 10px;
        border: 1px solid #2d5a96;
        border-radius: 10px 15px;
        text-align: left; }
        .wayPointInfo-container .wayPointInfo-content .wayPointInfo-section_detail .section-detail_wrapper p {
          white-space: normal; }
          .wayPointInfo-container .wayPointInfo-content .wayPointInfo-section_detail .section-detail_wrapper p:last-child {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 0;
            color: #2b2c30; }
    .wayPointInfo-container .wayPointInfo-content .section-section_detail {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 50%;
      text-align: right; }
      .wayPointInfo-container .wayPointInfo-content .section-section_detail .sectionName-detail_wrapper {
        padding: 5px;
        border: 1px solid #2d5a96;
        border-radius: 5px;
        text-align: center; }
        .wayPointInfo-container .wayPointInfo-content .section-section_detail .sectionName-detail_wrapper p:last-child {
          display: flex;
          align-items: center;
          justify-content: space-around;
          margin-bottom: 0;
          color: #2b2c30; }
          .wayPointInfo-container .wayPointInfo-content .section-section_detail .sectionName-detail_wrapper p:last-child i {
            cursor: pointer; }
    .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer {
      bottom: 0;
      border-top: 1px solid #cccccc;
      justify-content: center; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer > span:first-child {
        font-size: 10px;
        line-height: 12px; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer > span:not(first-child) {
        color: #cccccc;
        padding-left: 10px;
        margin-left: auto;
        margin-right: 20px; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer > span:nth-child(2) {
        color: #cccccc;
        padding-left: 10px;
        margin-left: auto;
        margin-right: 20px; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer > .bo-btn:first-of-type {
        margin-left: 10px;
        margin-right: 20px; }
    .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      height: 50px;
      line-height: 50px;
      position: absolute;
      left: 0;
      padding: 0 calc(5px * 6); }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer .fontBold {
        color: #fff;
        font-size: 1.6rem;
        font-family: "Prompt", "sans serif"; }
      .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer .bo-btn {
        width: auto; }
        .wayPointInfo-container .wayPointInfo-content .wayPointInfo-footer .bo-btn i {
          margin-right: 10px; }
    .wayPointInfo-container .wayPointInfo-content .sectionCreator-section_detail {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width: 50%;
      text-align: right; }
      .wayPointInfo-container .wayPointInfo-content .sectionCreator-section_detail .sectionName-detail_wrapper {
        padding: 5px;
        border: 1px solid #2d5a96;
        border-radius: 5px;
        text-align: center; }
        .wayPointInfo-container .wayPointInfo-content .sectionCreator-section_detail .sectionName-detail_wrapper p:last-child {
          display: flex;
          align-items: center;
          justify-content: space-around;
          margin-bottom: 0;
          color: #2d5a96; }
          .wayPointInfo-container .wayPointInfo-content .sectionCreator-section_detail .sectionName-detail_wrapper p:last-child i {
            cursor: pointer; }
    .wayPointInfo-container .wayPointInfo-content .ant-timeline {
      font-size: 14px;
      font-variant: tabular-nums;
      font-feature-settings: 'tnum';
      line-height: 1.5;
      color: rgba(0, 0, 0, 0.65);
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding-top: 10px; }
    .wayPointInfo-container .wayPointInfo-content .ant-timeline-item-head-custom {
      position: absolute;
      text-align: center;
      line-height: 1;
      margin-top: 0;
      border: 0;
      border-radius: 0;
      padding: 3px 1px;
      transform: translate(-50%, -50%);
      left: 7px;
      width: auto;
      top: calc(35% - 21.5px); }
    .wayPointInfo-container .wayPointInfo-content .ant-timeline-item {
      position: relative;
      padding: 0 0 35px;
      list-style: none;
      margin: 0;
      font-size: 14px; }
    .wayPointInfo-container .wayPointInfo-content .ant-timeline-item-tail {
      position: absolute;
      left: 6px;
      top: 1.5em;
      height: 100%;
      border-left: 2px dotted #e8e8e8; }

.infoBox {
  cursor: default; }
  .infoBox label {
    margin-bottom: 0px;
    color: #d9d9d9;
    margin-left: auto; }
  .infoBox .inputField {
    display: flex;
    padding: 5px 10px; }
    .infoBox .inputField .sectionNameInput {
      width: 100%;
      margin-left: 7%;
      border: 0; }
    .infoBox .inputField .estimateTimeField {
      font-size: 12px; }
  .infoBox .textArea {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: all 0.3s, height 0s;
    min-height: 32px;
    max-height: 70px;
    border-radius: 15px;
    border: 1px solid #2d5a96;
    padding: 6px;
    margin-bottom: 0;
    overflow: auto; }

@media (min-width: 768px) {
  .wayPointInfo-container .wayPointInfo-button {
    position: center;
    align-items: initial;
    margin: 10px 0;
    width: 100%; } }

.wayPointCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 50px; }
  .wayPointCreator-container .wayPointCreator-header,
  .wayPointCreator-container .wayPointCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .wayPointCreator-container .wayPointCreator-header .fontBold,
    .wayPointCreator-container .wayPointCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .wayPointCreator-container .wayPointCreator-header .bo-btn,
    .wayPointCreator-container .wayPointCreator-footer .bo-btn {
      width: auto; }
      .wayPointCreator-container .wayPointCreator-header .bo-btn i,
      .wayPointCreator-container .wayPointCreator-footer .bo-btn i {
        margin-right: 10px; }
  .wayPointCreator-container .wayPointCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: flex-start; }
  .wayPointCreator-container .wayPointCreator-header.isEditMode {
    display: none; }
  .wayPointCreator-container .wayPointCreator-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .wayPointCreator-container .wayPointCreator-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .wayPointCreator-container .wayPointCreator-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .wayPointCreator-container .wayPointCreator-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .wayPointCreator-container .wayPointCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .wayPointCreator-container .wayPointCreator-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: calc(100% - 50px - 50px);
    position: absolute;
    top: 50px;
    padding: 10px;
    overflow: scroll; }
    .wayPointCreator-container .wayPointCreator-content.isEditMode {
      height: calc(100%);
      position: static;
      padding: 0; }
    .wayPointCreator-container .wayPointCreator-content > div {
      width: 100%; }
      .wayPointCreator-container .wayPointCreator-content > div:first-child {
        margin-bottom: 30px; }
      .wayPointCreator-container .wayPointCreator-content > div:last-child .info-container:first-of-type .info-detail {
        overflow: initial; }
      .wayPointCreator-container .wayPointCreator-content > div .content-header {
        color: #fff;
        border-bottom: 1px solid #888;
        background-color: #aaa;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 20px; }
      .wayPointCreator-container .wayPointCreator-content > div .inputWithLabel-container {
        width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .inputWithLabel-container label {
          margin-top: 10px;
          margin-bottom: 5px; }
      .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        white-space: nowrap;
        text-align: center; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_link {
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          display: inline-block; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_link span {
            display: block;
            padding: 0 5px;
            margin: 0 5px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper {
          cursor: grab;
          padding: 10px;
          border: 1px solid #2d5a96;
          border-radius: 10px;
          text-align: left; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p {
            white-space: normal; }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p:last-child {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 0;
              color: #2d5a96; }
              .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p:last-child i {
                cursor: pointer; }
      .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add {
        width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText {
          margin-bottom: 5px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container {
            width: 50%; }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container:nth-child(2) {
              width: calc(50% - 5%); }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container .inputWithLabel-box {
              width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .inputWithPlace-container {
          text-align: right; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .inputWithPlace-container .inputWithPlace-box {
            width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .bo-btn {
          width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .current_btn {
          position: relative;
          align-items: center;
          width: 35px;
          margin-bottom: 2px;
          margin-left: 10px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .switch_btn {
          margin-bottom: 10px;
          text-align: end; }
      .wayPointCreator-container .wayPointCreator-content > div .creatableSelectWithLabel-container {
        font-weight: normal;
        text-align: left; }
  .wayPointCreator-container .certain-category-search.ant-select-auto-complete .ant-input-affix-wrapper .ant-input-suffix {
    right: 12px; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
    color: #666;
    font-weight: bold; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
    border-bottom: 1px solid #f6f6f6; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item {
    padding-left: 16px; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
    text-align: center;
    cursor: default; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu {
    max-height: 300px; }
  .wayPointCreator-container .certain-search-item-count {
    position: absolute;
    color: #999;
    right: 16px; }
  .wayPointCreator-container .certain-category-search.ant-select-focused .certain-category-icon {
    color: #108ee9; }
  .wayPointCreator-container .certain-category-icon {
    color: #6e6e6e;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px; }

@media (min-width: 768px) {
  .wayPointCreator-container .wayPointCreator-content {
    padding: 10px 5px; }
    .wayPointCreator-container .wayPointCreator-content div .inputWithLabel-container {
      max-width: 300px; } }

@media (max-width: 768px) {
  .wayPointCreator-container .wayPointCreator-footer {
    justify-content: center; }
  .wayPointCreator-container .wayPointCreator-header {
    justify-content: center; }
    .wayPointCreator-container .wayPointCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; }

.box {
  border: 3px solid #666;
  background-color: #ddd;
  border-radius: 0.5em;
  padding: 10px;
  cursor: move; }

.box.over {
  border: 3px dotted #666; }

[draggable] {
  user-select: none; }

.wayPointCreator-container {
  width: 100%;
  height: 100%;
  position: relative; }
  .wayPointCreator-container .wayPointCreator-header,
  .wayPointCreator-container .wayPointCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .wayPointCreator-container .wayPointCreator-header .fontBold,
    .wayPointCreator-container .wayPointCreator-footer .fontBold {
      color: #fff;
      font-size: 1.2rem;
      font-family: "Prompt", "sans serif"; }
    .wayPointCreator-container .wayPointCreator-header .bo-btn,
    .wayPointCreator-container .wayPointCreator-footer .bo-btn {
      width: auto; }
      .wayPointCreator-container .wayPointCreator-header .bo-btn i,
      .wayPointCreator-container .wayPointCreator-footer .bo-btn i {
        margin-right: 10px; }
  .wayPointCreator-container .iconMark {
    color: #2d5a96; }
  .wayPointCreator-container .link {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    width: 12px;
    color: #2d5a96; }
    .wayPointCreator-container .link span {
      display: block; }
  .wayPointCreator-container .addWayPoint {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    cursor: copy; }
  .wayPointCreator-container .wayPointCreate-button-container {
    display: flex;
    text-align: center;
    height: 100%; }
  .wayPointCreator-container .section-detail_link {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block; }
    .wayPointCreator-container .section-detail_link span {
      display: block;
      padding: 0 5px;
      margin: 0 5px; }
  .wayPointCreator-container .wayPointCreator-header {
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px;
    justify-content: center; }
  .wayPointCreator-container .wayPointCreator-header.isEditMode {
    display: none; }
  .wayPointCreator-container .wayPointCreator-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .wayPointCreator-container .wayPointCreator-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .wayPointCreator-container .wayPointCreator-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .wayPointCreator-container .wayPointCreator-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .wayPointCreator-container .wayPointCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .wayPointCreator-container .routeOption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    padding: 10px; }
    .wayPointCreator-container .routeOption .content-header {
      color: #333333;
      border-bottom: 1px solid #888;
      background-color: #e8efff;
      padding: 5px 10px;
      border-radius: 10px;
      margin-top: 20px;
      height: 30px; }
  .wayPointCreator-container .wayPointCreator-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: calc(100% - 250px);
    position: absolute;
    top: 0px;
    padding: 10px;
    overflow-y: scroll; }
    .wayPointCreator-container .wayPointCreator-content.isEditMode {
      height: calc(100%);
      position: static;
      padding: 0; }
    .wayPointCreator-container .wayPointCreator-content > div {
      width: 100%; }
      .wayPointCreator-container .wayPointCreator-content > div:first-child {
        margin-bottom: 30px; }
      .wayPointCreator-container .wayPointCreator-content > div:last-child .info-container:first-of-type .info-detail {
        overflow: initial; }
      .wayPointCreator-container .wayPointCreator-content > div .content-header {
        color: #333333;
        background-color: #e8efff;
        padding: 5px 10px;
        border-radius: 10px;
        margin-top: 20px;
        height: 30px; }
      .wayPointCreator-container .wayPointCreator-content > div .inputWithLabel-container {
        width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .inputWithLabel-container label {
          margin-top: 10px;
          margin-bottom: 5px; }
      .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        white-space: nowrap;
        text-align: left; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper {
          padding: 10px;
          border: 1px solid #2d5a96;
          border-radius: 10px;
          text-align: left; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p {
            white-space: normal; }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p:last-child {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 0;
              color: #2d5a96; }
              .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_detail .section-detail_wrapper p:last-child i {
                cursor: pointer; }
      .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 50%;
        text-align: right; }
        .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail .sectionName-detail_wrapper {
          padding: 5px;
          border: 1px solid #2d5a96;
          border-radius: 5px;
          text-align: center; }
          .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail .sectionName-detail_wrapper p:last-child {
            display: flex;
            align-items: center;
            justify-content: space-around;
            margin-bottom: 0;
            color: #2d5a96; }
            .wayPointCreator-container .wayPointCreator-content > div .sectionCreator-section_detail .sectionName-detail_wrapper p:last-child i {
              cursor: pointer; }
      .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add {
        width: 100%;
        margin-top: 30px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container {
            width: 50%; }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container:nth-child(2) {
              width: calc(50% - 5%); }
            .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .section-add_inputText .inputWithLabel-container .inputWithLabel-box {
              width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .inputWithPlace-container {
          text-align: right; }
          .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .inputWithPlace-container .inputWithPlace-box {
            width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .bo-btn {
          width: 100%; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .current_btn {
          position: relative;
          width: 35px;
          margin-bottom: 2px;
          margin-left: 5px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .del_btn {
          position: relative;
          width: 35px;
          margin-bottom: 2px;
          margin-left: 5px; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .switch_btn {
          margin-bottom: 10px;
          text-align: end; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .circle_btn {
          margin-top: 10px;
          position: relative; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .add_btn {
          text-align: right; }
        .wayPointCreator-container .wayPointCreator-content > div .wayPointCreator-section_add .input_field {
          overflow: hidden;
          border-width: 0;
          border-bottom: 1px solid #e8e8e8;
          border-radius: 0; }
      .wayPointCreator-container .wayPointCreator-content > div .addWayPointButton-container {
        height: 50px;
        margin: 10px 10px 10px 2px;
        padding: 0 0; }
      .wayPointCreator-container .wayPointCreator-content > div .creatableSelectWithLabel-container {
        font-weight: normal;
        text-align: left; }
  .wayPointCreator-container .certain-category-search.ant-select-auto-complete
.ant-input-affix-wrapper
.ant-input-suffix {
    right: 12px; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item-group-title {
    color: #666;
    font-weight: bold; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item-group {
    border-bottom: 1px solid #f6f6f6; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item {
    padding-left: 16px; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu-item.show-all {
    text-align: center;
    cursor: default; }
  .wayPointCreator-container .certain-category-search-dropdown .ant-select-dropdown-menu {
    max-height: 300px; }
  .wayPointCreator-container .certain-search-item-count {
    position: absolute;
    color: #999;
    right: 16px; }
  .wayPointCreator-container .certain-category-search.ant-select-focused .certain-category-icon {
    color: #108ee9; }
  .wayPointCreator-container .certain-category-icon {
    color: #6e6e6e;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px; }
  .wayPointCreator-container .ant-timeline-item-head-custom {
    position: absolute;
    text-align: center;
    line-height: 1;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 3px 1px;
    transform: translate(-50%, -50%);
    left: 5px;
    width: auto;
    top: calc(35% - 21.5px); }
  .wayPointCreator-container .ant-timeline-item {
    position: relative;
    padding: 0 0 35px;
    list-style: none;
    margin: 0;
    font-size: 14px; }
  .wayPointCreator-container .ant-timeline-item-tail {
    position: absolute;
    left: 4px;
    top: 1em;
    height: 100%;
    border-left: 2px dotted #e8e8e8; }
  .wayPointCreator-container .ant-select-combobox .ant-select-search__field {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
    box-shadow: none; }
  .wayPointCreator-container .ant-select-search__field__mirror {
    display: none; }
  .wayPointCreator-container .ant-input-affix-wrapper:hover {
    border-width: 0 !important; }
  .wayPointCreator-container .ant-input-affix-wrapper:not(.ant-input-disabled) {
    border-right-width: 0px !important; }
  .wayPointCreator-container .ant-select-auto-complete.ant-select .ant-input:focus, .wayPointCreator-container .ant-select-auto-complete.ant-select .ant-input:hover {
    border-radius: 0px;
    border-bottom: 1px solid #3868a8;
    border-right-width: 0px !important; }
  .wayPointCreator-container .ant-select-auto-complete.ant-select .ant-input {
    background: transparent;
    border-width: 0;
    line-height: 1.5;
    height: 32px; }
  .wayPointCreator-container .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
    border-right-width: 0px !important; }
  .wayPointCreator-container .ant-input:focus {
    box-shadow: none; }

.bo-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  transition: all 0.4s;
  color: #333;
  border: 1px solid transparent;
  border-color: #cccccc;
  border-radius: 3px; }
  .bo-btn:active, .bo-btn:hover {
    color: #333;
    box-shadow: 0 2px 10px 0 rgba(36, 123, 160, 0.5); }
  .bo-btn:focus {
    color: #333;
    box-shadow: 0 2px 10px 0 rgba(36, 123, 160, 0.5);
    background-color: #e6e6e6;
    border-color: #b3b3b3;
    text-decoration: none; }
  .bo-btn.primary {
    color: #fff;
    background-color: #2d5a96;
    border-color: #2d5a96; }
    .bo-btn.primary:active, .bo-btn.primary:hover {
      color: #fff; }
    .bo-btn.primary:focus {
      background-color: #21426f;
      border-color: #21426f; }
    .bo-btn.primary.btn-outline {
      color: #2d5a96;
      background-color: #fff; }
      .bo-btn.primary.btn-outline:focus, .bo-btn.primary.btn-outline:hover {
        border-color: #21426f; }
  .bo-btn.success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50; }
    .bo-btn.success:active, .bo-btn.success:hover {
      color: #fff; }
    .bo-btn.success:focus {
      background-color: #3d8b40;
      border-color: #3d8b40; }
    .bo-btn.success.btn-outline {
      color: #4caf50;
      background-color: #fff; }
      .bo-btn.success.btn-outline:focus, .bo-btn.success.btn-outline:hover {
        border-color: #3d8b40; }
  .bo-btn.info {
    color: #fff;
    background-color: #0099ff;
    border-color: #0099ff; }
    .bo-btn.info:active, .bo-btn.info:hover {
      color: #fff; }
    .bo-btn.info:focus {
      background-color: #007acc;
      border-color: #007acc; }
    .bo-btn.info.btn-outline {
      color: #0099ff;
      background-color: #fff; }
      .bo-btn.info.btn-outline:focus, .bo-btn.info.btn-outline:hover {
        border-color: #007acc; }
  .bo-btn.warning {
    color: #fff;
    background-color: #ffcc00;
    border-color: #ffcc00; }
    .bo-btn.warning:active, .bo-btn.warning:hover {
      color: #fff; }
    .bo-btn.warning:focus {
      background-color: #cca300;
      border-color: #cca300; }
    .bo-btn.warning.btn-outline {
      color: #ffcc00;
      background-color: #fff; }
      .bo-btn.warning.btn-outline:focus, .bo-btn.warning.btn-outline:hover {
        border-color: #cca300; }
  .bo-btn.danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000; }
    .bo-btn.danger:active, .bo-btn.danger:hover {
      color: #fff; }
    .bo-btn.danger:focus {
      background-color: #cc0000;
      border-color: #cc0000; }
    .bo-btn.danger.btn-outline {
      color: #ff0000;
      background-color: #fff; }
      .bo-btn.danger.btn-outline:focus, .bo-btn.danger.btn-outline:hover {
        border-color: #cc0000; }
  .bo-btn.btn-block {
    display: block;
    width: 100%; }
  .bo-btn.btn-small {
    padding: 0 23px;
    height: 30px;
    font-size: 12px;
    line-height: 1.5; }
  .bo-btn.btn-medium {
    padding: 0 42px;
    height: 36px;
    font-size: 14px;
    line-height: 1.5; }
  .bo-btn.btn-large {
    padding: 0 58px;
    height: 44px;
    font-size: 18px;
    line-height: 1.3333333; }
  .bo-btn.btn-center {
    text-align: center; }
  .bo-btn[disabled] {
    color: #fff;
    background-color: #cccccc;
    border: none;
    cursor: default !important; }
    .bo-btn[disabled].bo-btn:active, .bo-btn[disabled].bo-btn:hover, .bo-btn[disabled].bo-btn:focus {
      box-shadow: none; }
  .bo-btn.btn-with-icon {
    text-align: left; }
    .bo-btn.btn-with-icon.btn-small {
      padding: 0 3px 0 10px; }
      .bo-btn.btn-with-icon.btn-small .btn-with-icon-content {
        padding: 0 10px; }
    .bo-btn.btn-with-icon.btn-medium {
      padding: 0 6px; }
      .bo-btn.btn-with-icon.btn-medium .btn-with-icon-content {
        padding: 0 3px 0 10px; }
    .bo-btn.btn-with-icon.btn-large {
      padding: 0 6px; }
      .bo-btn.btn-with-icon.btn-large .btn-with-icon-content {
        padding: 0 38px; }

@media (min-width: 768px) {
  .wayPointCreator-container .wayPointCreator-content {
    padding: 10px 5px; }
    .wayPointCreator-container .wayPointCreator-content div .inputWithLabel-container {
      max-width: 300px; } }

@media (max-width: 768px) {
  .wayPointCreator-container .wayPointCreator-footer {
    justify-content: center; }
  .wayPointCreator-container .wayPointCreator-header {
    justify-content: center; }
    .wayPointCreator-container .wayPointCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.wrapper-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background-color: #cccccc;
  width: 100%;
  height: calc(100vh - 45px); }
  .wrapper-container.active {
    width: calc(100% - 55px); }
  .wrapper-container > div {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .wrapper-container .flow-version {
    display: none; }

@media (min-width: 768px) {
  .wrapper-container {
    width: calc(100% - 55px);
    height: 100%;
    position: relative; }
    .wrapper-container .flow-version {
      position: absolute;
      right: 50%;
      bottom: 20px;
      color: #fff;
      display: inline;
      width: 200px;
      height: 2rem;
      text-align: right; } }

.driverLicense-container {
  width: 100%;
  height: 100%; }
  .driverLicense-container .driverLicense-create,
  .driverLicense-container .driverLicense-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .driverLicense-container .driverLicense-create {
    color: #2ab6d0;
    text-align: center; }
    .driverLicense-container .driverLicense-create .driverLicense-createDriver {
      cursor: pointer;
      width: 100%; }
      .driverLicense-container .driverLicense-create .driverLicense-createDriver i {
        font-size: 16px;
        margin-right: 5px; }
      .driverLicense-container .driverLicense-create .driverLicense-createDriver span {
        vertical-align: top; }
    .driverLicense-container .driverLicense-create .driverLicense-createGroup {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .driverLicense-container .driverLicense-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .driverLicense-container .driverLicense-group {
    padding: 0 10px; }
    .driverLicense-container .driverLicense-group i {
      cursor: pointer;
      font-size: 16px; }
  .driverLicense-container .driverLicense-list {
    height: calc(100% - 53px); }
  .driverLicense-container .btn-diy-add {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .driverLicense-container .driverLicense-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    padding: 0 calc(5px * 6); }
    .driverLicense-container .driverLicense-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .driverLicense-container .driverLicense-footer .bo-btn {
      width: auto; }
      .driverLicense-container .driverLicense-footer .bo-btn i {
        margin-right: 10px; }
  .driverLicense-container .driverLicense-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .driverLicense-container .driverLicense-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .driverLicense-container .driverLicense-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .driverLicense-container .driverLicense-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .driverLicense-container .driverLicense-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }

.drivervehicle-container .info-container {
  padding: 1.25em 1.667em;
  border-bottom: 0.083em solid #eeeeee;
  margin: 0; }

.drivervehicle-container .empty-data {
  text-align: center;
  margin-top: 30px; }

.drivervehicle-container p {
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #888;
  background-color: #aaa;
  padding: 5px 10px;
  margin: 0; }
  .drivervehicle-container p.canbus-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .drivervehicle-container p.drivervehicle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .drivervehicle-container p.drivervehicle-header > span:last-child {
      cursor: pointer; }

.drivercontactInfo-container .info-container {
  padding: 1.25em 1.667em;
  border-bottom: 0.083em solid #eeeeee;
  margin: 0; }

.drivercontactInfo-container p {
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #888;
  background-color: #aaa;
  padding: 5px 10px;
  margin: 0; }
  .drivercontactInfo-container p.canbus-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .drivercontactInfo-container p.drivercontactInfo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .drivercontactInfo-container p.drivercontactInfo-header > span:last-child {
      cursor: pointer; }

.drivercertificate-container .info-container {
  padding: 1.25em 1.667em;
  border-bottom: 0.083em solid #eeeeee;
  margin: 0; }

.drivercertificate-container p {
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #888;
  background-color: #aaa;
  padding: 5px 10px;
  margin: 0; }
  .drivercertificate-container p.canbus-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .drivercertificate-container p.drivercertificate-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .drivercertificate-container p.drivercertificate-header > span:last-child {
      cursor: pointer; }

.kpiScoreSetting-container {
  width: 100%;
  height: 100%; }
  .kpiScoreSetting-container .kpiScoreSetting-create,
  .kpiScoreSetting-container .kpiScoreSetting-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #cccccc; }
  .kpiScoreSetting-container .kpiScoreSetting-create {
    color: #2ab6d0;
    text-align: center; }
    .kpiScoreSetting-container .kpiScoreSetting-create .kpiScoreSetting-createDriver {
      cursor: pointer;
      width: 100%; }
      .kpiScoreSetting-container .kpiScoreSetting-create .kpiScoreSetting-createDriver i {
        font-size: 16px;
        margin-right: 5px; }
      .kpiScoreSetting-container .kpiScoreSetting-create .kpiScoreSetting-createDriver span {
        vertical-align: top; }
    .kpiScoreSetting-container .kpiScoreSetting-create .kpiScoreSetting-createGroup {
      cursor: pointer;
      width: 20%;
      font-size: 18px;
      border-left: 1px solid #cccccc; }
  .kpiScoreSetting-container .kpiScoreSetting-input_search {
    width: 100%;
    height: 34px;
    padding: 0 5px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none; }
  .kpiScoreSetting-container .kpiScoreSetting-group {
    padding: 0 10px; }
    .kpiScoreSetting-container .kpiScoreSetting-group i {
      cursor: pointer;
      font-size: 16px; }
  .kpiScoreSetting-container .kpiScoreSetting-list {
    height: calc(100% - 53px); }

.KPICreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .KPICreator-container .KPICreator-header,
  .KPICreator-container .KPICreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .KPICreator-container .KPICreator-header .fontBold,
    .KPICreator-container .KPICreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .KPICreator-container .KPICreator-header .bo-btn,
    .KPICreator-container .KPICreator-footer .bo-btn {
      width: auto; }
      .KPICreator-container .KPICreator-header .bo-btn i,
      .KPICreator-container .KPICreator-footer .bo-btn i {
        margin-right: 10px; }
  .KPICreator-container .KPICreator-header {
    background: #1a4e9c;
    /* Old browsers */
    top: 0;
    border-radius: 3px;
    justify-content: flex-start; }
  .KPICreator-container .KPICreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .KPICreator-container .KPICreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .KPICreator-container .KPICreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .KPICreator-container .KPICreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .KPICreator-container .KPICreator-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .KPICreator-container .KPICreator-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .KPICreator-container .KPICreator-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .KPICreator-container .KPICreator-content .inputWithLabel-container,
    .KPICreator-container .KPICreator-content .selectWithLabel-container,
    .KPICreator-container .KPICreator-content .datepickerWithLabel-container,
    .KPICreator-container .KPICreator-content .textAreaWithLabel-container {
      width: 100%; }
      .KPICreator-container .KPICreator-content .inputWithLabel-container label,
      .KPICreator-container .KPICreator-content .selectWithLabel-container label,
      .KPICreator-container .KPICreator-content .datepickerWithLabel-container label,
      .KPICreator-container .KPICreator-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .KPICreator-container .KPICreator-content .textAreaWithLabel-container {
      width: 100%; }
    .KPICreator-container .KPICreator-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }
  .KPICreator-container .ant-checkbox + span {
    font-size: 12px; }

@media (min-width: 768px) {
  .KPICreator-container .KPICreator-content {
    padding: 15px calc(5px * 3); }
    .KPICreator-container .KPICreator-content .inputWithLabel-container,
    .KPICreator-container .KPICreator-content .selectWithLabel-container,
    .KPICreator-container .KPICreator-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .KPICreator-container .KPICreator-content .inputWithLabel-container.rightside,
      .KPICreator-container .KPICreator-content .selectWithLabel-container.rightside,
      .KPICreator-container .KPICreator-content .datepickerWithLabel-container.rightside {
        margin-right: 0;
        margin-left: 5%; } }

@media (max-width: 768px) {
  .KPICreator-container .KPICreator-footer {
    justify-content: center; }
  .KPICreator-container .KPICreator-header {
    justify-content: center; }
    .KPICreator-container .KPICreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.GroupDriverModal-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .GroupDriverModal-container .GroupDriverModal-header,
  .GroupDriverModal-container .GroupDriverModal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .GroupDriverModal-container .GroupDriverModal-header .fontBold,
    .GroupDriverModal-container .GroupDriverModal-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .GroupDriverModal-container .GroupDriverModal-header .bo-btn,
    .GroupDriverModal-container .GroupDriverModal-footer .bo-btn {
      width: auto; }
      .GroupDriverModal-container .GroupDriverModal-header .bo-btn i,
      .GroupDriverModal-container .GroupDriverModal-footer .bo-btn i {
        margin-right: 10px; }
  .GroupDriverModal-container .GroupDriverModal-header {
    background: #1a4e9c;
    /* Old browsers */
    top: 0;
    border-radius: 3px;
    justify-content: flex-start; }
  .GroupDriverModal-container .GroupDriverModal-selected {
    display: flex;
    border: 1px solid #cccccc;
    padding: 0px 5px; }
  .GroupDriverModal-container .GroupDriverModal-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .GroupDriverModal-container .GroupDriverModal-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .GroupDriverModal-container .GroupDriverModal-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .GroupDriverModal-container .GroupDriverModal-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .GroupDriverModal-container .GroupDriverModal-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .GroupDriverModal-container .GroupDriverModal-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .GroupDriverModal-container .GroupDriverModal-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .GroupDriverModal-container .GroupDriverModal-content .inputWithLabel-container,
    .GroupDriverModal-container .GroupDriverModal-content .selectWithLabel-container,
    .GroupDriverModal-container .GroupDriverModal-content .datepickerWithLabel-container,
    .GroupDriverModal-container .GroupDriverModal-content .textAreaWithLabel-container {
      width: 100%; }
      .GroupDriverModal-container .GroupDriverModal-content .inputWithLabel-container label,
      .GroupDriverModal-container .GroupDriverModal-content .selectWithLabel-container label,
      .GroupDriverModal-container .GroupDriverModal-content .datepickerWithLabel-container label,
      .GroupDriverModal-container .GroupDriverModal-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .GroupDriverModal-container .GroupDriverModal-content .textAreaWithLabel-container {
      width: 100%; }
    .GroupDriverModal-container .GroupDriverModal-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .GroupDriverModal-container .GroupDriverModal-content {
    padding: 15px calc(5px * 3); }
    .GroupDriverModal-container .GroupDriverModal-content .inputWithLabel-container,
    .GroupDriverModal-container .GroupDriverModal-content .selectWithLabel-container,
    .GroupDriverModal-container .GroupDriverModal-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .GroupDriverModal-container .GroupDriverModal-content .inputWithLabel-container.rightside,
      .GroupDriverModal-container .GroupDriverModal-content .selectWithLabel-container.rightside,
      .GroupDriverModal-container .GroupDriverModal-content .datepickerWithLabel-container.rightside {
        margin-right: 0;
        margin-left: 5%; } }

.kpiCatInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px;
  overflow: auto; }
  .kpiCatInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .kpiCatInfo-container .action-row {
    display: flex;
    justify-content: space-between; }
  .kpiCatInfo-container .kpiCatInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto; }
    .kpiCatInfo-container .kpiCatInfo-content .kpiCatInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .kpiCatInfo-container .kpiCatInfo-content .kpiCatInfo-header:first-of-type span:nth-child(1) i {
        margin-left: 5px; }
      .kpiCatInfo-container .kpiCatInfo-content .kpiCatInfo-header:first-of-type span:nth-child(2) {
        color: #fff; }
        .kpiCatInfo-container .kpiCatInfo-content .kpiCatInfo-header:first-of-type span:nth-child(2) span {
          margin-left: 5px; }
      .kpiCatInfo-container .kpiCatInfo-content .kpiCatInfo-header > span:nth-child(2) {
        cursor: pointer; }
    .kpiCatInfo-container .kpiCatInfo-content p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      margin: 0; }
    .kpiCatInfo-container .kpiCatInfo-content .info-container {
      align-items: initial; }
      .kpiCatInfo-container .kpiCatInfo-content .info-container .info-detail {
        white-space: initial; }
  .kpiCatInfo-container .kpiCatInfo-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .kpiCatInfo-container .kpiCatInfo-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .kpiCatInfo-container .kpiCatInfo-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .kpiCatInfo-container .kpiCatInfo-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .kpiCatInfo-container .kpiCatInfo-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .kpiCatInfo-container .kpiCatInfo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 6); }
    .kpiCatInfo-container .kpiCatInfo-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .kpiCatInfo-container .kpiCatInfo-footer .bo-btn {
      width: auto; }
      .kpiCatInfo-container .kpiCatInfo-footer .bo-btn i {
        margin-right: 10px; }

@media (min-width: 768px) {
  .kpiCatInfo-container .kpiCatInfo-button {
    position: center;
    align-items: initial;
    margin: 10px 0;
    width: 100%; }
  .mobile {
    display: none; } }

@media (max-width: 575px) {
  .desktop,
  .tablet {
    display: none !important; }
  .text-center {
    text-align: center; }
  .btn-circle {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 30px;
    margin: 10px 10px; }
    .btn-circle.violet {
      background-color: #6c5aee; }
    .btn-circle.dark-blue {
      background-color: #1a4e9c; }
    .btn-circle.green {
      background-color: #00b902; }
    .btn-circle.line img {
      display: inline;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5px;
      line-height: 60px; } }

.btn-warning {
  display: inline-block;
  background-color: #ffa000 !important;
  color: #fff !important;
  border: none !important; }

.eventDynamicInfo-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px;
  overflow: auto; }
  .eventDynamicInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .eventDynamicInfo-container .action-row {
    display: flex;
    justify-content: space-between; }
  .eventDynamicInfo-container .eventDynamicInfo-content {
    height: calc(100% - 35px);
    margin-bottom: 5px;
    overflow: auto; }
    .eventDynamicInfo-container .eventDynamicInfo-content .eventDynamicInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .eventDynamicInfo-container .eventDynamicInfo-content .eventDynamicInfo-header:first-of-type span:nth-child(1) i {
        margin-left: 5px; }
      .eventDynamicInfo-container .eventDynamicInfo-content .eventDynamicInfo-header:first-of-type span:nth-child(2) {
        color: #fff; }
        .eventDynamicInfo-container .eventDynamicInfo-content .eventDynamicInfo-header:first-of-type span:nth-child(2) span {
          margin-left: 5px; }
      .eventDynamicInfo-container .eventDynamicInfo-content .eventDynamicInfo-header > span:nth-child(2) {
        cursor: pointer; }
    .eventDynamicInfo-container .eventDynamicInfo-content p {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #888;
      background-color: #aaa;
      padding: 5px 10px;
      margin: 0; }
    .eventDynamicInfo-container .eventDynamicInfo-content .info-container {
      align-items: initial; }
      .eventDynamicInfo-container .eventDynamicInfo-content .info-container .info-detail {
        white-space: initial; }
  .eventDynamicInfo-container .eventDynamicInfo-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .eventDynamicInfo-container .eventDynamicInfo-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .eventDynamicInfo-container .eventDynamicInfo-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .eventDynamicInfo-container .eventDynamicInfo-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .eventDynamicInfo-container .eventDynamicInfo-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .eventDynamicInfo-container .eventDynamicInfo-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 6); }
    .eventDynamicInfo-container .eventDynamicInfo-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .eventDynamicInfo-container .eventDynamicInfo-footer .bo-btn {
      width: auto; }
      .eventDynamicInfo-container .eventDynamicInfo-footer .bo-btn i {
        margin-right: 10px; }

@media (min-width: 768px) {
  .eventDynamicInfo-container .eventDynamicInfo-button {
    position: center;
    align-items: initial;
    margin: 10px 0;
    width: 100%; }
  .mobile {
    display: none; } }

@media (max-width: 575px) {
  .desktop,
  .tablet {
    display: none !important; }
  .text-center {
    text-align: center; }
  .btn-circle {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 2rem;
    border-radius: 30px;
    margin: 10px 10px; }
    .btn-circle.violet {
      background-color: #6c5aee; }
    .btn-circle.dark-blue {
      background-color: #1a4e9c; }
    .btn-circle.green {
      background-color: #00b902; }
    .btn-circle.line img {
      display: inline;
      width: 60px;
      margin-left: auto;
      margin-right: auto;
      margin-top: -5px;
      line-height: 60px; } }

.btn-warning {
  display: inline-block;
  background-color: #ffa000 !important;
  color: #fff !important;
  border: none !important; }

.group-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .group-container .group-header,
  .group-container .group-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 30px; }
    .group-container .group-header .fontBold,
    .group-container .group-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .group-container .group-header .bo-btn,
    .group-container .group-footer .bo-btn {
      width: auto; }
      .group-container .group-header .bo-btn i,
      .group-container .group-footer .bo-btn i {
        margin-right: 10px; }
  .group-container .group-header {
    top: 0;
    background-color: #2d5a96;
    border-color: #2d5a96;
    border-radius: 3px 3px 0px 0px;
    justify-content: flex-start; }
  .group-container .topic {
    margin-bottom: 3px; }
    .group-container .topic > .label {
      font-size: 1.1rem;
      margin-bottom: 5px; }
      .group-container .topic > .label::after {
        content: " *";
        color: red; }
    .group-container .topic > .label-not-require {
      font-size: 1.1rem;
      margin-bottom: 5px; }
  .group-container .group-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .group-container .group-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .group-container .group-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .group-container .group-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 30px;
    overflow: auto; }
    .group-container .group-content > .header {
      margin: 15px 0; }
      .group-container .group-content > .header > .font {
        display: block;
        position: relative;
        width: 100%;
        color: #2d5a96;
        z-index: 1; }
        .group-container .group-content > .header > .font::after {
          position: absolute;
          content: "";
          height: 0.5em;
          width: 100%;
          border-top: 1px solid #eaeaea;
          top: 5px;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: -1; }
        .group-container .group-content > .header > .font > .text {
          font-size: 1.4rem;
          padding-right: 10px;
          background-color: white; }
    .group-container .group-content > .form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px; }

@media (max-width: 768px) {
  .group-container .group-header {
    justify-content: center; }
    .group-container .group-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; }
  .group-container .group-content > .form {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 10px; }
  .group-container .group-footer {
    justify-content: center; } }

.deviceStatus-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .deviceStatus-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .deviceStatus-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .deviceStatus-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .deviceStatus-container p.deviceStatus-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .deviceStatus-container p.deviceStatus-header > span:last-child {
        cursor: pointer; }
  .deviceStatus-container .deviceStatus-gsm .image-container {
    margin-right: 5px; }

.trailerStatus-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .trailerStatus-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .trailerStatus-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .trailerStatus-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .trailerStatus-container p.trailerStatus-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .trailerStatus-container p.trailerStatus-header > span:last-child {
        cursor: pointer; }
  .trailerStatus-container .trailerStatus-gsm .image-container {
    margin-right: 5px; }

.trailerInfo-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .trailerInfo-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .trailerInfo-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .trailerInfo-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .trailerInfo-container p.trailerInfo-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .trailerInfo-container p.trailerInfo-header > span:last-child {
        cursor: pointer; }
  .trailerInfo-container .trailerInfo-gsm .image-container {
    margin-right: 5px; }

.trailerDetail-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .trailerDetail-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .trailerDetail-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .trailerDetail-container p.trailerDetail-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .trailerDetail-container p.trailerDetail-header > span:last-child {
        cursor: pointer; }
  .trailerDetail-container .trailerDetail-gsm .image-container {
    margin-right: 5px; }

.trailerCreator-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .trailerCreator-container .trailerCreator-header,
  .trailerCreator-container .trailerCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .trailerCreator-container .trailerCreator-header .fontBold,
    .trailerCreator-container .trailerCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .trailerCreator-container .trailerCreator-header .bo-btn,
    .trailerCreator-container .trailerCreator-footer .bo-btn {
      width: auto; }
      .trailerCreator-container .trailerCreator-header .bo-btn i,
      .trailerCreator-container .trailerCreator-footer .bo-btn i {
        margin-right: 10px; }
  .trailerCreator-container .trailerCreator-header {
    background: #1a4e9c;
    /* Old browsers */
    top: 0;
    border-radius: 3px;
    justify-content: flex-start; }
  .trailerCreator-container .trailerCreator-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .trailerCreator-container .trailerCreator-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .trailerCreator-container .trailerCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .trailerCreator-container .trailerCreator-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .trailerCreator-container .trailerCreator-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .trailerCreator-container .trailerCreator-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .trailerCreator-container .trailerCreator-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .trailerCreator-container .trailerCreator-content .inputWithLabel-container,
    .trailerCreator-container .trailerCreator-content .selectWithLabel-container,
    .trailerCreator-container .trailerCreator-content .datepickerWithLabel-container,
    .trailerCreator-container .trailerCreator-content .textAreaWithLabel-container {
      width: 100%; }
      .trailerCreator-container .trailerCreator-content .inputWithLabel-container label,
      .trailerCreator-container .trailerCreator-content .selectWithLabel-container label,
      .trailerCreator-container .trailerCreator-content .datepickerWithLabel-container label,
      .trailerCreator-container .trailerCreator-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .trailerCreator-container .trailerCreator-content .textAreaWithLabel-container {
      width: 100%; }
    .trailerCreator-container .trailerCreator-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .trailerCreator-container .trailerCreator-content {
    padding: 15px calc(5px * 3); }
    .trailerCreator-container .trailerCreator-content .inputWithLabel-container,
    .trailerCreator-container .trailerCreator-content .selectWithLabel-container,
    .trailerCreator-container .trailerCreator-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .trailerCreator-container .trailerCreator-content .inputWithLabel-container.rightside,
      .trailerCreator-container .trailerCreator-content .selectWithLabel-container.rightside,
      .trailerCreator-container .trailerCreator-content .datepickerWithLabel-container.rightside {
        margin-right: 0;
        margin-left: 5%; } }

@media (max-width: 768px) {
  .trailerCreator-container .trailerCreator-footer {
    justify-content: center; }
  .trailerCreator-container .trailerCreator-header {
    justify-content: center; }
    .trailerCreator-container .trailerCreator-header .fontBold {
      color: #fff;
      font-size: 1.4rem;
      font-family: "Prompt", "sans serif"; } }

.reportCsv-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0; }
  .reportCsv-container .reportCsv-header,
  .reportCsv-container .reportCsv-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 calc(5px * 3); }
    .reportCsv-container .reportCsv-header .fontBold,
    .reportCsv-container .reportCsv-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .reportCsv-container .reportCsv-header .bo-btn,
    .reportCsv-container .reportCsv-footer .bo-btn {
      width: auto; }
      .reportCsv-container .reportCsv-header .bo-btn i,
      .reportCsv-container .reportCsv-footer .bo-btn i {
        margin-right: 10px; }
  .reportCsv-container .reportCsv-header {
    justify-content: flex-start;
    top: 0;
    background: #1a4e9c;
    /* Old browsers */
    border-radius: 3px; }
  .reportCsv-container .reportCsv-footer {
    justify-content: flex-end;
    bottom: 0;
    border-top: 1px solid #cccccc; }
    .reportCsv-container .reportCsv-footer > span {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .reportCsv-container .reportCsv-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .reportCsv-container .reportCsv-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
    overflow: scroll; }
    .reportCsv-container .reportCsv-content > label {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 15px;
      margin-bottom: 15px;
      color: #2d5a96; }
      .reportCsv-container .reportCsv-content > label span {
        background-color: #fff;
        padding-right: 10px; }
      .reportCsv-container .reportCsv-content > label:after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #eaeaea;
        z-index: -1; }
    .reportCsv-container .reportCsv-content .inputWithLabel-container,
    .reportCsv-container .reportCsv-content .selectWithLabel-container,
    .reportCsv-container .reportCsv-content .datepickerWithLabel-container,
    .reportCsv-container .reportCsv-content .textAreaWithLabel-container {
      width: 100%; }
      .reportCsv-container .reportCsv-content .inputWithLabel-container label,
      .reportCsv-container .reportCsv-content .selectWithLabel-container label,
      .reportCsv-container .reportCsv-content .datepickerWithLabel-container label,
      .reportCsv-container .reportCsv-content .textAreaWithLabel-container label {
        margin-top: 10px;
        margin-bottom: 5px; }
    .reportCsv-container .reportCsv-content .textAreaWithLabel-container {
      width: 100%; }
    .reportCsv-container .reportCsv-content .content-addPoint {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 15px; }

@media (min-width: 768px) {
  .reportCsv-container .reportCsv-content {
    padding: 15px calc(5px * 3); }
    .reportCsv-container .reportCsv-content .inputWithLabel-container,
    .reportCsv-container .reportCsv-content .selectWithLabel-container,
    .reportCsv-container .reportCsv-content .datepickerWithLabel-container {
      width: calc(50% - 5%);
      display: inline-block;
      margin-right: 5%; }
      .reportCsv-container .reportCsv-content .inputWithLabel-container:nth-of-type(2), .reportCsv-container .reportCsv-content .inputWithLabel-container:nth-of-type(4), .reportCsv-container .reportCsv-content .inputWithLabel-container:nth-of-type(6),
      .reportCsv-container .reportCsv-content .selectWithLabel-container:nth-of-type(2),
      .reportCsv-container .reportCsv-content .selectWithLabel-container:nth-of-type(4),
      .reportCsv-container .reportCsv-content .selectWithLabel-container:nth-of-type(6),
      .reportCsv-container .reportCsv-content .datepickerWithLabel-container:nth-of-type(2),
      .reportCsv-container .reportCsv-content .datepickerWithLabel-container:nth-of-type(4),
      .reportCsv-container .reportCsv-content .datepickerWithLabel-container:nth-of-type(6) {
        margin-right: 0;
        margin-left: 5%; } }


.eventCreator-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: scroll; }
  .eventCreator-container .info-container {
    padding: 1.25em 1.667em;
    border-bottom: 0.083em solid #eeeeee;
    margin: 0; }
  .eventCreator-container p {
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #888;
    background-color: #aaa;
    padding: 5px 10px;
    margin: 0; }
    .eventCreator-container p.canbus-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .eventCreator-container p.eventCreator-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .eventCreator-container p.eventCreator-header > span:last-child {
        cursor: pointer; }
  .eventCreator-container .eventCreator-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    padding: 0 calc(5px * 6); }
    .eventCreator-container .eventCreator-footer .fontBold {
      color: #fff;
      font-size: 1.6rem;
      font-family: "Prompt", "sans serif"; }
    .eventCreator-container .eventCreator-footer .bo-btn {
      width: auto; }
      .eventCreator-container .eventCreator-footer .bo-btn i {
        margin-right: 10px; }
  .eventCreator-container .eventCreator-footer {
    bottom: 0;
    border-top: 1px solid #cccccc;
    justify-content: center; }
    .eventCreator-container .eventCreator-footer > span:first-child {
      font-size: 10px;
      line-height: 12px; }
    .eventCreator-container .eventCreator-footer > span:not(first-child) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .eventCreator-container .eventCreator-footer > span:nth-child(2) {
      color: #cccccc;
      padding-left: 10px;
      margin-left: auto;
      margin-right: 20px; }
    .eventCreator-container .eventCreator-footer > .bo-btn:first-of-type {
      margin-left: 10px;
      margin-right: 20px; }
  .eventCreator-container .deviceInfo-gsm .image-container {
    margin-right: 5px; }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

@media (min-width: 768px) {
  .event-container {
    height: calc(100% - 53px);
    overflow: hidden; }
    .event-container.hasPadding {
      padding: 5px; } }

.ml-2 {
  margin-left: 20px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

p {
  margin: 0; }

.mainLayout-container {
  position: relative; }
  .mainLayout-container .wrapper-content {
    position: relative;
    height: 100%; }
  .mainLayout-container .ant-spin-nested-loading {
    height: calc(100% - 45px); }
    .mainLayout-container .ant-spin-nested-loading div > .ant-spin {
      max-height: 100%; }
  .mainLayout-container .ant-spin-container {
    height: 100%; }
  .mainLayout-container .mainLayout-popup_maintain {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    position: absolute;
    right: 70px;
    bottom: 16px;
    padding: 5px;
    background: #fff;
    border-radius: 4px; }
    .mainLayout-container .mainLayout-popup_maintain.maintain-image {
      box-shadow: none;
      background: none; }
      .mainLayout-container .mainLayout-popup_maintain.maintain-image > span:first-child {
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        width: 40px;
        height: 40px;
        position: absolute;
        top: 10px;
        right: -10px;
        cursor: pointer;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        font-size: 2rem; }
    .mainLayout-container .mainLayout-popup_maintain .thanks {
      width: 480px; }
    .mainLayout-container .mainLayout-popup_maintain > span:first-child {
      -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      width: 20px;
      height: 20px;
      position: absolute;
      top: -9px;
      right: -3px;
      cursor: pointer;
      text-align: center;
      background: #fff;
      border-radius: 50%; }


.login-container .login-wrapper_all .login-wrapper form .login-content .content-connect:before, .login-container .login-wrapper_all .login-wrapper form .login-content .content-connect:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  width: 20%;
  background-color: #fff; }

.login-container .login-wrapper_all .login-wrapper form .login-content .content-connect:before {
  right: 0.5rem;
  margin-left: -50%; }

.login-container .login-wrapper_all .login-wrapper form .login-content .content-connect:after {
  left: 0.5rem;
  margin-right: -50%; }

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/background.svg);
  background-size: cover;
  background-position: 50% 0; }
  .login-container .login-wrapper_all {
    font-weight: lighter; }
    .login-container .login-wrapper_all .login-wrapper {
      width: 300px;
      height: 480px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background-color: rgba(45, 90, 150, 0.45);
      border-radius: 10px;
      padding: 25px; }
      .login-container .login-wrapper_all .login-wrapper form {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%; }
        .login-container .login-wrapper_all .login-wrapper form .login-logo {
          width: 130px;
          height: 70px;
          margin-bottom: 30px; }
        .login-container .login-wrapper_all .login-wrapper form .login-input {
          width: 100%;
          height: 36px;
          color: #fff;
          font-size: 12px;
          font-weight: lighter;
          outline: none;
          border: none;
          border-radius: 20px;
          background-color: rgba(255, 255, 255, 0.2);
          padding: 8px 16px;
          margin-bottom: 16px; }
          .login-container .login-wrapper_all .login-wrapper form .login-input::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.2); }
          .login-container .login-wrapper_all .login-wrapper form .login-input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.2); }
          .login-container .login-wrapper_all .login-wrapper form .login-input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.2); }
          .login-container .login-wrapper_all .login-wrapper form .login-input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.2); }
        .login-container .login-wrapper_all .login-wrapper form .main-button,
        .login-container .login-wrapper_all .login-wrapper form .sub-button {
          cursor: pointer;
          width: 100%;
          height: 40px;
          color: #fff;
          font-size: 16px;
          text-transform: uppercase;
          background-color: #029cff;
          border-color: #029cff;
          border-radius: 20px;
          outline: none; }
        .login-container .login-wrapper_all .login-wrapper form .sub-button {
          background-color: #696969;
          border-color: #696969;
          margin-top: 20px; }
        .login-container .login-wrapper_all .login-wrapper form .text-danger {
          color: #ff0000; }
        .login-container .login-wrapper_all .login-wrapper form .login-content {
          width: 100%; }
          .login-container .login-wrapper_all .login-wrapper form .login-content .content-text {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 28px; }
            .login-container .login-wrapper_all .login-wrapper form .login-content .content-text span {
              cursor: pointer;
              color: #fff;
              font-size: 12px;
              margin-top: 0; }
          .login-container .login-wrapper_all .login-wrapper form .login-content .content-connect {
            color: #fff;
            font-size: 12px;
            text-align: center;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 30px; }
          .login-container .login-wrapper_all .login-wrapper form .login-content .content-login_social {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .login-container .login-wrapper_all .login-wrapper form .login-content .content-login_social img {
              cursor: pointer;
              width: 117px;
              height: 36px; }
        .login-container .login-wrapper_all .login-wrapper form .forget-content {
          width: 100%; }
          .login-container .login-wrapper_all .login-wrapper form .forget-content .forget-content_text {
            color: #fff; }
          .login-container .login-wrapper_all .login-wrapper form .forget-content .content-button {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .login-container .login-wrapper_all .login-wrapper form .forget-content .content-button .main-button,
            .login-container .login-wrapper_all .login-wrapper form .forget-content .content-button .sub-button {
              width: 40%; }
    .login-container .login-wrapper_all .login-privacy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 25px;
      padding-right: 25px; }
      .login-container .login-wrapper_all .login-privacy .login-text_link {
        width: 30%;
        text-align: center;
        padding: 10px; }
        .login-container .login-wrapper_all .login-privacy .login-text_link:first-child {
          padding-left: 0;
          text-align: left; }
        .login-container .login-wrapper_all .login-privacy .login-text_link:last-child {
          padding-right: 0;
          text-align: right; }
        .login-container .login-wrapper_all .login-privacy .login-text_link a {
          color: #fff; }
  .login-container .flow-version {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    color: #fff; }

.container {
  height: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Prompt", sans-serif; }
  @media screen and (max-width: 576px) {
    .container {
      padding: 0 10px; } }

.row {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  /* align-self: center;    <---- REMOVE */
  align-items: center;
  /* <---- NEW    */
  width: 100%; }

.laptop {
  height: 350px;
  margin: 30px 0; }
  @media screen and (max-width: 576px) {
    .laptop {
      height: 250px; } }

.buttonVersionSelection {
  cursor: pointer;
  padding: 10px 14px;
  margin: 5px 0;
  width: 300px;
  height: 40px;
  color: white;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #18519d;
  border-color: #18519d;
  border-radius: 40px;
  outline: none;
  transition: all 0.2s ease-in-out; }
  .buttonVersionSelection:hover {
    text-decoration: none;
    color: white;
    -webkit-box-shadow: 0 2.5px 5px grey;
    -moz-box-shadow: 0 2.5px 5px grey;
    box-shadow: 0 2.5px 5px grey; }

h1 {
  font-size: 3.2em;
  font-weight: 700;
  text-align: center;
  color: #18519d;
  margin-top: 4.6rem; }

.col {
  flex: 0 0 auto;
  padding: 0 12px;
  flex-basis: 100%;
  max-width: 100%; }

.col-6 {
  height: 200px;
  vertical-align: top;
  width: 50%;
  text-align: center; }
  .col-6 p {
    text-align: justify;
    margin-top: 30px;
    font-size: 1.2rem;
    color: #888; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-family: "prompt", 'sans serif' !important;
  font-size: 12px !important;
  padding: 0px !important;
  margin: 0px !important;
  color: #333 !important;
  background-color: #f6f6f6 !important;
  height: 100% !important; }
  html #app,
  body #app {
    height: 100%; }
    html #app > div,
    body #app > div {
      height: 100%; }

input,
button {
  font-family: "prompt", "sans serif"; }

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline: none; }

textarea {
  resize: none; }

input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fontBold {
  font-weight: bold; }

.fontUnderline {
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.ReactModalPortal,
.ReactModal__Overlay {
  z-index: 99;
  background-color: #00000080 !important; }

.moving {
  color: #00c42c; }

.idling {
  color: #ffa000; }

.stop {
  color: #fb0000; }

.custom-validate {
  border-color: red !important; }
  .custom-validate > .ant-select-selection {
    border-color: red; }
  .custom-validate .ant-input {
    border-color: red; }

.offline {
  color: #b1b1b1; }

.wl-search-container {
  font-family: "prompt", "sans serif";
  border-bottom: 1px solid #cccccc;
  padding: 5px; }
  .wl-search-container .wl-search {
    width: calc(100% - 57px); }
    .wl-search-container .wl-search input {
      border: none; }
  .wl-search-container .wl-button {
    color: #fff;
    background-color: #2ab6d0; }

.wl-plus-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 53px;
  font-family: "prompt", "sans serif";
  float: left;
  padding: 25px 20px 25px 25px;
  border-bottom: 1px solid #eae4e4;
  width: 100%; }
  .wl-plus-container .wl-search {
    width: calc(100% - 57px); }
    .wl-plus-container .wl-search input {
      border-radius: 50px; }
  .wl-plus-container .wl-button {
    color: #fff;
    background-color: #005F21;
    margin-right: 15px; }
  .wl-plus-container .user-button {
    color: #fff;
    background-color: #005F21;
    margin-left: 5px; }
  .wl-plus-container .vl {
    border-left: 2px solid #eae4e4;
    height: 45px;
    padding: 5px; }
  .wl-plus-container .create-txt {
    width: 160px; }

.wl-search-container-fullscreen {
  font-family: "prompt", "sans serif";
  position: absolute;
  right: 70px;
  top: -5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 53px; }
  .wl-search-container-fullscreen .wl-search {
    width: calc(100% - 57px); }
    .wl-search-container-fullscreen .wl-search input {
      border-radius: 50px; }
  .wl-search-container-fullscreen .wl-button {
    color: #fff;
    background-color: #2ab6d0;
    border: none;
    margin-left: 10px; }

@media (max-width: 575px) {
  .wl-search-container {
    bottom: 15px;
    font-family: "prompt", "sans serif";
    width: 100%;
    top: 5px;
    right: auto; }
    .wl-search-container .wl-search {
      display: inline-block; }
    .wl-search-container .wl-button {
      margin-left: 5px;
      display: inline-block;
      color: #fff;
      background-color: #2ab6d0;
      border: none;
      border-radius: 50px; }
    .wl-search-container .ant-input {
      border-radius: 50px; }
  .wl-search-container-fullscreen {
    bottom: 15px;
    font-family: "prompt", "sans serif";
    text-align: center;
    position: relative;
    width: 100%;
    top: 5px;
    right: auto; }
    .wl-search-container-fullscreen .wl-search {
      display: inline-block;
      width: calc(100% - 170px); }
    .wl-search-container-fullscreen .wl-button {
      margin-left: 5px;
      display: inline-block;
      color: #fff;
      background-color: #2ab6d0;
      border: none;
      border-radius: 50px; }
    .wl-search-container-fullscreen .ant-input {
      border-radius: 50px; }
  .ant-row {
    padding: 15px 0px; } }

.ant-checkbox-group {
  margin-top: 15px; }

.ant-calendar-picker-container a,
.ant-calendar-picker-container a:hover,
.ant-calendar-picker-container a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #51a1ff; }

.ant-input-group {
  margin-bottom: 15px !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.ant-table-body {
  overflow: auto !important; }
  .ant-table-body::-webkit-scrollbar {
    width: 17px;
    height: 17px; }
  .ant-table-body::-webkit-scrollbar-track {
    background-color: #e4e4e4; }
  .ant-table-body::-webkit-scrollbar-thumb {
    background-color: #1a4e9c; }

table td {
  position: relative; }

