@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
.FontAwesome, .mainmenu li.active:before, .date-picker-part:before, .list-decor li:before {
  font-family: "Font Awesome 5 free";
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: normal;
  font-weight: 900; }

.transitAll, .button-circle, .buttonBK, .buttonBD, .attach-button, .scroll, .scroll i, .input-group.search .btn, .edit-button, .add-button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.line-number {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0; }

body {
  font-family: 'Poppins', Prompt;
  font-size: 16px;
  color: #636363;
  line-height: normal;
  padding-bottom: 50px; }

.wrap-pad {
  width: 96%;
  padding: 0 15px;
  margin: 0 auto; }

a, a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  display: block; }

*:focus, *:active {
  outline: 0 !important;
  box-shadow: none !important; }

input::-moz-focus-inner {
  border: 0 !important; }

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

button {
  border: none;
  line-height: normal;
  background: none; }

h1 {
  font-size: 27px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }

h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px; }

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  text-align: center;
  margin-bottom: 15px; }
  h3 i {
    font-size: 18px;
    padding-right: 9px; }

h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #363636;
  margin-bottom: 10px; }

/*------------- HEADER --------------*/
header {
  border-bottom: 3px solid #000000;
  position: relative; }
  header:before {
    content: '';
    width: 66%;
    height: 100%;
    background: #d00000;
    background: -moz-linear-gradient(left, #d00000 15%, #ba181b 100%);
    background: -webkit-linear-gradient(left, #d00000 15%, #ba181b 100%);
    background: linear-gradient(to right, #d00000 15%, #ba181b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00000', endColorstr='#ba181b',GradientType=1 );
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5; }
  header .row .col-xl-8 {
    padding: 14px 12px; }

.mainlogo {
  padding-top: 27px; }
  .mainlogo img {
    width: auto;
    height: 70px; }

.mainmenu {
  width: calc(97% - 60px);
  float: right;
  justify-content: space-around;
  display: flex; }
  .mainmenu li {
    float: left;
    padding-top: 13px;
    position: relative; }
    .mainmenu li:last-child {
      margin-right: 0 !important; }
    .mainmenu li.active:before {
      content: '\f0d7';
      font-size: 17px;
      color: white;
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translateX(-50%); }
    .mainmenu li a {
      color: white; }
      .mainmenu li a p {
        font-weight: 300;
        line-height: 1.35rem;
        letter-spacing: 0.025rem;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0; }
        .mainmenu li a p:first-child {
          font-weight: 500;
          letter-spacing: 0.03rem; }
  .mainmenu.admin {
    width: calc(100% - 20px); }
    .mainmenu.admin li.active:before {
      font-size: 16px; }
    .mainmenu.admin li a p {
      font-size: 15px;
      line-height: 1.3rem;
      letter-spacing: 0.015rem; }

.user-top {
  float: right;
  margin-bottom: 10px; }
  .user-top li {
    float: left;
    margin-right: 15px; }
    .user-top li:last-child {
      margin-right: 0 !important; }

.usernameBox {
  height: 30px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 13px;
  line-height: 28px;
  color: white;
  padding: 0 14px; }
  .usernameBox i {
    padding-right: 8px; }

.button-circle {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  position: relative; }
  .button-circle img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .button-circle:hover {
    background-color: #252525; }

.button-alert {
  position: relative; }

.alertBox {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  color: #c80203;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: -4px;
  right: -8px; }

/*------------- FOOTER --------------*/
footer {
  width: 100%;
  min-height: 50px;
  background-color: #000000;
  border-top: 1px solid #ebebeb;
  padding: 14px 0;
  position: fixed;
  left: 0;
  bottom: 0; }
  footer p {
    font-size: 14px;
    font-weight: 300;
    color: white;
    letter-spacing: 0.015rem;
    text-align: center;
    margin-bottom: 0; }

/*------------- BUTTON --------------*/
.buttonBK {
  float: left;
  min-width: 120px;
  background-color: #000000;
  border-radius: 3px;
  font-size: 15px;
  line-height: normal;
  color: white !important;
  letter-spacing: 0.015rem;
  text-align: center;
  padding: 8px 15px; }
  .buttonBK i {
    font-size: 14px;
    padding-right: 7px; }
  .buttonBK:hover {
    background-color: #555555; }
  .buttonBK.big {
    min-width: 140px;
    font-size: 16px;
    padding: 9px 18px; }
    .buttonBK.big i {
      font-size: 15px;
      padding-right: 8px; }
  .buttonBK.red {
    background-color: #c80203; }
    .buttonBK.red:hover {
      background-color: #f94144; }

.buttonBD {
  float: left;
  min-width: 120px;
  background-color: white;
  border: 1px solid #acacac;
  border-radius: 3px;
  font-size: 15px;
  line-height: normal;
  color: #acacac;
  letter-spacing: 0.015rem;
  text-align: center;
  padding: 7px 15px; }
  .buttonBD i {
    font-size: 14px;
    padding-right: 7px; }
  .buttonBD:hover {
    background-color: #c80203;
    border-color: #c80203;
    color: white; }
  .buttonBD.red {
    border-color: #c80203;
    color: #c80203; }
    .buttonBD.red:hover {
      color: white; }

.attach-button {
  float: left;
  border: 2px solid #c80203;
  border-radius: 30px;
  padding: 3px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer; }
  .attach-button label {
    background: #d00000;
    background: -moz-linear-gradient(-45deg, #d00000 10%, #6a040f 95%);
    background: -webkit-linear-gradient(-45deg, #d00000 10%, #6a040f 95%);
    background: linear-gradient(135deg, #d00000 10%, #6a040f 95%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00000', endColorstr='#6a040f',GradientType=1 );
    border-radius: 25px;
    font-family: 'Poppins', Prompt;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: white;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    padding: 8px 20px 8px 55px;
    cursor: pointer; }
  .attach-button:hover {
    border-color: #555555; }
    .attach-button:hover label {
      background: #636363;
      background: -moz-linear-gradient(-45deg, #636363 10%, black 95%);
      background: -webkit-linear-gradient(-45deg, #636363 10%, black 95%);
      background: linear-gradient(135deg, #636363 10%, black 95%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#000000',GradientType=1 ); }

.icon-upload {
  width: 38px;
  height: 38px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%); }
  .icon-upload i {
    font-size: 18px;
    line-height: 36px;
    color: #000000; }

.button-pair .buttonBD {
  margin-left: 10px; }

/*top-button*/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99; }

.scroll {
  width: 48px;
  height: 48px;
  background: #c80203;
  border: 1px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin: 0;
  cursor: pointer !important;
  position: absolute;
  right: 30px;
  bottom: 20px; }
  .scroll i {
    font-size: 18px;
    line-height: 46px;
    color: white;
    text-align: center; }
  .scroll:hover {
    background: #f94144; }

/*------------- CONTENT -------------*/
.content-padding {
  padding: 60px 0 120px 0; }

.content-center {
  float: none;
  margin: 0 auto;
  display: table; }

.txt-content p {
  line-height: 1.65rem; }
  .txt-content p:last-child {
    margin-bottom: 0 !important; }

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

.img-width img {
  width: 100%;
  height: auto; }

.input-form .form-control, .input-form .form-select {
  min-height: 41px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #636363;
  margin-bottom: 22px; }
.input-form .form-control {
  padding: 8px 15px; }
.input-form .form-select {
  padding: 9px 15px; }
.input-form p {
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  color: #252525;
  letter-spacing: 0.015rem;
  margin-bottom: 10px; }
.input-form .input-group {
  margin-bottom: 15px; }
  .input-form .input-group .form-control {
    margin-bottom: 0 !important; }
  .input-form .input-group .buttonBK {
    min-width: 125px; }

.date-picker-part {
  position: relative; }
  .date-picker-part:before {
    content: '\f073';
    font-size: 20px;
    color: #898989;
    position: absolute;
    top: 8px;
    left: 14px; }
  .date-picker-part .form-control {
    padding-left: 45px; }

/* CHECKBOX */
.checkbox-list {
  width: 100%;
  float: left; }
  .checkbox-list li {
    width: 50%;
    float: left;
    display: inline-block; }

.check-container {
  font-size: 15px;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .check-container input {
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
  .check-container i {
    padding-right: 9px; }
  .check-container .checkmark:after {
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
    top: 4px; }
  .check-container.big {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.015rem;
    padding-left: 40px; }
    .check-container.big .checkmark {
      height: 24px;
      width: 24px; }
      .check-container.big .checkmark:after {
        width: 7px;
        height: 12px;
        border-width: 0 3px 3px 0;
        top: 5px; }

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #ebebeb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.check-container input:checked ~ .checkmark {
  background-color: #000000; }
  .check-container input:checked ~ .checkmark:after {
    display: block; }

.list-decor li {
  line-height: 1.8rem;
  padding-left: 14px;
  margin-bottom: 3px;
  position: relative; }
  .list-decor li:before {
    content: '\f0da';
    font-size: 15px;
    color: #c80203;
    position: absolute;
    top: 7px;
    left: 0; }
  .list-decor li strong {
    font-weight: 600;
    color: #252525;
    letter-spacing: 0.015rem; }
.list-decor.pad-left {
  padding-left: 50px; }

.grayBox-BD {
  border: 2px solid #ebebeb;
  padding: 5px;
  margin-bottom: 55px; }

.grayBox {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 35%, #d7d7d7 100%);
  background: -webkit-linear-gradient(top, #ebebeb 35%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #ebebeb 35%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#d7d7d7',GradientType=0 );
  padding: 35px 55px 45px 55px; }
  .grayBox .input-form .form-control, .grayBox .input-form .form-select {
    background-color: white;
    margin-bottom: 30px; }

.dateBox {
  float: left;
  border-radius: 18px;
  background: #d00000;
  background: -moz-linear-gradient(-45deg, #d00000 0%, #6a040f 100%);
  background: -webkit-linear-gradient(-45deg, #d00000 0%, #6a040f 100%);
  background: linear-gradient(135deg, #d00000 1%, #6a040f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00000', endColorstr='#6a040f',GradientType=1 );
  font-size: 17px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.02rem;
  padding: 4px 18px; }
  .dateBox.gray {
    background: #7d7d7d;
    background: -moz-linear-gradient(-45deg, #7d7d7d 0%, #464646 100%);
    background: -webkit-linear-gradient(-45deg, #7d7d7d 0%, #464646 100%);
    background: linear-gradient(135deg, #7d7d7d 0%, #464646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#464646',GradientType=1 );
    margin-bottom: 40px; }

.RDheader-decor {
  position: relative; }
  .RDheader-decor:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #252525;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1; }

.RDheader-BD {
  float: none;
  background-color: white;
  border: 1px solid #c80203;
  border-radius: 30px;
  padding: 3px;
  margin: 0 auto 35px auto;
  display: table; }

.RDheader {
  background-color: #c80203;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 500;
  color: white;
  letter-spacing: 0.02rem;
  padding: 6px 25px; }

.gray-topic {
  float: left;
  background-color: #707070;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 400;
  color: white;
  letter-spacing: 0.025rem;
  text-align: center;
  padding: 6px 20px;
  margin-bottom: 20px; }

/*----------- FORM MODAL ------------*/
.form-modal.modal .modal-content {
  width: 100%;
  display: block; }
.form-modal.modal .modal-header {
  border-bottom: none;
  padding: 25px 35px 30px 35px;
  display: block; }
  .form-modal.modal .modal-header h3 {
    margin-bottom: 0; }
  .form-modal.modal .modal-header .close {
    position: absolute;
    top: 27px;
    right: 20px; }
    .form-modal.modal .modal-header .close i {
      font-size: 18px !important;
      padding-right: 0 !important; }
.form-modal.modal .modal-body {
  padding: 0 35px; }
  .form-modal.modal .modal-body.input-form .form-control {
    font-size: 15px;
    margin-bottom: 20px; }
  .form-modal.modal .modal-body.input-form p {
    font-size: 16px; }
  .form-modal.modal .modal-body.input-form .form-select {
    font-size: 15px;
    margin-bottom: 20px; }
  .form-modal.modal .modal-body.input-form .drop-point-part .form-control {
    margin-bottom: 12px; }
.form-modal.modal .modal-footer {
  border-top: none;
  padding: 20px 35px 30px 35px;
  display: block; }
  .form-modal.modal .modal-footer .buttonBD {
    margin-left: 12px; }

.close {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  cursor: pointer;
  opacity: 1;
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }
  .close i {
    font-size: 18px;
    color: #d7d7d7; }
    .close i:hover {
      transition: ease 0.5s;
      color: #c80203; }

/*---------- TABLE SCROLL -----------*/
.TBscroll .mCSB_scrollTools .mCSB_buttonLeft,
.TBscroll .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(../mCustomScrollbar/mCSB_buttons.png);
  /* css sprites */ }
.TBscroll .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 4px;
  margin: 6px 0; }
.TBscroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #363636;
  background-color: rgba(0, 0, 0, 0.4); }
.TBscroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #363636;
  background-color: rgba(0, 0, 0, 0.6); }
.TBscroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #363636;
  background-color: rgba(0, 0, 0, 0.5); }

/*----------- LOGIN PAGE ------------*/
.loginBG {
  height: calc(100vh - 50px);
  background-color: #ff0000;
  position: relative;
  z-index: 1; }
  .loginBG:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/loginBG.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }

.login-logo {
  background-color: white;
  padding: 40px 0; }

.loginBox-BD {
  border: 2px solid white;
  padding: 8px;
  margin-top: 4rem; }

.loginBox {
  background-color: rgba(240, 194, 179, 0.6);
  padding: 42px 60px; }
  .loginBox .row .col-lg-4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 44px;
    color: #000000;
    letter-spacing: 0.015rem;
    padding: 12px; }
  .loginBox.input-form .form-control {
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    padding: 10px 15px;
    margin: 13px 0; }
  .loginBox.input-form .buttonBK {
    min-width: 150px;
    font-size: 16px;
    padding: 9px 17px;
    margin-top: 25px; }

/*============== TABLE ==============*/
.infoTB {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  margin-bottom: 65px; }
  .infoTB table thead tr th {
    min-width: 38px;
    background-color: #c80203;
    border: 1px solid #d7d7d7;
    border-left: none;
    font-size: 15px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 6px 12px; }
    .infoTB table thead tr th p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2rem;
      color: white;
      white-space: nowrap;
      margin-bottom: 0; }
    .infoTB table thead tr th:first-child {
      min-width: 85px; }
    .infoTB table thead tr th:nth-child(2), .infoTB table thead tr th:nth-child(3) {
      min-width: 120px; }
    .infoTB table thead tr th:nth-child(4), .infoTB table thead tr th:nth-child(5) {
      min-width: 215px; }
  .infoTB table tbody tr:nth-child(even) {
    background-color: #f5f5f5; }
  .infoTB table tbody tr td {
    border: 1px solid #d7d7d7;
    border-left: none;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 8px 12px; }
    .infoTB table tbody tr td:nth-child(2), .infoTB table tbody tr td:nth-child(3), .infoTB table tbody tr td:nth-child(4), .infoTB table tbody tr td:nth-child(5) {
      text-align: left; }

/*============== USER ===============*/
/*------- BOOKING INFORMATION -------*/
/*--------- CONFIRM BOOKING ---------*/
/*----------- SUM BOOKING -----------*/
/*---------- EDIT BOOKING -----------*/
/*============== ADMIN ==============*/
/*------- REPORT DAILY ROUTE --------*/
.exportBox-BD {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: 65px; }

.exportBox {
  border-radius: 8px;
  background: #707070;
  background: -moz-linear-gradient(-45deg, #707070 0%, #363636 95%);
  background: -webkit-linear-gradient(-45deg, #707070 0%, #363636 95%);
  background: linear-gradient(135deg, #707070 0%, #363636 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#363636',GradientType=1 );
  padding: 30px 35px; }
  .exportBox .row .col-lg-4 p {
    font-size: 23px;
    font-weight: 500;
    line-height: 44px;
    color: white;
    letter-spacing: 0.025rem;
    margin-bottom: 0; }
  .exportBox .buttonBK.red {
    float: right;
    border: 1px solid white; }
  .exportBox .checkbox-list {
    margin-top: 10px; }
  .exportBox .check-container.big {
    color: white; }
    .exportBox .check-container.big .checkmark:after {
      top: 3px;
      left: 7px; }
  .exportBox .checkmark {
    background-color: white;
    border: 1px solid #ebebeb; }
  .exportBox .check-container input:checked ~ .checkmark {
    background-color: #c80203; }

.routeDateTB {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  margin-top: 10px; }
  .routeDateTB table thead tr th {
    background-color: #c80203;
    border: 1px solid #d7d7d7;
    border-left: none;
    padding: 9px 15px; }
    .routeDateTB table thead tr th:last-child {
      border-right: none; }
    .routeDateTB table thead tr th p {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.3rem;
      color: white;
      letter-spacing: 0.015rem;
      text-align: center;
      white-space: nowrap;
      margin-bottom: 0; }
  .routeDateTB table tbody tr:nth-child(even) {
    background-color: #f5f5f5; }
  .routeDateTB table tbody tr td {
    border: 1px solid #d7d7d7;
    border-left: none;
    font-size: 15px;
    font-weight: 400;
    padding: 9px 15px; }
    .routeDateTB table tbody tr td:last-child {
      border-right: none;
      font-weight: 600;
      color: #252525;
      text-align: center;
      letter-spacing: 0.015rem; }

/*--------- SUM ROUTE EDIT ----------*/
.sumRouteTB {
  margin: 10px 0 45px 0; }
  .sumRouteTB table thead tr th {
    background-color: #c80203;
    text-align: center;
    padding: 8px 10px;
    position: relative; }
    .sumRouteTB table thead tr th p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2rem;
      color: white;
      white-space: nowrap;
      margin-bottom: 0; }
    .sumRouteTB table thead tr th:first-child {
      width: 55px;
      border-radius: 5px 0 0 5px;
      padding: 8px 15px; }
      .sumRouteTB table thead tr th:first-child .check-container {
        padding-left: 24px; }
        .sumRouteTB table thead tr th:first-child .check-container .checkmark {
          border: 1px solid white; }
          .sumRouteTB table thead tr th:first-child .check-container .checkmark:after {
            width: 7px;
            height: 13px;
            top: 3px; }
    .sumRouteTB table thead tr th:last-child {
      border-radius: 0 5px 5px 0; }
  .sumRouteTB table tbody tr:last-child {
    border-bottom: 2px solid #898989; }
  .sumRouteTB table tbody tr td {
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 12px 10px;
    position: relative; }
    .sumRouteTB table tbody tr td:nth-child(2), .sumRouteTB table tbody tr td:nth-child(5) {
      text-align: left; }
    .sumRouteTB table tbody tr td:first-child {
      padding: 12px 15px; }
  .sumRouteTB .check-container {
    padding-left: 20px; }
  .sumRouteTB .checkmark {
    top: 50%;
    transform: translateY(-50%); }
  .sumRouteTB.edit table thead tr th {
    width: 28%;
    padding: 8px 15px; }
    .sumRouteTB.edit table thead tr th p {
      font-size: 14px;
      line-height: 1.2rem; }
    .sumRouteTB.edit table thead tr th:first-child {
      width: auto; }
  .sumRouteTB.edit table tbody tr td {
    font-size: 15px;
    text-align: left;
    padding: 20px 15px; }
    .sumRouteTB.edit table tbody tr td:first-child {
      text-align: center;
      padding: 20px 15px; }
  .sumRouteTB.edit .form-select, .sumRouteTB.edit .date-picker-part .form-control {
    margin-bottom: 0; }

/*--------- EMPLOYEES LIST ----------*/
.setting-head {
  margin-bottom: 15px; }
  .setting-head h2 {
    line-height: 40px;
    text-align: left;
    margin-bottom: 0; }
  .setting-head .buttonBD {
    float: right;
    min-height: 40px;
    border-color: #00a888;
    color: #00a888;
    margin-left: 20px; }
    .setting-head .buttonBD:hover {
      background-color: #00a888;
      color: white; }

.department-section {
  margin-bottom: 5.5rem; }
  .department-section .gray-topic {
    min-width: 150px;
    background-color: #c80203;
    margin-bottom: 15px; }
  .department-section .department-list:last-child {
    border-bottom: 2px solid #c80203; }

.department-list {
  border-bottom: 1px solid #ebebeb;
  padding: 12px 15px; }
  .department-list .row .col-lg-10 {
    line-height: 30px; }

.input-group.search {
  max-width: 300px;
  min-height: 40px;
  float: right;
  background: white;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  position: relative; }
  .input-group.search .form-control {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #898989 !important;
    padding: 7px 5px 7px 15px; }
  .input-group.search .btn {
    background: none;
    border: none;
    border-radius: 0;
    font-size: 17px;
    line-height: normal;
    color: #7d7d7d;
    padding: 7px 12px 6px 7px; }
    .input-group.search .btn:hover {
      color: #c80203; }

.employeeTB {
  margin-top: 10px; }
  .employeeTB table thead tr th {
    background-color: #363636;
    text-align: center;
    padding: 8px 10px;
    position: relative; }
    .employeeTB table thead tr th p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2rem;
      color: white;
      white-space: nowrap;
      margin-bottom: 0; }
    .employeeTB table thead tr th:first-child {
      border-radius: 5px 0 0 5px;
      min-width: 85px; }
    .employeeTB table thead tr th:nth-child(2), .employeeTB table thead tr th:nth-child(3) {
      min-width: 120px; }
    .employeeTB table thead tr th:nth-child(4), .employeeTB table thead tr th:nth-child(5), .employeeTB table thead tr th:nth-child(6) {
      min-width: 130px; }
    .employeeTB table thead tr th:last-child {
      max-width: 120px;
      border-radius: 0 5px 5px 0;
      padding: 8px 15px; }
  .employeeTB table tbody tr {
    border-bottom: 1px solid #d7d7d7; }
    .employeeTB table tbody tr:last-child {
      border-bottom: 2px solid #c80203; }
    .employeeTB table tbody tr td {
      font-size: 15px;
      font-weight: 400;
      text-align: left;
      padding: 10px 10px;
      position: relative; }
      .employeeTB table tbody tr td:first-child {
        text-align: center; }
      .employeeTB table tbody tr td:last-child {
        max-width: 120px;
        padding: 10px 15px; }

.edit-button {
  width: 30px;
  height: 30px;
  float: right;
  border: 1px solid #0082ca;
  border-radius: 50%;
  text-align: center; }
  .edit-button i {
    font-size: 13px;
    line-height: 26px;
    color: #0082ca; }
  .edit-button:hover {
    background-color: #0082ca; }
    .edit-button:hover i {
      color: white !important; }
  .edit-button.delete {
    border-color: #c80203;
    margin-left: 15px; }
    .edit-button.delete i {
      color: #c80203; }
    .edit-button.delete:hover {
      background-color: #c80203; }

/*-------- ROUTE MANAGEMENT ---------*/
.manage-routeTB {
  margin: 10px 0 45px 0; }
  .manage-routeTB table thead tr th {
    background-color: #363636;
    text-align: center;
    padding: 9px 10px;
    position: relative; }
    .manage-routeTB table thead tr th p {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.3rem;
      color: white;
      white-space: nowrap;
      margin-bottom: 0; }
    .manage-routeTB table thead tr th:first-child {
      border-radius: 5px 0 0 5px; }
    .manage-routeTB table thead tr th:last-child {
      width: 20%;
      border-radius: 0 5px 5px 0; }
  .manage-routeTB table tbody tr {
    border-bottom: 1px solid #d7d7d7; }
    .manage-routeTB table tbody tr:last-child {
      border-bottom: 2px solid #c80203; }
    .manage-routeTB table tbody tr th {
      font-weight: 500;
      color: #252525;
      vertical-align: top;
      padding: 17px 10px; }
    .manage-routeTB table tbody tr td {
      font-size: 15px;
      font-weight: 400;
      text-align: left;
      padding: 17px 10px;
      position: relative; }
      .manage-routeTB table tbody tr td:last-child {
        vertical-align: top;
        padding: 17px 15px; }
  .manage-routeTB .list-decor li {
    line-height: 1.7rem;
    padding-left: 13px;
    margin-bottom: 0; }
    .manage-routeTB .list-decor li:before {
      font-size: 13px; }

.add-button {
  height: 30px;
  float: right;
  border: 1px solid #00a888;
  border-radius: 15px;
  font-size: 13px;
  line-height: 28px;
  color: #00a888;
  text-align: center;
  padding: 0 10px;
  margin-right: 15px; }
  .add-button i {
    padding-right: 7px; }
  .add-button:hover {
    background-color: #00a888;
    color: white; }

/*---------- MENU - MOBILE ----------*/
.nav-menu.btn {
  float: right;
  border: none;
  font-size: 20px;
  line-height: 40px;
  color: white;
  padding: 0;
  margin: 0 5px 0 20px; }

.modal.left {
  z-index: 9999; }
  .modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    border-right: 1px solid white; }
  .modal.left .modal-header {
    width: 100%;
    float: left;
    background-color: white;
    border-bottom: none;
    border-radius: 0;
    padding: 34px 20px;
    position: relative; }
    .modal.left .modal-header .mainlogo {
      padding: 0;
      margin: 0;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }
      .modal.left .modal-header .mainlogo img {
        height: 36px; }
    .modal.left .modal-header .close {
      background: none;
      padding: 0;
      margin: 0;
      text-shadow: none;
      cursor: pointer;
      opacity: 1;
      z-index: 99;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
      .modal.left .modal-header .close i {
        font-size: 16px !important;
        color: #acacac; }
  .modal.left .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    overflow-y: auto; }
  .modal.left .modal-body {
    padding: 0; }

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.show .modal-dialog {
  left: 0; }

#menu {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  left: 0%;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.1); }
  #menu .menu-wrapper {
    position: relative;
    overflow-x: hidden; }
  #menu .menu, #menu .member-m {
    width: 320px;
    float: left; }
    #menu .menu ul li, #menu .member-m ul li {
      width: 100%;
      float: left;
      border-top: 1px solid #ebebeb; }
      #menu .menu ul li i, #menu .member-m ul li i {
        font-size: 18px;
        padding-right: 9px; }
      #menu .menu ul li.active a p, #menu .member-m ul li.active a p {
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.015rem; }
      #menu .menu ul li.active a:before, #menu .member-m ul li.active a:before {
        content: '';
        width: 4px;
        height: 100%;
        background-color: #c80203;
        position: absolute;
        top: 0;
        left: 0; }
      #menu .menu ul li a, #menu .member-m ul li a {
        padding: 11px 22px;
        position: relative; }
        #menu .menu ul li a p, #menu .member-m ul li a p {
          font-size: 14px;
          font-weight: 400;
          line-height: normal;
          color: #252525;
          letter-spacing: 0.01rem;
          text-transform: uppercase;
          margin-bottom: 0; }
      #menu .menu ul li.m-username, #menu .member-m ul li.m-username {
        background-color: #d7d7d7;
        font-size: 14px;
        font-weight: 400;
        color: #555555;
        letter-spacing: 0.015rem;
        padding: 11px 20px; }
        #menu .menu ul li.m-username i, #menu .member-m ul li.m-username i {
          font-size: 13px;
          padding-right: 7px; }
  #menu .menu-item {
    width: 100%;
    float: left;
    position: relative; }
    #menu .menu-item a {
      display: block;
      position: relative; }
    #menu .menu-item.topBD {
      border-top: none;
      padding-top: 18px; }
    #menu .menu-item .detail {
      width: 24px;
      height: auto;
      margin-right: 0;
      position: absolute;
      top: 50%;
      right: 13px;
      transform: translateY(-50%);
      cursor: pointer; }
    #menu .menu-item .logout-button {
      font-size: 15px;
      color: #898989;
      padding: 7px 20px; }
      #menu .menu-item .logout-button i {
        font-size: 15px;
        padding-right: 7px; }
  #menu .menu-slider {
    width: 2000px;
    position: relative;
    left: 0; }
  #menu .submenu {
    display: none; }
    #menu .submenu ul {
      width: 100%;
      float: left; }
      #menu .submenu ul li {
        width: 100%;
        float: left; }
        #menu .submenu ul li a {
          line-height: 1.5rem; }

.menu-box {
  height: 100%;
  overflow: auto;
  position: relative; }

/*------------- MOBILE --------------*/
@media (max-width: 1199px) {
  .wrap-pad {
    width: 100%;
    padding: 0;
    margin: 0; }

  body {
    font-size: 15px; }

  h1 {
    font-size: 24px;
    letter-spacing: 0.025rem;
    margin-bottom: 22px; }

  h2 {
    font-size: 22px;
    letter-spacing: 0.02rem;
    margin-bottom: 14px; }

  /*------------- HEADER --------------*/
  header {
    border-bottom-width: 2px; }
    header:before {
      width: 70%; }
    header .row .col-xl-8 {
      padding: 10px 12px; }

  .mainlogo {
    padding-top: 27px; }
    .mainlogo img {
      height: 45px; }

  .mainmenu {
    width: calc(98% - 55px); }
    .mainmenu li {
      padding-top: 8px; }
      .mainmenu li.active:before {
        font-size: 12px;
        top: -5px; }
      .mainmenu li a p {
        font-size: 14px;
        line-height: 1.15rem;
        letter-spacing: 0.015rem; }
        .mainmenu li a p:first-child {
          font-weight: 400;
          letter-spacing: 0.02rem; }
    .mainmenu.admin {
      width: calc(95% - 20px); }
      .mainmenu.admin li.active:before {
        font-size: 11px; }
      .mainmenu.admin li a p {
        font-size: 13px;
        line-height: 1.15rem;
        letter-spacing: 0.01rem; }

  .user-top {
    margin-bottom: 9px; }
    .user-top li {
      margin-right: 13px; }

  .usernameBox {
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px; }
    .usernameBox i {
      font-size: 11px;
      padding-right: 6px; }

  .button-circle {
    width: 26px;
    height: 26px; }
    .button-circle img {
      width: 18px; }

  .alertBox {
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    top: -3px; }

  /*------------- FOOTER --------------*/
  /*------------- BUTTON --------------*/
  .buttonBK {
    min-width: 110px;
    font-size: 14px;
    letter-spacing: 0.01rem; }
    .buttonBK i {
      font-size: 12px;
      padding-right: 6px; }
    .buttonBK.big {
      min-width: 130px;
      font-size: 15px;
      padding: 8px 15px; }
      .buttonBK.big i {
        font-size: 14px;
        padding-right: 7px; }

  .buttonBD {
    min-width: 110px;
    font-size: 14px;
    letter-spacing: 0.01rem; }
    .buttonBD i {
      font-size: 12px;
      padding-right: 6px; }

  .attach-button {
    margin-bottom: 27px; }
    .attach-button label {
      font-size: 18px;
      letter-spacing: 0.02rem;
      padding: 7px 18px 7px 50px; }

  .icon-upload {
    width: 34px;
    height: 34px;
    left: 7px; }
    .icon-upload i {
      font-size: 16px;
      line-height: 34px; }

  /*------------- CONTENT -------------*/
  .content-padding {
    padding: 50px 0 80px 0; }

  .txt-content p {
    line-height: 1.6rem; }

  .list-decor li {
    line-height: 1.7rem;
    padding-left: 13px; }
    .list-decor li:before {
      font-size: 13px; }
    .list-decor li strong {
      letter-spacing: 0.01rem; }
  .list-decor.pad-left {
    padding-left: 35px; }

  .input-form .form-control, .input-form .form-select {
    min-height: 37px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 22px; }
  .input-form .form-control {
    padding: 7px 15px; }
  .input-form .form-select {
    padding: 8px 15px; }
  .input-form textarea.form-control {
    height: 100px;
    margin-bottom: 35px; }
  .input-form p {
    font-size: 16px;
    margin-bottom: 9px; }
  .input-form .input-group {
    margin-bottom: 15px; }
    .input-form .input-group .buttonBK {
      min-width: 115px; }

  .date-picker-part:before {
    font-size: 18px;
    top: 7px;
    left: 13px; }
  .date-picker-part .form-control {
    padding-left: 38px; }

  .check-container {
    font-size: 15px;
    line-height: 20px;
    padding-left: 30px; }
    .check-container i {
      padding-right: 9px; }
    .check-container .checkmark:after {
      width: 5px;
      height: 10px;
      left: 8px;
      top: 4px; }
    .check-container.big {
      font-size: 18px;
      line-height: 22px;
      padding-left: 36px; }
      .check-container.big .checkmark {
        height: 22px;
        width: 22px; }
        .check-container.big .checkmark:after {
          width: 6px; }

  .checkmark {
    height: 20px;
    width: 20px; }

  .grayBox-BD {
    padding: 4px;
    margin-bottom: 50px; }

  .grayBox {
    padding: 30px 40px 35px 40px; }
    .grayBox .input-form .form-control, .grayBox .input-form .form-select {
      margin-bottom: 30px; }

  .dateBox {
    font-size: 15px;
    letter-spacing: 0.015rem;
    padding: 3px 17px; }
    .dateBox.gray {
      margin-bottom: 30px; }

  .RDheader-decor:after {
    height: 2px; }

  .RDheader-BD {
    margin-bottom: 30px; }

  .RDheader {
    font-size: 21px;
    padding: 6px 22px; }

  .gray-topic {
    font-size: 16px;
    letter-spacing: 0.02rem;
    padding: 5px 18px;
    margin-bottom: 18px; }

  /*----------- LOGIN PAGE ------------*/
  .login-logo {
    padding: 55px 0; }

  .loginBox-BD {
    padding: 7px;
    margin-top: 6rem; }

  .loginBox {
    padding: 40px 55px;
    /*.row .col-lg-4{
        font-size: 22px;
        line-height: 44px;
        padding: 12px;
    }*/ }
    .loginBox.input-form {
      /*.form-control{
          font-size: 16px;
          padding: 10px 15px;
          margin: 13px 0;
      }*/ }
      .loginBox.input-form .buttonBK {
        min-width: 140px;
        /*font-size: 16px;
        padding: 9px 17px;
        margin-top: 25px;*/ }

  /*============== TABLE ==============*/
  .infoTB {
    margin-bottom: 60px; }

  /*============== USER ===============*/
  /*------- BOOKING INFORMATION -------*/
  /*--------- CONFIRM BOOKING ---------*/
  /*----------- SUM BOOKING -----------*/
  /*---------- EDIT BOOKING -----------*/
  /*============== ADMIN ==============*/
  /*------- REPORT DAILY ROUTE --------*/
  .exportBox-BD {
    margin-bottom: 55px; }

  .exportBox {
    padding: 28px 30px;
    /*.buttonBK.red{
        float: right;
    }*/
    /*.check-container.big{
        .checkmark:after{
            top: 3px;
            left: 7px;
        }
    }*/ }
    .exportBox .row .col-lg-4 p {
      font-size: 20px;
      line-height: 40px;
      letter-spacing: 0.02rem; }
    .exportBox .checkbox-list {
      margin-top: 9px; }

  .routeDateTB table thead tr th {
    padding: 8px 12px; }
    .routeDateTB table thead tr th p {
      font-size: 14px;
      line-height: 1.2rem;
      letter-spacing: 0.01rem; }
  .routeDateTB table tbody tr td {
    font-size: 14px;
    padding: 8px 12px; }

  /*--------- SUM ROUTE EDIT ----------*/
  .sumRouteTB {
    margin: 10px 0 45px 0;
    /*.check-container{
        padding-left: 20px;
    }*/ }
    .sumRouteTB table thead tr th {
      padding: 9px 8px; }
      .sumRouteTB table thead tr th p {
        font-size: 13px;
        line-height: 1.1rem; }
      .sumRouteTB table thead tr th:first-child {
        width: 46px;
        padding: 9px 12px; }
        .sumRouteTB table thead tr th:first-child .check-container {
          padding-left: 22px;
          /*.checkmark{
              width: 24px;
              height: 24px;
              &:after{
                  width: 7px;
                  height: 13px;
                  border-width: 0 3px 3px 0;
                  top: 3px;
              }
          }*/ }
    .sumRouteTB table tbody tr td {
      font-size: 13px;
      padding: 12px 8px; }
      .sumRouteTB table tbody tr td:first-child {
        padding: 12px; }
    .sumRouteTB.edit table thead tr th {
      width: 27%;
      padding: 8px 12px;
      /*p{
          font-size: 14px;
          line-height: 1.2rem;
      }*/ }
    .sumRouteTB.edit table tbody tr td {
      font-size: 14px;
      padding: 18px 12px; }
      .sumRouteTB.edit table tbody tr td:first-child {
        padding: 19px 12px; }
      .sumRouteTB.edit table tbody tr td .form-select, .sumRouteTB.edit table tbody tr td .form-control {
        font-size: 14px; }

  /*--------- EMPLOYEES LIST ----------*/
  .setting-head {
    margin-bottom: 12px; }
    .setting-head h2 {
      line-height: 36px; }
    .setting-head .buttonBD {
      min-height: 0;
      padding: 6px 12px;
      margin-left: 15px; }

  .department-section {
    margin-bottom: 4.5rem; }
    .department-section .gray-topic {
      min-width: 130px;
      margin-bottom: 12px; }

  .department-list {
    padding: 11px 12px; }
    .department-list .row .col-lg-10 {
      line-height: 28px; }

  .input-group.search {
    max-width: 250px;
    min-height: 0px; }
    .input-group.search .form-control {
      font-size: 14px;
      padding: 6px 5px 6px 12px; }
    .input-group.search .btn {
      font-size: 15px;
      padding: 6px 12px 5px 7px; }

  .employeeTB table thead tr th {
    padding: 7px 10px;
    /*p{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2rem;
    }
    &:first-child{
        min-width: 85px;
    }
    &:nth-child(2), &:nth-child(3){
        min-width: 120px;
    }
    &:nth-child(4), &:nth-child(5), &:nth-child(6){
        min-width: 130px;
    }*/ }
    .employeeTB table thead tr th:last-child {
      padding: 7px 12px; }
  .employeeTB table tbody tr td {
    font-size: 14px;
    padding: 10px 10px; }
    .employeeTB table tbody tr td:last-child {
      max-width: 120px;
      padding: 10px 15px; }

  .edit-button {
    width: 28px;
    height: 28px;
    line-height: 24px; }
    .edit-button i {
      font-size: 12px;
      line-height: 24px; }
    .edit-button.delete {
      margin-left: 12px; } }
@media (max-width: 991px) {
  .wrap-pad {
    padding: 0; }

  h1 {
    font-size: 21px;
    letter-spacing: 0.015rem;
    margin-bottom: 20px; }

  h2 {
    font-size: 20px;
    letter-spacing: 0.015rem;
    margin-bottom: 12px; }

  /*------------- HEADER --------------*/
  header:before {
    width: 60%; }
  header .row .col-xl-8 {
    padding: 15px 12px; }

  .mainlogo {
    padding: 15px 0; }
    .mainlogo img {
      height: 40px; }

  .user-top {
    margin: 7px 0 0 0; }
    .user-top li {
      margin-right: 14px; }

  .alertBox {
    top: -4px; }

  /*------------- FOOTER --------------*/
  /*------------- BUTTON --------------*/
  .buttonBK {
    min-width: 100px;
    font-size: 13px;
    padding: 7px 12px; }
    .buttonBK i {
      font-size: 12px; }
    .buttonBK.big {
      min-width: 115px;
      font-size: 14px;
      padding: 7px 15px; }
      .buttonBK.big i {
        font-size: 13px;
        padding-right: 7px; }

  .buttonBD {
    min-width: 100px;
    font-size: 13px;
    padding: 6px 12px; }
    .buttonBD i {
      font-size: 12px; }

  .attach-button {
    border-width: 1px;
    margin-bottom: 20px; }
    .attach-button label {
      font-size: 16px;
      padding: 6px 16px 6px 43px; }

  .icon-upload {
    width: 30px;
    height: 30px;
    left: 6px; }
    .icon-upload i {
      font-size: 15px;
      line-height: 30px; }

  .scroll {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 25px;
    box-shadow: none; }
    .scroll i {
      font-size: 16px;
      line-height: 40px; }

  /*------------- CONTENT -------------*/
  .content-padding {
    padding: 45px 0 70px 0; }

  .list-decor li {
    line-height: 1.6rem; }
    .list-decor li .row .col-md-9 {
      padding-left: 0; }
  .list-decor.pad-left {
    padding-left: 30px; }

  .input-form .form-control, .input-form .form-select {
    min-height: 36px;
    font-size: 14px;
    margin-bottom: 20px; }
  .input-form .form-control {
    padding: 7px 12px; }
  .input-form .form-select {
    padding: 8px 12px; }
  .input-form p {
    font-size: 15px;
    letter-spacing: 0.01rem;
    margin-bottom: 10px; }
  .input-form .input-group {
    margin-bottom: 10px; }
    .input-form .input-group .buttonBK {
      min-width: 105px; }

  .date-picker-part:before {
    font-size: 17px;
    top: 8px;
    left: 12px; }
  .date-picker-part .form-control {
    min-height: 36px;
    padding-left: 38px; }

  .check-container {
    font-size: 15px;
    line-height: 20px;
    padding-left: 30px; }
    .check-container i {
      padding-right: 8px; }
    .check-container .checkmark:after {
      /*width: 5px;
      height: 10px;*/
      top: 3px;
      left: 7px; }
    .check-container.big {
      font-size: 17px;
      line-height: 20px;
      padding-left: 32px; }
      .check-container.big .checkmark {
        height: 20px;
        width: 20px; }
        .check-container.big .checkmark:after {
          height: 11px;
          top: 2px;
          left: 6px; }

  .checkmark {
    height: 18px;
    width: 18px; }

  .grayBox-BD {
    padding: 3px;
    margin-bottom: 45px; }

  .grayBox {
    padding: 25px 35px 35px 35px; }
    .grayBox .input-form .form-control, .grayBox .input-form .form-select {
      margin-bottom: 28px; }

  .dateBox {
    font-size: 14px;
    letter-spacing: 0.01rem;
    padding: 3px 15px; }
    .dateBox.gray {
      margin-bottom: 25px; }

  .RDheader-BD {
    padding: 2px;
    margin-bottom: 25px; }

  .RDheader {
    font-size: 19px;
    padding: 5px 20px; }

  .gray-topic {
    font-size: 15px;
    letter-spacing: 0.015rem;
    padding: 5px 16px;
    margin-bottom: 16px; }

  /*----------- LOGIN PAGE ------------*/
  .login-logo {
    padding: 50px 0; }

  .loginBox-BD {
    padding: 6px; }

  .loginBox {
    padding: 38px 50px; }
    .loginBox .row .col-lg-4 {
      font-size: 21px;
      line-height: 43px; }
    .loginBox.input-form .form-control {
      font-size: 16px;
      padding: 9px 15px;
      margin: 12px 0; }
    .loginBox.input-form .buttonBK {
      min-width: 130px;
      /*font-size: 16px;
      padding: 9px 17px;
      margin-top: 25px;*/ }

  /*============== TABLE ==============*/
  .infoTB {
    margin-bottom: 60px; }
    .infoTB table thead tr th {
      min-width: 36px;
      font-size: 13px;
      padding: 5px 8px; }
      .infoTB table thead tr th p {
        font-size: 13px;
        line-height: 1.05rem; }
      .infoTB table thead tr th:first-child {
        min-width: 74px; }
      .infoTB table thead tr th:nth-child(2), .infoTB table thead tr th:nth-child(3) {
        min-width: 100px; }
      .infoTB table thead tr th:nth-child(4), .infoTB table thead tr th:nth-child(5) {
        min-width: 180px; }
    .infoTB table tbody tr td {
      font-size: 13px;
      padding: 8px 8px; }

  /*============== USER ===============*/
  /*------- BOOKING INFORMATION -------*/
  /*--------- CONFIRM BOOKING ---------*/
  /*----------- SUM BOOKING -----------*/
  /*---------- EDIT BOOKING -----------*/
  /*============== ADMIN ==============*/
  /*------- REPORT DAILY ROUTE --------*/
  .exportBox-BD {
    border-radius: 8px;
    margin-bottom: 50px; }

  .exportBox {
    border-radius: 6px;
    padding: 26px 25px; }
    .exportBox .row .col-lg-4 p {
      font-size: 18px;
      line-height: 34px;
      letter-spacing: 0.015rem; }
    .exportBox .row .col-md-5 {
      padding: 0; }
    .exportBox .buttonBK.red {
      min-width: 110px;
      padding: 6px 12px; }
    .exportBox .checkbox-list {
      margin-top: 7px; }
    .exportBox .check-container.big .checkmark:after {
      top: 2px;
      left: 6px; }

  .routeDateTB {
    margin-top: 5px; }
    .routeDateTB table thead tr th {
      padding: 8px 12px; }
      .routeDateTB table thead tr th p {
        font-size: 14px;
        line-height: 1.2rem;
        letter-spacing: 0.01rem; }
    .routeDateTB table tbody tr td {
      font-size: 14px;
      padding: 8px 12px; }

  /*--------- SUM ROUTE EDIT ----------*/
  .sumRouteTB {
    margin: 5px 0 55px 0; }
    .sumRouteTB table thead tr th {
      padding: 9px 10px;
      /*p{
          font-size: 13px;
          line-height: 1.1rem;
      }*/ }
      .sumRouteTB table thead tr th:first-child .check-container {
        padding-left: 20px; }
        .sumRouteTB table thead tr th:first-child .check-container .checkmark:after {
          width: 5px;
          height: 10px;
          border-width: 0 2px 2px 0;
          top: 3px; }
    .sumRouteTB table tbody tr td {
      padding: 12px 10px;
      /*&:first-child{
          padding: 12px;
      }*/ }
    .sumRouteTB .check-container {
      padding-left: 18px; }
    .sumRouteTB.edit table thead tr th {
      width: 28%;
      /*width: 25%;
      padding: 8px 8px;*/
      /*&:first-child{
          width: 25%;
          padding: 8px 15px;
      }*/ }
      .sumRouteTB.edit table thead tr th p {
        font-size: 13px;
        line-height: 1.1rem; }
    .sumRouteTB.edit table tbody tr td {
      font-size: 14px;
      padding: 17px 8px; }
      .sumRouteTB.edit table tbody tr td:first-child {
        padding: 17px 8px; } }
@media (max-width: 767px) {
  body {
    padding-bottom: 0; }

  h1 {
    font-size: 20px;
    letter-spacing: 0.01rem;
    margin-bottom: 18px; }

  h2 {
    font-size: 18px;
    letter-spacing: 0.01rem; }

  /*------------- HEADER --------------*/
  header:before {
    width: 32%; }
  header .row .col-xl-8 {
    padding: 13px 12px; }

  .mainlogo {
    padding: 13px 0; }
    .mainlogo img {
      height: 36px; }

  .nav-menu.btn {
    line-height: 36px;
    margin-left: 14px; }

  .user-top {
    margin-top: 5px; }
    .user-top li {
      margin-right: 8px; }

  /*------------- FOOTER --------------*/
  footer {
    padding: 12px 0;
    position: relative;
    left: auto;
    bottom: auto; }
    footer p {
      font-size: 12px;
      letter-spacing: 0.01rem; }
      footer p span {
        display: block; }

  /*------------- BUTTON --------------*/
  .attach-button {
    padding: 2px;
    margin-bottom: 18px; }
    .attach-button label {
      padding: 5px 16px 5px 40px; }

  .icon-upload {
    width: 28px;
    height: 28px; }
    .icon-upload i {
      font-size: 13px;
      line-height: 28px; }

  .scroll {
    width: 36px;
    height: 36px;
    background-color: rgba(200, 2, 3, 0.65);
    bottom: 30px; }
    .scroll i {
      font-size: 14px;
      line-height: 34px; }

  /*------------- CONTENT -------------*/
  .content-padding {
    min-height: 690px;
    padding: 40px 0 60px 0; }

  .txt-content p {
    line-height: 1.55rem; }

  .list-decor li {
    line-height: 1.55rem;
    margin-bottom: 8px; }
    .list-decor li:before {
      top: 6px; }
    .list-decor li .row .col-md-3 {
      line-height: 1.65rem; }
    .list-decor li .row .col-md-9 {
      padding-left: 12px; }
  .list-decor.pad-left {
    padding-left: 0; }

  .input-form .form-control, .input-form .form-select {
    margin-bottom: 20px; }
  .input-form .form-control {
    padding: 7px 12px; }
  .input-form .form-select {
    padding: 8px 12px; }
  .input-form p {
    font-size: 15px;
    letter-spacing: 0.01rem;
    margin-bottom: 10px; }
  .input-form .input-group {
    margin-bottom: 10px; }
    .input-form .input-group .buttonBK {
      min-width: 105px;
      margin-top: 0; }

  .date-picker-part:before {
    font-size: 18px;
    left: 12px; }
  .date-picker-part .form-control {
    padding-left: 40px; }

  .check-container {
    /*font-size: 15px;
    line-height: 20px;
    padding-left: 30px;
    i{
        padding-right: 8px;
    }
    .checkmark:after{
        width: 5px;
        height: 10px;
        top: 3px;
        left: 7px;
    }*/ }
    .check-container.big {
      font-size: 16px; }

  .grayBox-BD {
    margin-bottom: 40px; }

  .grayBox {
    padding: 23px 20px 30px 20px; }
    .grayBox .input-form .form-control, .grayBox .input-form .form-select {
      margin-bottom: 20px; }
    .grayBox .txt-content p br {
      display: none; }
    .grayBox .buttonBK {
      margin-top: 12px; }

  .dateBox {
    font-size: 14px;
    letter-spacing: 0.01rem;
    padding: 3px 15px; }
    .dateBox.gray {
      margin-bottom: 25px; }

  .RDheader-BD {
    padding: 2px;
    margin-bottom: 25px; }

  .RDheader {
    font-size: 19px;
    padding: 5px 20px; }

  .gray-topic {
    letter-spacing: 0.01rem;
    padding: 5px 16px;
    margin-bottom: 16px; }

  /*----------- LOGIN PAGE ------------*/
  .loginBG {
    height: calc(100vh - 61px); }

  .login-logo {
    padding: 40px 0; }

  .loginBox-BD {
    padding: 4px;
    margin-top: 4rem; }

  .loginBox {
    padding: 32px 30px; }
    .loginBox .row .col-lg-4 {
      font-size: 18px;
      line-height: normal;
      padding: 0 12px; }
    .loginBox.input-form .form-control {
      font-size: 15px;
      letter-spacing: 0.01rem;
      padding: 8px 12px;
      margin: 10px 0 22px 0; }
    .loginBox.input-form .buttonBK {
      min-width: 120px;
      font-size: 15px;
      padding: 8px 15px;
      margin-top: 15px; }

  /*============== TABLE ==============*/
  .infoTB table thead tr th {
    padding: 6px 12px;
    /*&:nth-child(4), &:nth-child(5){
        min-width: 180px;
    }*/ }
    .infoTB table thead tr th:first-child {
      min-width: 72px; }
    .infoTB table thead tr th:nth-child(2), .infoTB table thead tr th:nth-child(3) {
      min-width: 90px; }

  /*============== USER ===============*/
  /*------- BOOKING INFORMATION -------*/
  /*--------- CONFIRM BOOKING ---------*/
  /*----------- SUM BOOKING -----------*/
  /*---------- EDIT BOOKING -----------*/
  /*============== ADMIN ==============*/
  /*------- REPORT DAILY ROUTE --------*/
  .exportBox-BD {
    margin-bottom: 40px; }

  .exportBox {
    padding: 22px 20px 25px 20px; }
    .exportBox .row .col-lg-4 p {
      font-size: 20px;
      line-height: normal;
      text-align: center;
      margin-bottom: 20px; }
    .exportBox .row .col-md-5 {
      padding: 0 12px; }
    .exportBox .buttonBK.red {
      min-width: 115px;
      float: none;
      margin: 0 auto;
      display: block; }
    .exportBox .checkbox-list {
      margin: 0 0 28px 0; }
    .exportBox .check-container.big .checkmark:after {
      border-width: 0 2px 2px 0;
      /*top: 2px;
      left: 6px;*/ }

  .routeDateTB {
    margin: 0 0 15px 0; }
    .routeDateTB table thead tr th {
      padding: 8px 20px; }
      .routeDateTB table thead tr th p {
        font-size: 13px;
        line-height: 1.1rem; }
      .routeDateTB table thead tr th:first-child {
        min-width: 150px; }
    .routeDateTB table tbody tr td {
      font-size: 13px;
      padding: 8px 10px; }

  /*--------- SUM ROUTE EDIT ----------*/
  .sumRouteTB {
    margin: 0 0 55px 0; }
    .sumRouteTB table thead tr th {
      padding: 9px 15px; }
    .sumRouteTB table tbody tr td {
      font-size: 13px;
      padding: 12px 12px;
      /*&:first-child{
          padding: 12px;
      }*/ }
    .sumRouteTB.edit table thead tr th {
      width: auto;
      min-width: 180px;
      padding: 8px 10px; }
      .sumRouteTB.edit table thead tr th p {
        font-size: 13px;
        line-height: 1.1rem; }
      .sumRouteTB.edit table thead tr th:first-child {
        min-width: 120px; }
    .sumRouteTB.edit table tbody tr td {
      padding: 15px 8px; }
      .sumRouteTB.edit table tbody tr td:first-child {
        padding: 15px 8px; } }

/*# sourceMappingURL=layout.css.map */
