﻿@font-face {
  font-family: "AvertaStdCY";
  font-weight: 400;
  font-style: normal;
  src: url("/Content/themes/admin/font/AvertaStdCY-Regular_3.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 400;
  font-style: italic;
  src: url("/Content/themes/admin/font/AvertaStdCY-BlackItalic_1.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 500;
  font-style: normal;
  src: url("/Content/themes/admin/font/AvertaStdCY-Semibold_1.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 500;
  font-style: italic;
  src: url("/Content/themes/admin/font/AvertaStdCY-SemiboldItalic_1.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 600;
  font-style: normal;
  src: url("/Content/themes/admin/font/AvertaStdCY-Bold_1.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 600;
  font-style: italic;
  src: url("/Content/themes/admin/font/AvertaStdCY-BoldItalic_1.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 800;
  font-style: normal;
  src: url("/Content/themes/admin/font/AvertaStdCY-Black_1.otf")
    format("opentype");
}

@font-face {
  font-family: "AvertaStdCY";
  font-weight: 800;
  font-style: italic;
  src: url("/Content/themes/admin/font/AvertaStdCY-BlackItalic_1.otf")
    format("opentype");
}

body {
  font-family: "AvertaStdCY" !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000000;
}

.text-14-700 {
  font-size: 14px;
  font-weight: 700;
}

.text-14-500 {
  font-size: 14px;
  font-weight: 500;
}

.text-16-600 {
  font-size: 16px;
  font-weight: 600;
}

.text-12-400 {
  font-size: 12px;
  font-weight: 400;
}

.text-13-400 {
  font-size: 13px;
  font-weight: 400;
}

.text-14-600 {
  font-size: 14px;
  font-weight: 600;
}

.text-14-400 {
  font-size: 14px;
  font-weight: 400;
}

#background-black {
  background-color: #000000;
  min-height: 100vh;
  z-index: 1;
  max-height: 100vh;
  overflow: hidden;
}

@media (min-width: 1500px) {
  .container-xxl {
    max-width: 1440px;
    width: 1440px;
    margin: auto;
  }
}

.header {
  display: flex;
  background-color: #ffffff;
  z-index: 2;
  justify-content: space-between;
  padding: 0.8vw 3.5vw;
  border-bottom: 1px solid #f0f2f6;
}

.text-center-header {
  display: inline-block;
}

.infomation {
  display: flex;
  margin: auto 0;
}

.infomation img {
  width: auto;
  height: fit-content;
  border-radius: 10px;
}

.text-center-header {
  font-size: 18px;
  font-weight: 700;
  color: #f0682e;
  margin: auto 0;
}

@media only screen and (max-width: 992px) and (min-width: 570px) {
  .text-center-header {
    font-size: 14px;
  }
}

.close-menu,
.open-menu {
  display: none;
}

.text-infomation {
  margin-left: 1vw;
  display: inline-grid;
}

.name-infomation {
  color: #222222;
}

.rank-infomation {
  color: #222222;
  opacity: 0.5;
  margin: auto;
}

.content {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.menu .infomation {
  display: none;
}

.datetime {
  display: flex;
  color: #222222;
  opacity: 0.5;
  padding: 1vw;
  justify-content: space-around;
}

.date {
  margin-right: 1.5vw;
}

.content-right {
  background-color: #fbfcff;
  padding: 1.75vw;
  max-height: calc(100vh - 84.72px);
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.content-right::-webkit-scrollbar {
  display: none;
}

.flex {
  display: flex;
}
.flex-1{
    flex: 1;
}

.box-task {
  justify-content: flex-start;
  padding: 1vw;
}

.box-task img {
  width: auto;
  height: fit-content;
  margin-left: 1vw;
}

.box-task a:hover {
  text-decoration: none;
  color: #f0682e;
}

.padding-text-box-task {
  padding-left: 1.5vw;
  padding-top: 0.1vw;
}

.box-logout {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 0.8vw 0;
  border-radius: 7px;
  margin: 0 1.5vw;
}

.opacity-modify {
  display: flex;
  opacity: 0.4;
}

.padding-text-logout {
  padding-right: 1vw;
}

.space-between {
  padding: 0;
  display: block;
  justify-content: space-around;
}

.function {
  position: relative;
}

.logout {
  width: inherit;
  position: absolute;
  bottom: 15%;
  width: 100%;
}

.row-plan-drive {
  display: flex;
}

.row-plan-drive form {
  position: relative;
  box-shadow: 0px, 0px rgba(132, 53, 19, 0.2);
}

.img-form-plan-drive {
  position: absolute;
  display: block;
  top: 33.5%;
  left: 5%;
}

.box-date-picker {
  padding: 0.45vw 2vw;
  border-radius: 10px;
  border: 0.75px solid #a6a6a6;
  display: block;
  text-align: end;
  padding-right: 1.2vw;
  outline: none;
  margin-right: 1vw;
  width: 15vw;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .box-date-picker {
    width: 22vw;
    padding: 0.45vw 1vw;
  }
}
@media only screen and (max-width: 1024px) {
  .box-date-picker {
    width: 26vw;
    padding: 0.45vw 1vw;
  }
}

@media only screen and (max-width: 960px) {
  .box-date-picker {
    width: 27vw;
  }
}

.text-row-plan-drive {
  padding: 0.7vw;
}

.row-plan-drive input:focus {
  border: 0.75px solid rgba(240, 104, 46, 0.6);
}

.box-search {
  width: 15.5vw;
  padding: 11px 0.3vw;
  border-radius: 10px;
  border: 0.75px solid #a6a6a6;
  display: block;
  text-align: left;
  padding-left: 2vw;
  outline: none;
  height: 100%;
}
.row-plan-drive:first-child {
    margin-left: 1.5vw;
}
/*.boxSearchAndFilter {
    flex: 5;
}*/
@media only screen and (max-width: 576px) {
    .boxSearchAndFilter {
        flex-direction: column;
        margin: auto;
    }

    .box-time-range {
        margin: 0;
    }
    .row-plan-drive:first-child {
        margin: 0;
    }
    .manage-car-search {
        margin: 10px auto;
    }
}

.btn-upload,
.btn-download {
    background-color: #f0682e;
    color: #ffffff;
    text-transform: uppercase;
}

.btn-gap {
    gap:10px;
}

.btn-plan-drive {
  cursor: pointer;
  display: flex;
  border-radius: 10px;
  width: max-content;
  padding: 0.625vw;
  height: fit-content;
}

.btn-plan-drive:not(:last-child) {
  /*margin-right: 1vw;*/
}

.btn-plan-drive img {
  width: fit-content;
  height: fit-content;
}

.table td,
.table th {
  text-align: center;
}

.table::-webkit-scrollbar {
  width: 0px;
}

.table thead td,
.table thead th {
  border-bottom-width: 2px;
  color: #f0682e;
}

.table thead tr {
  border: 2px solid #fbfcff;
}

.table thead tr th {
  border-right: 2px solid #fbfcff;
}

.table thead tr th:first-child {
  border-bottom: 2px solid #fbfcff;
}

.table thead tr th:last-child {
  border-bottom: 2px solid #fbfcff;
}

.table tbody tr td:first-child {
  border-top: 2px solid #fbfcff;
  border-left: 2px solid #fbfcff;
  border-bottom: 2px solid #fbfcff;
}

.table tbody tr td:last-child {
  border-top: 2px solid #fbfcff;
  border-right: 2px solid #fbfcff;
  border-bottom: 2px solid #fbfcff;
}

.data {
  width: 100%;
  overflow-x: auto;
}

.modal-bill-transport {
  width: fit-content;
  border: 1px solid rgba(240, 104, 46, 0.3);
  box-sizing: border-box;
  box-shadow: 0px 0px 50px rgba(231, 125, 80, 0.19);
  border-radius: 10px;
}

.number-bill-transport {
  text-align: center;
  padding: 0.2vw;
  border-bottom: 1px solid rgba(240, 104, 46, 0.3);
  padding: 1vw 0;
}

.detail-bill-transport {
  padding: 1.5vw;
}

.input-modal-bill-transport {
  width: 10vw;
  padding-left: 1vw;
}

.input-modal-bill-transport__date {
  width: 10vw;
  padding-left: 1.8vw;
}

.input-modal-bill-transport__time {
  justify-content: center;
  text-align: center;
}

.detail-bill-transport-p__width {
  width: 5vw;
  margin: auto;
}

.detail-bill-transport-p__width1 {
  margin: auto 0.7vw;
}

.row-detail-bill-transport {
  margin-bottom: 1vw;
}

.detail-bill-transport-p__margin {
  margin-left: 2vw;
}

.block-malotrinh {
  display: flex;
  position: relative;
}

.vector-lock {
  position: absolute;
  right: 0;
  padding-top: 0.25vw;
  padding-right: 0.5vw;
}

.btn-save-bill-transport {
  background-color: #f0682e;
  border-radius: 10px;
  width: 10vw;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.5vw 0;
  border: none;
}

.flex-btn-save-bill-transport {
  justify-content: flex-end;
}

.modal-bill {
  display: none;
}

.close-modal-bill-transport {
  cursor: pointer;
}

.active-modal-bill {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-change-plane-drive {
  cursor: pointer;
}

#close-modal-bill-transport {
  cursor: pointer;
  width: min-content;
  position: absolute;
  right: 0;
  justify-content: center;
  align-items: center;
  top: 7%;
  padding-right: 4%;
}

.text-center-header1 {
  display: none;
}

@media only screen and (max-width: 1366px) and (min-width: 992px) {
  .box-search {
    padding: 0.5vw 2.5vw;
  }
  .detail-bill-transport-p__width {
    width: 7vw;
  }
  .input-modal-bill-transport__date {
    width: 12vw;
  }
  .input-modal-bill-transport {
    width: 12vw;
  }
  .row-plan-drive .img-form-plan-drive {
    position: absolute;
    display: block;
  }
  .padding-text-plan-drive {
    padding: 2px 10px;
  }
  .btn-plan-drive {
    /*margin: auto 5px;*/
  }
}

.btn-plan-drive {
    /*margin: auto 8px;*/
}
.padding-text-plan-drive {
  padding: 2px 0px;
}

@media only screen and (max-width: 992px) {
  .div-time-picker {
    padding: 2vw;
    justify-content: center;
  }
  .div-upload-download {
    padding: 1vw;
    justify-content: center;
  }
  .row-plan-drive .img-form-plan-drive {
    display: none;
  }
  .box-date-picker {
    padding: 0.5vw 1vw;
  }
  .box-search {
    padding: 0.5vw 1vw;
  }
  .text-row-plan-drive {
    padding: 1.7vw;
  }
  .row-detail-bill-transport {
    display: inline-block;
  }
  .detail-bill-transport-p__width {
    width: 12vw;
  }
  .input-modal-bill-transport__date {
    width: 23vw;
  }
  .detail-bill-transport-p__width {
    width: 23vw;
    margin: auto 0.7vw;
  }
  .detail-bill-transport-p__width1 {
    width: 23vw;
  }
  .input-modal-bill-transport {
    width: 23vw;
  }
  .row-detail-bill-transport {
    margin-bottom: 0;
  }
  .pd-bottom-12 {
    padding-bottom: 1.2vw;
  }
  .number-bill-transport {
    padding: 2vw;
  }
  #close-modal-bill-transport {
    position: absolute;
    top: 4%;
  }
  .vector-lock {
    padding-top: 2%;
  }
  .btn-save {
    padding: 1vw;
  }
}

@media only screen and (max-width: 500px) {
  .vector-lock {
    padding-top: 3.5%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 570px) {
  .header {
    height: 70px;
    padding: 10px;
    justify-content: center;
  }
}

@media only screen and (max-width: 570px) {
  .text-center-header {
    display: none;
  }
  .text-center-header1 {
    display: block;
    color: #f0682e;
    margin: auto 0;
  }
}

.color-bill-code {
  background-color: #ececec;
}

/* Huy sửa css của Sơn*/

@media only screen and (max-width: 768px) {
  .row-quanlyxe {
    padding: 4vw 4vw 0 4vw;
  }
  .box-search-quanlyxe {
    width: auto;
    padding-left: 3vw;
    max-width: 95%;
  }
  .button-add-cars div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .add-car p {
    display: none;
  }
}

.active-box-task {
  background: rgba(240, 104, 46, 0.08);
  border-right: 2px solid #f0682e;
}

.active-box-task a {
  color: #f0682e;
  font-weight: 500;
}

.img-active {
  display: none;
}

.active-box-task img {
  display: none;
}

.active-box-task .img-active {
  display: block;
}

.add-car {
  background-color: #f0682e;
  color: white;
  border-radius: 18.5px;
  position: relative;
  cursor: pointer;
}

.add-car p {
  top: 0px;
  right: 0;
}

.button-add-cars {
  padding: 2.5% 0 0 15%;
}

.data {
  margin-top: 30px;
}

.data {
  width: 100%;
}

.add-cars-form {
  position: absolute;
  display: none;
  width: 35%;
  border-radius: 10px;
  border: 1px solid #f0682e;
  background-color: white;
  color: black;
}

.text {
  text-align: center;
  padding: 4% 0;
  border-bottom: 1px solid #f0682e;
}

.active1 {
  display: block;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 35%;
}

.exit-cars-form {
  cursor: pointer;
  text-align: center;
  color: #8a8a8a;
}

.form-add-cars {
  padding: 1vw;
}

.form-add-cars tr {
  height: 50px;
  line-height: 50px;
}

.form-add-cars input,
.form-add-cars select {
  width: 100%;
  height: 37px;
  border: 1px solid #000000;
  border-radius: 5px;
}

.btn.add-accept-cars-form {
  width: 100%;
  background-color: #f0682e;
  color: #ffffff;
  border: none;
}

/* đoạn code cho phần responsive */

@media only screen and (max-width: 1280px) {
  .add-cars-form {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .add-cars-form {
    width: 60%;
    font-size: 12px;
  }
  .form-add-cars input,
  .form-add-cars select,
  .add-accept {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  .form-add-cars tr {
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 720px) {
  .add-cars-form {
    width: 100%;
    margin-right: 0;
  }
  .form-add-cars input,
  .form-add-cars select,
  .add-accept {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  .form-add-cars tr {
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .menu {
    display: none;
  }
  .content {
    margin: 0;
  }
  .content-right {
    padding: 0;
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
  }
  .menu .infomation {
    display: block;
  }
  .menu .text-infomation {
    margin: 0;
  }
  .menu .text-infomation .name-infomation,
  .menu .text-infomation .rank-infomation {
    color: white;
  }
  .datetime {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  .container-fluid {
    padding: 0px;
    margin: 0;
  }
  .open-menu,
  .close-menu {
    width: 30px;
    display: none;
    position: absolute;
    top: 2.7%;
    right: 2%;
  }
  .button-menu {
    display: block;
    top: 1.7%;
  }
  .logo {
    position: absolute;
    left: 10px;
  }
  .infomation {
    display: none;
  }
  .header {
    height: 70px;
    padding: 10px;
    justify-content: center;
  }
  .show-menu {
    animation: show-menu 0.5s forwards;
    display: block;
    z-index: 1;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0px;
    padding: 2vw;
  }
  .hide-menu {
    animation: hide 0.3s forwards;
  }
  .show-menu div {
    padding: 1vw;
    color: #ffffff;
  }
  .show-menu div a {
    color: white;
    padding: 0;
  }
  .show-menu div img {
    display: none;
  }
  .menu .infomation img {
    display: block;
  }
  .box-task {
    height: 30px;
    line-height: 30px;
  }
  .box-task.active-box-task {
    padding-top: 0;
  }
  .box-task p:hover {
    text-decoration: none;
    color: #f0682e;
  }
  .logout {
    cursor: pointer;
    display: flex;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 0.8vw 0;
    border-radius: 7px;
    position: absolute;
    width: 83%;
    left: 5vw;
  }
  .box-logout {
    margin: auto;
  }
  .active-box-task .img-active {
    display: none;
  }
  .opacity-modify img {
    display: block !important;
  }
  p.text-16-600.padding-text-logout {
    color: black;
  }
  @-webkit-keyframes show-menu {
    0% {
      right: -100%;
    }
    100% {
      right: 0%;
    }
  }
  @-webkit-keyframes hide {
    0% {
      right: 0;
    }
    100% {
      right: -100%;
    }
  }
  .active1 {
    position: absolute;
    top: 25%;
    left: 14%;
    width: 75%;
  }
  .form-add-cars {
    padding: 3vw;
  }
}

@media only screen and (max-width: 400px) {
  .add-car {
    /*       position: absolute;
        right: 3%;*/
  }
}

.container {
  padding: 0px;
  margin: auto;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/*----------------------------------- css đối tác -------------------------------------*/

.table-bangke {
  margin-top: 1vw;
}

.text-diachi {
  width: 40%;
  line-height: 1.2;
}

.add-partner-form {
  position: absolute;
  display: none;
  width: 35%;
  border-radius: 10px;
  border: 1px solid #f0682e;
  background-color: white;
  color: black;
}

.form-add-partner {
  padding: 1vw;
}

.form-add-partner tr {
  height: 50px;
  line-height: 50px;
}

.form-add-partner input {
  width: 100%;
  height: 37px;
  border: 1px solid #000000;
  border-radius: 5px;
}

.button-add-partner {
  padding: 1.5% 0 0 15%;
}

.active2 {
  display: block;
  position: absolute;
  top: 30%;
  left: 35%;
}

.exit-partner-form {
  cursor: pointer;
  text-align: center;
  color: #8a8a8a;
}

.btn.add-accept-partner-form {
  width: 100%;
  background-color: #f0682e;
  color: #ffffff;
  border: none;
}

@media only screen and (max-width: 768px) {
  .button-add-partner div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .active2 {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 85%;
  }
}

.btn-change-partner {
  cursor: pointer;
}

.btn.save-change-partner-form {
  width: 100%;
  background-color: #f0682e;
  color: #ffffff;
  border: none;
}

.btn.save-change-car-form {
  background-color: #f0682e;
  color: #ffffff;
  border: none;
  margin-left: 4.8vw;
}

.change-partner-form {
  position: absolute;
  display: none;
  width: 35%;
  border-radius: 10px;
  border: 1px solid #f0682e;
  background-color: white;
  color: black;
}

.active-change-form-partner {
  display: block;
  position: absolute;
  top: 30%;
  left: 35%;
}

.save-change-partner-form {
  width: 100%;
  background-color: #f0682e;
  color: #ffffff;
  border: none;
}

.form-change-partner {
  padding: 1vw;
}

.form-change-partner tr {
  height: 50px;
  line-height: 50px;
}

.form-change-partner input {
  width: 100%;
  height: 37px;
  border: 1px solid #000000;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .button-change-partner div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .active-change-form-partner {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 85%;
  }
  .box-date-picker {
    width: 57vw;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  .box-date-picker {
    width: 62vw;
    text-align: center;
  }
}

.btn-change-car {
  cursor: pointer;
}

.change-car-form {
  position: absolute;
  display: none;
  width: 35%;
  border-radius: 10px;
  border: 1px solid #f0682e;
  background-color: white;
  color: black;
}

.active-change-form-car {
  display: block;
  position: absolute;
  top: 30%;
  left: 35%;
}

.save-change-car-form {
  width: 100%;
  background-color: #f0682e;
  color: #ffffff;
  border: none;
}

.form-change-car {
  padding: 2vw;
  /*overflow-x: hidden;*/
  justify-content: center;
  display: inline-block;
  margin: 2vh 5vw;
}

.width-text-modal {
  padding: 2vw;
  width: 35vw;
  margin-bottom: 3vw;
}

@media only screen and (max-width: 320px) {
  .width-text-modal {
    padding: 3vw;
  }

  .form-change-car {
    margin: 2vh 0vw;
  }
}

.flex > div > .k-combobox > .k-dropdown-wrap {
  width: 45vw;
  border-radius: 3px;
  margin-right: -30px !important;
  height: 37px;
}

k-combobox .k-dropdown-wrap .k-input {
  line-height: 28px;
  height: 33px;
  background-color: white;
  color: black;
}

.k-dropdown-wrap .k-input {
  height: auto;
}

.k-i-arrow-s {
  height: 12px;
}

.form-change-car tr {
  height: 65px;
  line-height: 50px;
}

.form-change-car input {
  padding-left: 1vw;
  width: 45vw;
  height: 37px;
  border: 1px solid #00000033;
  border-radius: 5px !important;
  background: white;
}

.exit-car-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
  color: #8a8a8a;
}
@media only screen and (max-width: 768px) {
  .button-change-car div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .active-change-form-car {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 85%;
  }
}
#window {
  height: inherit;
}
.exit-car-form {
  border-radius: 6px !important;
  box-shadow: 2px 2px 2px 2px #88888814 !important;
  text-align: center;
  /* display: flex; */

  padding: 12px 53px;
  font-weight: 500 !important;
  background-color: #fbfbfb;
  cursor: pointer;
}
.top-rows {
  margin-top: 10px;
}
.login-body form .control-group {
  padding-top: 0vw;
}

/* Sửa popup update */
.control-group {
  text-align: center;
  padding-top: 3vw;
}
.file-image {
  margin-left: 1vw;
  width: 260px;
}
.form-actions {
  text-align: center;
  margin-top: 2vw;
}
.btn.btn-primary {
  margin-right: 1vw;
}

/* chỉnh sửa hover box logout */
.logout:hover {
  text-decoration: none !important;
  color: red !important;
}

/* chỉnh sửa color popup xuất file */
.alert-info {
  color: #f0682e;
  background-color: #fef3ef;
}

/* Thay đổi icon hình phễu */
/*.k-filter {
    margin-bottom: 0.4vw;
    background-repeat: round;
    background-image: url(../img/4me-icon-filter-active.png);
}*/

/*.k-grid-filter.k-state-active {
    background-color: unset;
}*/

/*.k-state-active .k-filter {
    background-image: url(../img/4me-icon-filter.png);
    background-repeat: round;
    cursor: pointer;*/
/*background-color: transparent;*/
/*}*/

.k-dropdown .k-dropdown-wrap .k-input {
  line-height: 28px;
  height: 30px;
  background-color: white;
  color: black;
}
.k-widget .k-picker-wrap .k-select {
  padding-bottom: 7px;
}

tbody {
  cursor: pointer;
}

.k-grid-header .k-header .k-icon {
  cursor: pointer;
}

/* Custom checkbox */
input[type="checkbox"] {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none !important;
  content: none;
}
input[type="checkbox"]:before {
  line-height: 1;
  padding-bottom: 1px;
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 11px;
  border-radius: 4px;
  color: transparent !important;
  background: #fff;
  display: block;
  width: 18px;
  height: 17px;
  border: 2px solid #d3d6db;
  padding-top: 2px;
  padding-left: 2.5px;
}
input[type="checkbox"]:checked:before {
  color: #f0682e !important;
  border: 1px solid #f0682e;
  border-radius: 4px;
}
.k-grid td {
  line-height: 1;
}
table.treetable thead {
  background-color: #fef3ef !important;
}
@media only screen and (max-width: 576px) {
  .padding-text-plan-drive {
    display: none;
  }

  .btn-plan-drive img {
    padding: 0;
    margin: 0;
  }

  .btn-plan-drive {
    height: fit-content;
    padding: 1vw 3vw;
  }

  .button-add-partner {
    padding: 0vw 7vw;
  }

    input#FieldFilter {
        width: 100%;
        height: 40px;
        max-height: 40px;
    }

  .add-car {
    height: 23px;
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .padding-text-plan-drive {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .btn-plan-drive {
    padding: 1vw;
  }
}

.field-validation-error span {
  width: max-content;
  display: table-caption;
  padding: 5px 0;
}

.field-validation-timer {
  padding: 10px 0;
}

.pull-right {
  width: -webkit-fill-available;
}
.k-widget {
  font-size: 14px;
}
@media only screen and (min-width: 1500px) {
  .k-widget {
    font-size: 15px;
  }
}
.k-webkit .form-horizontal.fix .form-actions {
  border: none;
}
.k-multiselect {
  border-radius: 5px;
  margin-bottom: 16px;
}
.k-multiselect-wrap {
  width: 45vw;
  /*height: 37px;*/
  padding-left: 1vw;
  top: 2px;
  margin-bottom: 12px;
}
.k-multiselect-wrap li {
  padding: 0.2vw 0;
  margin: 6px;
}
.k-grid-header .k-header .k-link {
  font-weight: 600;
}
a {
  text-decoration: none;
}
span.k-picker-wrap.k-state-hover,
span.k-picker-wrap.k-state-focused {
  background: unset;
}
span.k-select {
  border: none !important;
}
span.k-picker-wrap.k-state-hover:hover .k-i-calendar {
  background-position: -32px -174px;
}
span.k-dropdown-wrap.k-state-hover,
span.k-dropdown-wrap.k-state-focused {
  background: unset;
}
span.k-dropdown-wrap.k-state-hover:hover .k-i-arrow-s {
  background-position: 0 -32px;
}
.k-i-calendar {
  background-position: -32px -174px;
}
input#datepicker {
  height: 34px;
}
.input-block-level {
  outline: none;
}
span.k-picker-wrap.k-state-default {
  border-radius: 5px;
  height: 34px;
}
span.k-picker-wrap.k-state-default input {
  height: 32px;
  border-radius: 10px;
}
.k-resize-s {
  height: 0px;
}
.validation-summary-errors {
  margin: 8px 0;
}
.box-search-drive-plan {
  width: 13vw;
}
.input-search-plan-drive {
  padding-left: 2vw;
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0;
}
.k-resize-s {
  height: 0px;
}

.k-header .k-link .k-i-arrow-s {
  background-position: 2px -32px;
}
.k-header .k-link .k-i-arrow-s:hover {
  background-position: 2px -32px;
}
.k-header .k-link .k-i-arrow-n {
  background-position: 2px 3px;
}
.k-header .k-link .k-i-arrow-n:hover {
  background-position: 2px 3px;
}
.k-link:not(.k-state-disabled):hover > .k-i-arrow-n,
.k-state-hover .k-i-arrow-n,
.k-button:hover .k-i-arrow-n,
.k-textbox:hover .k-i-arrow-n,
.k-button:active .k-i-arrow-n {
  background-position: 2px 3px;
}
.k-link:not(.k-state-disabled):hover > .k-i-arrow-s,
.k-state-hover .k-i-arrow-s,
.k-button:hover .k-i-arrow-s,
.k-textbox:hover .k-i-arrow-s,
.k-button:active .k-i-arrow-s {
  background-position: 2px -32px;
}
.k-calendar .k-content .k-link {
  height: min-content;
}
.box-content .k-widget tbody tr td:not(:first-child):not(:last-child) {
  height: 8vh;
}

.flex .k-widget .k-multiselect-wrap input.k-input {
  height: inherit;
}
div.k-window {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.k-state-hover .k-icon.k-i-clock {
  background-position: -32px -190px;
}
.disabled {
  opacity: 0.4;
}
.flex .k-widget span.k-picker-wrap.k-state-default {
  width: 45vw;
}
div.k-grid-header {
  background-color: #fbfcff;
  border-bottom-width: 0px;
}
.status-red {
  color: #e51400;
  font-weight: 500;
  opacity: 0.9;
}
.status-blue {
  color: #204e81;
  font-weight: 500;
  opacity: 0.9;
}
.status-green {
  color: #30861b;
  font-weight: 500;
  opacity: 0.9;
}
.k-grid tbody .k-button {
  background-color: #fbfcff;
}

.k-grid tbody .k-button:hover {
  background-color: #f0682e;
  color: #ffffff;
}

/* Css login */

.wave {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.container-login {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7rem;
  padding: 0 2rem;
}

.img-login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.img-company {
  margin-bottom: 53px;
  width: 10vw;
}

.login-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.img-login img {
  width: 500px;
}

.form-login {
  width: 360px;
}

.login-content h2 {
  margin: 15px 0;
  color: #f0682e;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 450;
}

.login-content .input-div-login {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div-login.one {
  margin-top: 0;
}

.i {
  color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i i {
  transition: 0.3s;
}

.input-div-login > div {
  position: relative;
  height: 45px;
}

.input-div-login > div > h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  transition: 0.3s;
}

.input-div-login:before,
.input-div-login:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #f0682e;
  transition: 0.4s;
}

.input-div-login:before {
  right: 50%;
}

.input-div-login:after {
  left: 50%;
}

.input-div-login.focus:before,
.input-div-login.focus:after {
  width: 50%;
}

.input-div-login.focus > div > h5 {
  top: -10px;
  font-size: 15px;
  /*display:none;*/
}

.input-div-login.focus > .i > i {
  color: #f0682e;
}

.input-div-login > div > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  color: #555;
  background: content-box;
}

.input-div-login.pass {
  margin-bottom: 4px;
}

.forgot-password a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #999;
  font-size: 13px;
  transition: 0.3s;
  width: inherit;
}

.forgot-password a:hover {
  color: #f0682e;
  text-decoration: none;
}

.btn-login {
  display: block;
  width: 100%;
  height: 46px;
  outline: none;
  border: none;
  background-image: linear-gradient(
    to right,
    #f3c32d 0%,
    #ef4343 51%,
    #f3c32d 100%
  );
  background-size: 200%;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  margin: 2.3rem 0;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 10px !important;
  font-weight: 500;
}

.btn-login:hover {
  background-position: right;
}

.forgot-password {
  margin-top: 20px;
  line-height: 20px;
  justify-content: space-between;
}

.forgot-password label {
  margin-left: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

@media screen and (max-width: 1050px) {
  .container {
    grid-gap: 5rem;
  }

  .wave {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .form-login {
    width: 290px;
  }

  .login-content h2 {
    font-size: 2.4rem;
    margin: 8px 0;
  }

  .img-login img {
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .container-login {
    grid-template-columns: 1fr;
  }

  .img-login {
    display: none;
  }

  .wave {
    display: none;
  }

  .login-content {
    justify-content: center;
  }
}
/* End css login */

#grid .k-header:first-child {
  text-align: center;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .actions {
    margin-top: 1vw;
  }
}

@media only screen and (min-width: 768px) {
  .float-right-custom {
    float: right;
  }
}

@media only screen and (max-width: 576px) {
  .float-right-custom {
    float: unset;
  }

  .actions {
    margin-top: 1vw;
  }

  .block-div {
    display: block;
  }

  .block-two-row {
    justify-content: center;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .float-right-custom {
    float: inherit;
  }
}

@media only screen and (max-width: 320px) {
  .actions > li > a {
    width: 22vw;
  }

  .width-text-modal {
    margin-bottom: 6vw;
  }

  .flex .k-widget span.k-picker-wrap.k-state-default {
    width: 55vw;
    margin-right: -30px;
  }

  .flex > div > .k-combobox > .k-dropdown-wrap {
    width: 55vw;
    margin-right: -30px;
  }

  .form-change-car input {
    width: 55vw;
  }

  .text-area {
    width: 55vw !important;
  }

  .btn.save-change-car-form {
    width: 45.5vw;
  }

  .margin-text-role {
    margin-bottom: 6vw;
  }
}
.modal.in .modal-dialog {
  position: absolute;
  min-width: 25vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.forgot-password-box div .btn-login {
  margin: 0;
  width: 200px;
  outline: none;
}

.form-group .input-div-login > div > h5 {
  display: none;
}

.div-forgot-password {
  display: inline-block;
}

.forgot-password-box {
  text-align: center;
}

.content-bottom .login-content {
  justify-content: center;
}

.content-bottom .login-content .input-div-login {
  margin: 0;
}

button.close {
  outline: 0;
}

.k-grid .k-button {
  margin: 0;
}

.form-obligatory {
  font-size: 20px;
  color: red;
  margin: auto 10px;
  vertical-align: middle;
  padding-top: 3px;
}

.red-text {
  color: red;
}

.custom-warn-upload {
  line-height: 25px;
  padding: 0 34px;
}

.lh-20 {
  line-height: 20px;
}

@media only screen and (max-width: 300px) {
  .custom-warn-upload {
    padding: 0;
  }
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 3;
  left: 37vw;
  top: 2vw;
}
.loader-delete {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 3;
  left: 28vw;
  top: 32vh;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.input-submit,
.input-submit-partner {
  /*margin-right: 1vw;*/
}
    .input-submit input,
    .input-submit-partner input, .input-calculate input,
    .input-pouroil-submit input,
    .input-driverpayrender-submit input {
        background-color: #f0682e;
        color: white;
        border: unset;
        text-transform: uppercase;
        outline: unset;
        padding: 2px 0px;
        margin: 0;
    }

.input-submit-delete,
.input-submit-change,
.input-submit-unchange,
.input-submit-invoice {
  /*margin-right: 1vw;*/
}

.input-submit-delete input,
.input-submit-change input,
.input-submit-unchange input,
.input-submit-invoice input {
  background-color: #f0682e;
  color: white;
  border: unset;
  text-transform: uppercase;
  outline: unset;
  padding: 2px 0px;
  margin: 0;
}

.btn-goto-module {
    cursor: pointer;
    border: 1px solid #F0682E;
    border-radius: 9px;
}
.btn-goto-module a {
    display: flex;
    text-decoration: none;
}
    .btn-goto-module a p {
        color: #F0682E;
    }
    .btn-goto-module:hover {
        background: #F0682E;
    }
        .btn-goto-module:hover a img {
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(107deg) brightness(247%) contrast(163%);
        }
        .btn-goto-module:hover a p {
            color: #fff;
        }
    @media only screen and (max-width: 1366px) and (min-width: 992px) {
        .input-submit-delete input {
    padding: 2px 10px;
  }
    .input-submit input,
    input-submit-partner input, .input-calculate input {
        padding: 2px 10px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 992px) {
  .block-two-row > form.form-horizontal {
    margin: auto 5px;
  }
}

div#scroll-table {
  overflow: auto;
}

div#scroll-table .k-grid-header .k-header {
  padding: 0px;
  padding: 0.5em 2em 0.4em 2em;
}

div#scroll-table::-webkit-scrollbar {
  height: 10px;
}

div#scroll-table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0);
  border-radius: 10px;
  height: 2px;
}

div#scroll-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.3);
  height: 2px;
}

div#scroll-table .k-grid-header .k-header:first-child {
  padding: 0.5em 0.6em 0.4em 0.6em;
}

#scroll-table .k-grid-header .k-header:last-child .k-link {
  padding: 0.5em 4em 0.4em 4em;
}

#scroll-table .k-grid-header .k-header:first-child .k-link {
  padding: 0.5em 4em 0.4em 4em;
}
#scroll-table .k-grid-header .k-header .k-link:last-child {
  background-position: 2px 3px;
}

.fill-background {
  background-color: #f0682e8f !important;
  font-weight: 500;
}

.k-input {
  color: black;
}
.k-animation-container {
  margin-left: 0px;
  overflow: hidden;
}
.function {
  padding: 0 2px;
  overflow: auto;
  overflow-y: scroll;
  height: 73vh;
}
@media only screen and (max-width: 1440px) {
  .function {
    padding: 0;
    overflow: auto;
    overflow-y: scroll;
    height: 67vh;
  }
}

/* custom scrollbar */
/*  .function::-webkit-scrollbar {
        width: px;
    }*/

.function::-webkit-scrollbar-track {
  background-color: transparent;
}

.function::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  background-clip: content-box;
}

.function::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.text-area {
  padding: 1vw;
  width: 45vw;
  height: 91px;
  border: 1px solid #00000033;
  border-radius: 5px !important;
  background: white;
  margin-bottom: 10px;
}
.custom-error {
  width: 45vw;
}
.k-footer-template td {
  text-align: right;
}
.k-i-clock {
  background-position: -32px -190px;
}
.k-filter-menu {
  margin-left: -10px;
}
.box-function {
  margin-top: 1.5vh;
}

.controls {
  display: block;
  width: min-content;
}

.box-month,
.box-folder,
.box-image {
  justify-content: left;
  border: 0.75px solid rgb(255, 94, 0, 0.486);
  border-radius: 9px;
  margin: 1.5vh 0;
  cursor: pointer;
  background-color: white;
}
.box-image p {
  text-align: center;
  padding: 16px;
  width: 100%;
}

.box-folder p {
  text-align: center;
  padding: 16px;
  width: 100%;
}

    .box-month p {
        margin: 1.75vh 0;
        font-size: 14px;
        font-weight: 400;
        width: 8vw;
        justify-content: center;
        user-select: none;
    }
@media only screen and (max-width: 1440px) {
  .box-month p {
    width: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .box-month p {
    width: 17vw;
  }
}

.box-month-line {
  border-left: 0.75px solid rgba(255, 94, 0, 0.486);
  height: 18px;
  left: 50%;
  margin: 1.5vh 0.25vw;
}

.title-year {
  font-weight: 600;
  color: #f0682e;
  margin-bottom: 1vh;
}

.box-year-line {
  border-top: 1px solid #343a40b8;
  margin: 3vh 0;
}

@media only screen and (max-width: 992px) {
  .box-month p {
    font-size: 12px;
    font-weight: 400;
    margin: 1.75vh 0;
  }

  .back-month p {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .box-year {
    margin-left: -15px;
    *zoom: 1;
  }
}

.row-pull-right {
  float: right;
}

.choose-box-month,
.choose-box-folder,
.choose-box {
  background-color: #f0682e;
  color: white;
}

.title-month {
  padding: 0 1.75vw;
}

.title-total {
  padding: 0 1vw;
  text-align: center;
}

.back-img {
  height: fit-content;
  margin: 1vh;
}

.back-month {
  margin: 0.75vh 0;
  cursor: pointer;
}

.back-month:hover {
  color: #f0682e;
}

.back-month p {
  margin: 0.75vh 0;
  font-size: 14px;
}

.box-month-now p {
  padding: 1.5vh 1vw;
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  color: #f0682e;
}

.box-month-now {
  justify-content: center;
  border: 0.75px solid rgb(255, 94, 0, 0.486);
  border-radius: 19px;
  margin: 1.5vh 0;
  background-color: white;
  box-shadow: 1px rgba(0, 0, 0, 0.5);
  margin: 0 25vw;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 3px 2px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 992px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .title-year {
    margin-left: 2vw;
  }

  .box-year-line {
    margin: 3vh 2vw;
  }

  .row-pull-right {
    margin: 1vh 1vw;
  }
}

.menu-drivePlan {
  /*justify-content: center;*/
  margin-bottom: 3vh;
}

.monthPicker {
  padding: 0.45vw 2vw;
  border-radius: 10px;
  border: 0.75px solid #a6a6a6;
  display: block;
  text-align: end;
  padding-right: 1.2vw;
  outline: none;
  margin-right: 1vw;
  width: 14vw;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .monthPicker {
    padding: 0.45vw 2vw;
    width: 18vw;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .monthPicker {
    padding: 0.45vw 1vw;
    width: 17vw;
  }
}

@media only screen and (max-width: 768px) {
  .monthPicker {
    padding: 0.45vw 1vw;
    width: 24vw;
  }
}

@media only screen and (max-device-width: 480px) {
  .monthPicker {
    padding: 0.45vw 1vw;
    width: 39vw;
  }
}

.ui-widget-header {
  background: none;
  border: none;
}

#ui-datepicker-div {
  border: 1px solid #ddd;
  font-size: 15px;
  margin-top: 5vh;
}

@media only screen and (max-width: 768px) {
  #ui-datepicker-div {
    left: 8px !important;
  }
}

button.ui-datepicker-current {
  display: none;
}

button.ui-datepicker-close {
  background: #f0682e !important;
  color: white !important;
  font-weight: 200 !important;
  font-size: 14px !important;
  border: unset;
}

select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 46%;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 2px 2px;
}

#tableData {
  display: none;
}

.title-menu {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 10px 0;
  font-weight: 500;
  color: #f0682e;
  font-size: 14px;
}

.menu-line {
  border-top: 1px solid #f0682e;
  margin: 2vh 0;
}

#tabstrip-1,
#tabstrip-2,
#tabstrip-3 {
  background-color: #fbfcff;
  border-color: #f0682e;
  border-bottom-color: #fff0;
  border-left-color: #fff0;
  border-right-color: #fff0;
}

#tabstrip a {
  text-decoration: none;
}

#tabstrip .k-state-active,
#tabstrip .k-state-active:hover,
#tabstrip .k-active-filter {
  color: white !important;
}

th.k-header {
  text-align: center !important;
}

.k-grid-filter.k-state-active .k-filter {
  background-image: url(../img/4me-icon-filter.png);
  background-repeat: round;
  cursor: pointer;
  background-color: transparent;
}

.k-grid-filter .k-filter {
  margin-bottom: 0.4vw;
  background-repeat: round;
  background-image: url(../img/4me-icon-filter-active.png);
}

.k-tabstrip .k-tabstrip-items {
  padding: 0.3em 2.3em 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: #ff4c008f;
}

.btn-secondary,
.show > .btn-secondary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #f0682e;
  border-color: #f0682e;
  box-shadow: none !important;
  padding: 0.465vw;
  border-radius: 10px;
  height: fit-content;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 1440) {
  .btn-secondary,
  .show > .btn-secondary.dropdown-toggle,
  .btn-secondary:hover,
  .btn-secondary:not(:disabled):not(.disabled):active {
    padding: 0;
  }
}

.dropdown-menu-right {
  margin-top: 12px;
}

.img-warning {
  margin: 0 6px;
}

.multi-select .k-multiselect-wrap {
  display: inline-block;
  background-color: none;
  border-color: rgb(88, 88, 88);
}

.multi-select .k-multiselect {
  background-color: transparent;
  border-color: #dadada;
}

/*.multi-select .k-state-hover, .multi-select .k-state-hover:hover {
    background-color: none;
    border-color: rgb(88, 88, 88);
}*/

.multi-select .k-input {
  width: 100% !important;
  color: #757575;
}

.multi-select .k-button {
  border-radius: 5px;
  padding: 6px;
}

.multi-select .k-button span {
  margin: 0 6px;
}
.img-upload {
  padding: 1rem;
  width: 100%;
  height: 200px;
}
.menu-img.active {
  display: none;
}

#mobile .accordion li img {
  width: 30px;
  height: 20px;
  padding-left: 9px;
  margin-right: 15px;
  padding-top: 0px;
}

.accordion li img {
  width: 30px;
  height: 18px;
  padding-left: 15px;
  margin-right: 20px;
  padding-top: 2px;
}

.accordion li div {
  padding: 15px 0;
  padding-right: 25px;
  cursor: pointer;
}

.accordion a {
    color: inherit;
    text-decoration: none;
    user-select: none;
}

.accordion ul {
  padding-top: 4px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 768px) {
  .accordion ul {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.accordion li div {
  padding: 15px 0;
  padding-right: 25px;
  cursor: pointer;
}

.accordion li > div:not(.collapsed) .menu-img.arrow-img.active {
  display: block !important;
}

.accordion li > div:not(.collapsed) .menu-img.arrow-img.active-black {
  display: block;
}

.accordion li > div:not(.collapsed) .menu-img.arrow-img.active-white {
  display: none !important;
}

.accordion li img.arrow-img {
  width: 10px;
  height: 10px;
  padding-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  margin: auto 0;
  margin-left: auto !important;
  margin-right: -15px;
}

.menu-img.active,
.menu-img.active-black,
.menu-img.active-white {
  display: none;
}

.accordion li:hover .menu-img.arrow-img {
  display: none !important;
}

.accordion .accordion li:hover .menu-img {
  display: none;
}

.accordion li:hover .menu-img.active-white {
  display: block !important;
}

.accordion ul li a p {
    padding: 8px 0;
    padding-left: 45px;
    color: #222222;
}
    .accordion ul li a p:hover {
        color: #f0682e;
    }
.accordion ul li.active a p {
    color: #f0682e;
}

.accordion > ul li {
    position: relative;
}

.accordion ul {
  padding-left: 0px;
  list-style: none;
}

.accordion li.active:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f0682e;
  position: absolute;
  right: 0;
  top: 0;
}

.accordion li.active {
  background-color: rgba(240, 104, 46, 0.08);
  color: #f0682e;
  position: relative;
}

.accordion ul li.active {
  background-color: unset;
  color: #f0682e;
}

.accordion li.active .menu-img.active:not(.arrow-img) {
  display: block;
}

.accordion li.active .menu-img {
  display: none;
}

.accordion > li:hover {
  background-color: rgba(240, 104, 46, 0.08);
  color: #f0682e;
}

.accordion > li:hover .menu-img.active {
  display: block;
}

.accordion > li:hover .menu-img {
  display: none;
}

.accordion li.active > div:not(.collapsed) .menu-img.arrow-img {
  display: none;
}

.accordion li > div:not(.collapsed) .menu-img.arrow-img {
  display: none;
}

.image-search .row-plan-drive:first-child {
  margin-left: 0px;
}

.image-search .img-form-plan-drive {
  left: 3%;
}

.statistic-month {
  width: 100% !important;
  text-align: center;
}

.clone-table .k-grid-header .k-header .k-link {
  display: none;
}

.box-content.nopadding .k-grid-header .k-header .k-link {
  color: #f0682e;
}

.history {
  margin-left: 4.6%;
  color: #f0682e;
  font-size: 14px;
  font-weight: 600;
  margin-top: 35px;
}

.main-table .k-grid tr td {
  border: 1px solid #f0682e;
  border-right: none;
}

.main-table tbody tr td:not(:first-child):not(:nth-child(2)) {
  border-bottom: 1px solid #f0682e;
}

.main-table tbody tr td:first-child {
  border: none;
  /* background-color: #FBFCFF; */
}

.main-table tbody tr td:last-child {
  /*border-right: 1px solid #f0682e;*/
  /* background-color: #FBFCFF; */
}

.text-transparent {
  color: transparent !important;
}

.version-time {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  margin-left: 20px;
}

.version-time span:first-child {
  font-weight: 600;
  color: #f0682e;
}

@media only screen and (max-width: 768px) {
  .version-time span:first-child {
    display: none;
  }

  .version-time {
    line-height: 17px;
  }
}

.logo {
  width: 5vw;
}

@media only screen and (max-width: 768px) {
  .logo,
  .img-company {
    width: 15vw;
  }
}

.colored-row {
  background-color: #f0682e !important;
  color: #ffffff;
}
.hyperlink-text {
  color: #f0682e;
  text-decoration: none;
}
.k-state-selected td a {
  color: #ffffff;
}
.btn-addCombo {
  color: #f0682e !important;
  border: 1px dashed #f0682e !important;
  background-color: #ffffff !important;
  display: block;
  box-shadow: none !important;
  padding: 0.465vw;
  border-radius: 10px !important;
  height: fit-content !important;
  font-size: 14px;
  font-weight: 500;
}
.btn-saveAndCont {
  color: #ffffff;
  border: 1px solid #f0682e;
  background-color: #f0682e !important;
  display: block;
  box-shadow: none !important;
  padding: 0.465vw;
  border-radius: 10px;
  height: fit-content;
  font-size: 14px;
  font-weight: 500;
}
.btn-addSubmitOnly {
  color: #f0682e !important;
  border: 1px dashed #f0682e !important;
  background-color: #ffffff !important;
  display: block;
  box-shadow: none !important;
  padding: 0.465vw;

  height: fit-content !important;
  font-size: 14px;
  font-weight: 500;
  width: 25vw !important;
}
.btn-vehiclejoinemployee {
  color: #ffffff;
  border: 1px solid #f0682e;
  background-color: #f0682e !important;
  display: block;
  box-shadow: none !important;
  padding: 0.465vw;
  border-radius: 10px !important;
  height: fit-content;
  font-size: 14px;
  font-weight: 500;
  margin-left: 3.2rem;
}
.staffTabs {
  justify-content: center;
  border-bottom: 1px solid #f0682e8a;
  /* box-shadow: 0px 20px 14px -14px #f0682e30;*/
  width: 80vw;
  margin: auto;
}
.staffTabs li {
  padding: 15px;
}
.staffTabs li.active {
  padding: 15px;
  border-bottom: 3px solid #f0682e;
}
.staffTabs li.active a {
  color: #f0682e;
}
.staffTabs li a {
  text-transform: uppercase;
  font-weight: 500;
}
.staffTabs li:hover a {
  text-decoration: none;
  color: #f0682e;
}
.overflow-fix {
  max-height: 370px;
  overflow: auto;
}
.form-overflow-fix {
  padding: 2vw 0;
  overflow-x: hidden;
  justify-content: center;
  display: block;
  margin: 2vh auto auto 9vw;
}
.border-top-btn {
  border-top: 1px solid #f0682e8a;
  padding-top: 1rem;
  width: 80vw;
}

.box-input {
  border: 1px solid #00000033;
  border-radius: 5px !important;
  background: white;
  width: 100%;
  height: auto;
  padding: 7px;
  text-align: justify;
  margin: 15px 0;
}

.form-show-plan {
  width: 100%;
  padding: 2vw;
  font-size: 15px;
}

.title-show-plan {
  font-weight: 600;
}
.menu_nav-left .nav-link.active {
  position: relative;
  font-weight: 500;
}
.menu_nav-left .nav-link {
  position: relative;
  color: #b8b8b8;
}
.menu_nav-left a.nav-link.active:before {
  content: "";
  width: 90%;
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 30px;
  border-radius: 10px;
}
.menu_nav-mobile.active {
  color: #1848a5 !important;
}

.menu_nav-mobile.active:before {
  background: #1848a5 !important;
}

.menu_nav-web.active {
  color: #f0682e !important;
}
.menu_nav-web.active:before {
  background: #f0682e;
}

.menu_nav-left {
  border-bottom: unset;
}

.nav-tabs {
  justify-content: center;
  font-size: 16px;
}

.accordion_mobile li.active {
  background-color: rgba(24, 72, 165, 0.1);
  color: #1848a5;
}

.accordion_mobile li.active:before {
  background: #1848a5;
}

.accordion_mobile > li:hover {
  background-color: rgba(24, 72, 165, 0.1);
  color: #1848a5;
}

.box-month-mobile .box-month {
  border: 0.75px solid #1848a5;
}

.box-month-mobile .box-month-line {
  border-left: 0.75px solid #1848a5;
}

.box-month-mobile .title-year {
  color: #1848a5;
}

.box-month-mobile .choose-box-month {
  background-color: #1848a5;
}

.choose-box-month .box-month-line {
  border-left: 0.75px solid #fff;
}

.mobile-tools-bar .btn-download,
.mobile-tools-bar .input-submit input,
.mobile-tools-bar .input-submit-delete input,
.mobile-tools-bar .input-pouroil-submit input,
.mobile-tools-bar .input-driverpayrender-submit input {
    background-color: #1848a5;
}

.mobile-info .back-month p:hover,
.mobile-info .back-month:hover {
  color: #1848a5;
}

.mobile-info .box-month-now {
  border: 0.75px solid #1848a5;
}

.mobile-info .box-month-now p {
  color: #1848a5;
}

.form-mobile .btn.save-change-car-form {
  background-color: #1848a5;
}

.box-content-mobile .k-grid-filter .k-filter {
  background-image: url(../img/4me-icon-filter.png);
}

.text-send {
  color: #1848a5;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 5px 0;
}
.line-send {
  border: 1px solid #1848a5;
  margin-bottom: 10px;
}

input[type="radio"] {
  margin-right: 41px;
}

.form-check-label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.form-check {
  margin: 15px 0;
}
.edit-notifi .time-notifi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 78px;
  margin-right: 22px;
  max-width: 100%;
  width: calc(100% - 100px);
}
.edit-notifi span.k-picker-wrap.k-state-default {
  border-color: rgba(24, 72, 165, 0.6);
  overflow: hidden;
  border: 0.75px solid rgba(24, 72, 165, 0.6);
}
.edit-notifi span.k-picker-wrap.k-state-default input {
  background: white;
  text-align: center;
}
.width-box-left {
  max-width: calc(60% - 5px);
  width: 100%;
}

.width-box-right {
  max-width: calc(40% - 5px);
  width: 100%;
}

.width-box-left span.k-widget.k-datepicker.k-header,
.width-box-right span.k-widget.k-timepicker.k-header {
  width: 100%;
}
.form-send {
  display: inline-block;
}
.form-send .k-state-selected {
  color: #fff;
  background-color: #1848a5;
  border-color: #1848a5;
}
.mobile-save .btn.save-change-car-form {
  background-color: #1848a5;
  color: #ffffff;
  border: none;
  margin: 0;
  border-radius: 10px !important;
  height: 37px;
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-add .btn.save-change-car-form {
  background-color: #1848a5;
  color: #ffffff;
  border: none;
  margin: 0;
  border-radius: 10px !important;
  height: 37px;
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-add {
  margin: 25px auto;
  display: block;
  max-width: 397px;
  width: 80%;
}
.mobile-save {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-mobile input {
  background-color: #1848a5;
  color: white;
  border: unset;
  text-transform: uppercase;
  outline: unset;
  padding: 2px 0px;
  margin: 0;
}
.btn-mobile {
  background-color: #1848a5;
}

.blueHeader {
  color: #1848a5;
}

#gridAT tbody tr td:nth-child(3),
#gridAT div.k-grid-header .k-header:nth-child(3),
#gridHPC tbody tr td:nth-child(3),
#gridHPC div.k-grid-header .k-header:nth-child(3) {
  border: none;
}
.status-noti .width-text-modal {
  padding: 0 0 0 9vw;
  width: 64vw;
  margin-bottom: 3vw;
}
.status-noti .controls {
  display: block;
  width: min-content;
  margin: auto;
}
.status-noti .text-area {
  padding: 1vw;
  width: 83vw;
  height: 201px;
  border: 0.75px solid rgba(24, 72, 165, 0.6);
  border-radius: 5px !important;
  background: white;
  margin-bottom: 10px;
  margin: auto;
}
.status-noti label.control-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.k-window-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
div.k-window {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(24, 72, 165, 0.5);
  box-shadow: 0px 0px 50px rgba(24, 72, 165, 0.2) !important;
}
div#window {
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888888b0;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.k-window-title {
  color: #4c3f3d;
}

.time-range {
  width: fit-content;
  margin: auto;
}

.flex .k-widget.time-range span.k-picker-wrap.k-state-default {
  width: 125px !important;
  height: 100%;
  margin: auto 10px;
}

.text-time-range {
  color: #a6a6a6;
  margin: auto;
}

.box-time-range {
  padding: 5px 10px !important;
  border-radius: 10px;
  border: 0.75px solid #a6a6a6;
  outline: none;
  margin: 0 10px;
}

.pour-mobile-add .btn.save-change-car-form {
  background-color: #1848a5 !important;
}

.dropdown {
  margin-right: 1vw;
}

.nav-link {
  display: block;
  padding: 0.5rem 10px;
}

.search-user {
  margin-top: 1vw;
  padding: 2px;
}
.flex .pin {
  border: none !important;
}
.fileupload .thumbnail > img {
  height: 100px;
}

.k-multiselect.k-state-hover,
.k-multiselect.k-state-hover:hover {
  background-color: transparent;
  border-color: #ddd;
}

/*3 SLOT IMAGE EDIT ENUMER*/
.upload__box {
    padding: 0;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    border-color: #f0682e;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
    background-color: unset;
    color: #f0682e;
}

    .upload__btn:hover {
        background-color: #f0682e;
        color: #fff;
        transition: all 0.3s ease;
    }

.upload__btn-box {
    margin-bottom: 10px;
    order: 1;
}

.upload__img-wrap {
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -5px;
}

.upload__img-box {
    width: 99px;
    padding: 0 5px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

    .upload__img-close:after {
        content: "✖";
        font-size: 14px;
        color: white;
    }

.img-bg {
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

:root {
    --inactive-bg-color: #202136;
    --active-bg-color: #FFFFFF;
    --white-color: #FFFFFF;
    --border-color: #FFFFFF;
    --orange-color: #FE5E00;
    --red-color: #F64562;
    --gradient: linear-gradient(125deg, rgba(254,94,0,1) 0%, rgba(246,69,98,1) 100%);
    --checkbox-width: 70px;
    --checkbox-height: 30px;
    --dot-y-pos: calc(calc(var(--checkbox-height) - calc(var(--checkbox-height) - 6px)) / 2);
    --dot-x-start-pos: calc(calc(var(--checkbox-height) - calc(var(--checkbox-height) - 10px)) / 2);
    --dot-x-end-pos: calc(var(--checkbox-width) - calc(var(--checkbox-height) - 5px));
    --animation-speed: .25s;
}

.wrapper-checkbox {
    width: var(--checkbox-width);
    height: var(--checkbox-height);
    position: relative;
    margin: auto;
}

.custom-checkbox {
    visibility: hidden;
}

.custom-checkbox-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--inactive-bg-color);
    border: 2px solid var(--white-color);
    border-radius: calc(calc(var(--checkbox-height) / 2) + 2px);
    transition: background-color var(--animation-speed) linear;
    cursor: pointer;
    color: transparent;
}

    .custom-checkbox-label:after {
        content: '';
        position: absolute;
        z-index: 2;
        width: calc(var(--checkbox-height) - 10px);
        height: calc(var(--checkbox-height) - 10px);
        border-radius: calc(calc(var(--checkbox-height) - 10px) / 2);
        background-color: var(--white-color);
        top: var(--dot-y-pos);
        left: var(--dot-x-start-pos);
        transition: all var(--animation-speed) linear;
    }

.custom-checkbox:checked + .custom-checkbox-label {
    border: 2px solid #f0682e;
    background-color: var(--active-bg-color);
}

    .custom-checkbox:checked + .custom-checkbox-label:after {
        left: var(--dot-x-end-pos);
        background-color: var(--orange-color);
    }

#pageloading ,
#pageloading_empty {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    background: #dfbbac99;
    /*opacity: 1 !important;*/
}
    #pageloading .imgloading,
    #pageloading_empty .imgloading{
        background: url('../img/loadingst.gif') no-repeat center center;
        background-size: 300px;
        margin: auto;
        width: 100%;
        height: 100%;
    }

    /*#pageloading .progressLine,
    #pageloading_empty .progressLine {
        position: absolute;*/
        /* background: #FE5E00; */
        /*width: 100%;
        height: 5px;
        transition: all ease-in-out 1s
    }

        #pageloading .progressLine::after,
        #pageloading_empty .progressLine::after {
            content: "";
            position: absolute;
            width: 0%;
            height: 100%;
            background: #FE5E00;
            transition: all ease-in-out 1s;
        }*/