@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.user-block .user-block-left {
  font-size: 28px;
  line-height: 32px;
}

.login-form h1 {
  font-size: 30px;
  line-height: 40px;
}

h3,
h4 {
  font-size: 20px;
  line-height: 30px;
}

.cylinder-modal h5, .font-18 {
  font-size: 18px;
  line-height: 26px;
}

.main .dataTables_wrapper .table tbody td, input.form-control,
textarea.form-control, select.form-select, .form-wrap label, span.validate-block, .file-msg, h5, body {
  font-size: 14px;
  line-height: 20px;
}

.customer-link-inner input.form-control, .customer-link-inner .gray-block,
.customer-link-inner .form-select, .rental-block .form-wrap .rental-search, .customer-modal .gray-block, .main .dataTables_wrapper .dataTables_paginate span .paginate_button, .main .dataTables_wrapper .table thead th, .main .dataTables_wrapper .table, .btn, h6 {
  font-size: 14px;
  line-height: 22px;
}

.default-table-rounded .table tbody tr td.status-block, .table-without-mark .table tbody tr td.status-block {
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 1200px) {
  .login-form h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .main .dataTables_wrapper .table tbody td, input.form-control,
  textarea.form-control, select.form-select, .form-wrap label, span.validate-block, .file-msg, h5, body {
    font-size: 16px;
    line-height: 26px;
  }
}
/****************************************************************************
 * Fonts
 ***************************************************************************/
@font-face {
  font-family: "Arial";
  src: url("fonts/arial.ttf") format("ttf");
  font-weight: 700;
}
@font-face {
  font-family: "helvetica_neue_lt_pro97BlkCn";
  src: url("fonts/helvetica_black-webfont.woff2") format("woff2"), url("fonts/helvetica_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/helvetica_bold-webfont.woff2") format("woff2"), url("fonts/helvetica_bold-webfont.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/helvetica_medium-webfont.woff2") format("woff2"), url("fonts/helvetica_medium-webfont.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/helvetica_regular-webfont.woff2") format("woff2"), url("fonts/helvetica_regular-webfont.woff") format("woff");
  font-weight: 400;
}
/****************************************************************************
  Body
 ***************************************************************************/
body {
  font-family: "Arial", Helvetica, sans-serif;
  color: #002C4E;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #e9eaea;
}
body.post, body.page {
  margin: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #0061AE;
}

.text-red {
  color: #C00000 !important;
}

.text-gray {
  color: #231F20 !important;
}

.text-light-gray {
  color: #474747 !important;
}

.text-blue {
  color: #0061AE !important;
}

.text-green {
  color: #18B118 !important;
}

/*** Custom File Upload****/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.drop-image-block {
  padding-left: 20px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  height: 100%;
  max-width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.file-drop-area .error-text {
  position: absolute;
  top: 0px;
  font-size: 14px;
  padding-right: 20px;
  left: 0;
}

.edit-img-link {
  margin-bottom: 10px;
}

.file-drop-area-inner {
  transition: 0.2s;
  width: 100%;
  height: calc(100% - 36px);
}
.file-drop-area-inner .preview-img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

.file-msg {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

/******* Brand Text  *****/
.link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  color: #0061AE;
  border: none;
  background: none;
  padding: 0;
}
.link:hover {
  text-decoration: none;
}
.link:focus, .link:active {
  text-decoration: underline;
}
.link img {
  margin-left: 10px;
}
.link.link-icon-start img {
  margin-right: 10px;
  margin-left: 0;
}
.link.cancelLink {
  color: #C00000;
}

.deleteIcon {
  display: inline-block;
}

p {
  margin: 0 0 28px;
  color: #002C4E;
  font-weight: 400;
}
p a {
  color: #0061AE;
}
p a:hover {
  color: #002C4E;
}

.btn {
  display: inline-block;
  border: solid 1px #0061AE;
  color: #ffffff;
  outline: none;
  text-align: center;
  background-color: #0061AE;
  padding: 10px 35px;
  font-weight: 700;
  border-radius: 25px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #0061AE;
  background-color: #ffffff;
  box-shadow: none !important;
}
.btn.btn-small {
  padding: 8px 20px;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #0061AE;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  color: #ffffff;
  background-color: #0061AE;
}
.btn.btn-red {
  background-color: #C00000;
  border-color: #C00000;
  color: #ffffff;
}
.btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active {
  background-color: transparent;
  color: #C00000;
}
.btn.btn-with-icon {
  background-color: #ffffff;
  text-align: left;
  color: #0061AE;
  padding: 9px 10px 9px 45px;
  min-width: 190px;
  text-align: center;
  position: relative;
}
.btn.btn-with-icon.btn-large {
  min-width: 220px;
}
.btn.btn-with-icon .btn-svg {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  background-color: #b2cfe7;
  margin-right: 5px;
  text-align: center;
  position: absolute;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-with-icon .btn-svg.download-svg svg {
  position: relative;
  top: -2px;
}
.btn.btn-with-icon .btn-svg svg {
  width: 14px;
}
.btn.btn-with-icon:hover {
  background-color: #0061AE;
  color: #ffffff;
}
.btn.btn-cancel {
  min-width: 166px;
}

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

figure {
  margin: 0 0 13px;
}

ul {
  list-style-type: none;
  padding: 0;
  font-weight: 400;
  margin: 0 0 8px;
}
ul li {
  color: #002C4E;
}

.custom-hr {
  border-top: solid 2px #D1D1D1;
  display: block;
}

.text-danger {
  font-weight: 700;
  color: #C00000;
}

.bordered-block {
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.dark-bg {
  background-color: rgba(147, 149, 151, 0.2) !important;
}

.eq-padding {
  padding: 30px;
}

.gray-block {
  border-radius: 5px;
  background-color: rgba(147, 149, 151, 0.2);
  padding: 22px 25px;
  margin-bottom: 25px;
}

ol {
  padding-left: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: 0;
}
ol li {
  padding: 0 0 6px 8px;
  color: #002C4E;
}
ol.chacter-list {
  list-style-type: lower-alpha;
}

ul.custom-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
ul.custom-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0061AE;
  position: absolute;
  left: 0;
  top: 6px;
}

.help-block.error-help-block {
  font-size: 16px;
  color: #C00000;
  line-height: 25px;
  font-weight: 300;
}

/**** Form Styling * ***/
span.validate-block {
  display: block;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
  color: #231F20;
  margin-bottom: 5px;
}
span.validate-block:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
span.validate-block.error {
  color: #C00000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
span.validate-block.error::before {
  background-image: url("../images/error.svg");
  width: 12px;
  height: 12px;
}
span.validate-block.validate:before {
  background-image: url("../images/validate.svg");
  width: 14px;
  height: 12px;
}
span.validate-block.success {
  padding-left: 50px;
}
span.validate-block.success::before {
  background-image: url("../images/success.svg");
  width: 40px;
  height: 40px;
}

.form-wrap {
  margin-bottom: 25px;
  position: relative;
}
.form-wrap label {
  font-weight: 700;
  color: #0061AE;
  margin-bottom: 5px;
}
.form-wrap .inputWithIcon {
  position: relative;
}
.form-wrap .inputWithIcon .eye-icon {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 18px;
  right: 13px;
  cursor: pointer;
}

textarea.form-control {
  resize: none;
  min-height: 110px;
}

*:focus {
  outline: 0 !important;
}

.refund-checkbox.form-check {
  top: 6px;
}

.custom-check label {
  padding-left: 40px;
  position: relative;
}
.custom-check label .form-check-input {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.check-inline-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-check {
  margin-bottom: 12px;
  margin-right: 0;
  position: relative;
  padding-left: 20px;
}
.form-check .form-check-input {
  border: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 15px;
  border-radius: 4px;
  background-image: url("../images/check.svg");
  background-color: transparent;
  background-size: 18px;
  position: absolute;
  left: 17px;
  top: 0px;
}
.form-check .form-check-input:checked[type=checkbox] {
  background-image: url("../images/check-active.svg");
  background-size: 25px;
}
.form-check .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}
.form-check label {
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-left: 2px;
  margin-top: 2px;
}

.custom-check span {
  margin-left: 0;
}
.custom-check label {
  margin-left: 0;
}

select.form-select {
  border: solid 2px #0061AE;
  background-image: url("../images/arrow-down.svg");
  border-radius: 10px;
  padding: 15px 40px 15px 20px;
  color: #231F20;
  background-position: right 25px center;
  background-size: 12px;
  box-shadow: none;
}
select.form-select.default-select {
  border-color: transparent;
  background-color: rgba(147, 149, 151, 0.2);
  border-radius: 5px;
  box-shadow: none;
}
select.form-select:focus {
  border-color: #0061AE;
  outline: 0;
  box-shadow: none;
}

input.form-control,
textarea.form-control {
  font-weight: 300;
  border: solid 2px transparent;
  padding: 15px 20px;
  outline: none;
  border-radius: 5px;
  background-color: rgba(147, 149, 151, 0.2);
  color: #231F20;
  margin-bottom: 10px;
}
input.form-control:focus,
textarea.form-control:focus {
  border-color: #0061AE;
  outline: 0;
  box-shadow: none;
}
input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #939597;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #939597;
}

.input-wrap {
  margin-bottom: 15px;
}

label.input-label {
  font-weight: 400;
  color: #002C4E;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/*** Custom Loader ***/
.custom-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px img;
  height-width: 30px;
  height-height: 30px;
}

.inline-loader {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px img;
  height-width: 30px;
  height-height: 30px;
  height-margin-left: 0;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/****************************************************************************
  Links
 ***************************************************************************/
a {
  outline: none;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  color: #002C4E;
  position: relative;
}
a:hover, a:focus {
  color: #0061AE;
  text-decoration: none !important;
}
a span {
  transition: all 0.2s ease-in-out 0s;
}

strong,
b {
  font-weight: 700;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #0061AE;
}

::selection {
  color: #ffffff;
  background: #0061AE;
}

/****** * Section Title * ******/
.table td a {
  text-decoration: underline;
}
.table td a:hover {
  text-decoration: none;
}

.main {
  position: relative;
  display: flex;
}
.main nav:first-of-type .pagination {
  margin-bottom: 30px;
  border-bottom: solid 2px rgba(147, 149, 151, 0.2);
  padding-bottom: 30px;
}
.main nav .pagination {
  justify-content: flex-end;
}
.main nav .pagination .page-item + .page-item {
  margin-left: 7px;
}
.main nav .pagination .page-item.next {
  margin-left: 9px;
}
.main nav .pagination .page-item.active .page-link {
  background: #0061AE;
  color: #ffffff !important;
}
.main nav .pagination .page-link {
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #0061AE !important;
  font-weight: 700;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .main nav .pagination .page-link {
    padding: 3px 0;
  }
}
.main nav .pagination .page-link:hover, .main nav .pagination .page-link:focus {
  background: #0061AE;
  color: #ffffff !important;
}
.main nav .pagination .prev .page-link,
.main nav .pagination .next .page-link {
  font-size: 0;
  background: url("../images/arrow-left-blue.svg") no-repeat !important;
  width: 17px;
  height: 20px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  border-radius: 0;
  top: 7px;
  border: none;
}
.main nav .pagination .prev .page-link:hover, .main nav .pagination .prev .page-link:focus,
.main nav .pagination .next .page-link:hover,
.main nav .pagination .next .page-link:focus {
  border: none;
}
.main nav .pagination .prev {
  margin-right: 7px;
}
.main nav .pagination .prev .page-link {
  transform: rotate(180deg);
  top: 4px;
}
.main nav .pagination .next {
  margin-left: 10px;
}

.btn-wrapper,
.popup-btn {
  position: relative;
  z-index: 1;
}

.grey-bg {
  background-color: rgba(147, 149, 151, 0.2);
}

.container {
  max-width: 100%;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.custom-table.table-striped tr {
  background-color: #ffffff;
}
.custom-table.table-striped tr td {
  box-shadow: none;
}
.custom-table.table-striped tr:nth-of-type(odd) {
  background-color: #d9e7f3;
}
.custom-table.table-striped tr:first-of-type {
  border-radius: 10px 10px 0 0;
}
.custom-table.table-striped tr:first-of-type td:first-of-type {
  border-radius: 10px 0 0 0;
}
.custom-table.table-striped tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.custom-table.table-striped tr:last-of-type {
  border-radius: 0 0 10px 10px;
}
.custom-table.table-striped tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 10px;
}
.custom-table.table-striped tr:last-of-type td:last-of-type {
  border-radius: 0 0 10px 0;
}

.table-without-mark .table#tbl_return_cylinder thead th:last-child.sorting::before, .table-without-mark .table#tbl_return_cylinder thead th:last-child.sorting:after {
  display: none;
}
.table-without-mark .table thead tr {
  background-color: #d9e7f3;
}
.table-without-mark .table thead tr th {
  border-bottom: none !important;
  padding: 10px 5px;
}
.table-without-mark .table thead tr th:first-of-type {
  border-radius: 10px 0 0 0;
  padding: 10px 20px;
}
.table-without-mark .table thead tr th:last-of-type {
  border-radius: 0 10px 0 0;
  padding: 10px 20px;
}
.table-without-mark .table thead tr th.sortingCol {
  position: relative;
  padding-right: 5px;
  vertical-align: top;
}
.table-without-mark .table thead tr th.sortingCol a.sorting {
  padding-right: 15px;
  display: block;
  position: static;
}
.table-without-mark .table thead tr th.sortingCol a.sorting:before, .table-without-mark .table thead tr th.sortingCol a.sorting:after {
  font-size: 11px;
  position: absolute;
  right: 5px;
  line-height: 12px;
  opacity: 0.4;
}
.table-without-mark .table thead tr th.sortingCol a.sorting::before {
  content: "▲";
  top: 11px;
}
.table-without-mark .table thead tr th.sortingCol a.sorting:after {
  content: "▼";
  top: 20px;
}
.table-without-mark .table thead tr th.sortingCol a.sorting.asc::before {
  opacity: 1;
}
.table-without-mark .table thead tr th.sortingCol a.sorting.desc:after {
  opacity: 1;
}
.table-without-mark .table thead tr th.sortingCol .fas {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.table-without-mark .table thead tr td.lastPadding {
  padding-right: 5px;
}
.table-without-mark .table tbody tr {
  background-color: #d9e7f3;
}
.table-without-mark .table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-without-mark .table tbody tr td {
  background-color: inherit;
  box-shadow: none;
  color: #231F20;
  padding: 20px 5px;
  vertical-align: middle;
}
.table-without-mark .table tbody tr td:first-of-type, .table-without-mark .table tbody tr td:last-of-type {
  padding: 20px;
}
.table-without-mark .table tbody tr td.status-block {
  text-align: center;
}
.table-without-mark .table tbody tr td.status-block span {
  display: block;
  padding-top: 4px;
}

.default-table-rounded table.dataTable thead > tr > th.sorting_asc:before,
.default-table-rounded table.dataTable thead > tr > th.sorting_desc:after,
.default-table-rounded table.dataTable thead > tr > td.sorting_asc:before,
.default-table-rounded table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 1;
}
.default-table-rounded .table.dataTable thead tr th.sorting::before, .default-table-rounded .table.dataTable thead tr th.sorting::after {
  display: block;
}
.default-table-rounded .table thead tr {
  background-color: #d9e7f3;
}
.default-table-rounded .table thead tr:last-of-type {
  border-radius: 10px 0 0 0;
}
.default-table-rounded .table thead tr:last-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.default-table-rounded .table thead tr th {
  border-bottom: none !important;
  padding: 10px 5px;
  padding-right: 8px;
}
.default-table-rounded .table thead tr th:first-of-type, .default-table-rounded .table thead tr th:last-of-type {
  padding: 10px 15px;
}
@media only screen and (min-width: 1400px) {
  .default-table-rounded .table thead tr th:first-of-type, .default-table-rounded .table thead tr th:last-of-type {
    padding: 10px 25px;
  }
}
.default-table-rounded .table thead tr th.border-block {
  border-radius: 10px 0 0 0;
}
.default-table-rounded .table thead tr th.border-block-last {
  border-radius: 0 10px 0 0;
}
.default-table-rounded .table thead tr th.customerIdCol {
  min-width: 170px;
}
.default-table-rounded .table thead tr th.businessNmCol {
  min-width: 150px;
}
.default-table-rounded .table thead tr th > a:hover, .default-table-rounded .table thead tr th > a:focus {
  color: #002C4E;
}
.default-table-rounded .table thead tr th.sorting::before, .default-table-rounded .table thead tr th.sorting::after {
  display: none;
}
.default-table-rounded .table thead tr th.sortingCol {
  position: relative;
  padding-right: 5px;
  vertical-align: top;
}
.default-table-rounded .table thead tr th.sortingCol a.sorting {
  padding-right: 15px;
  display: block;
  position: static;
}
.default-table-rounded .table thead tr th.sortingCol a.sorting:before, .default-table-rounded .table thead tr th.sortingCol a.sorting:after {
  font-size: 11px;
  position: absolute;
  right: 5px;
  line-height: 12px;
  opacity: 0.4;
}
.default-table-rounded .table thead tr th.sortingCol a.sorting::before {
  content: "▲";
  top: 11px;
}
.default-table-rounded .table thead tr th.sortingCol a.sorting:after {
  content: "▼";
  top: 20px;
}
.default-table-rounded .table thead tr th.sortingCol a.sorting.asc::before {
  opacity: 1;
}
.default-table-rounded .table thead tr th.sortingCol a.sorting.desc:after {
  opacity: 1;
}
.default-table-rounded .table thead tr th.sortingCol .fas {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.default-table-rounded .table thead tr:first-of-type {
  background-color: #ffffff;
}
.default-table-rounded .table thead tr:first-of-type th {
  padding: 0;
  text-align: center;
}
.default-table-rounded .table thead tr:first-of-type th + th {
  padding-left: 6px;
}
.default-table-rounded .table thead tr:first-of-type th span {
  border-radius: 10px 10px 0 0;
  display: block;
  padding: 10px 15px;
  background-color: #d9e7f3;
}
.default-table-rounded .table tbody tr {
  background-color: #d9e7f3;
}
.default-table-rounded .table tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.default-table-rounded .table tbody tr td {
  background-color: inherit;
  box-shadow: none;
  color: #231F20;
  padding: 20px 5px;
  vertical-align: middle;
}
.default-table-rounded .table tbody tr td:first-of-type, .default-table-rounded .table tbody tr td:last-of-type {
  padding: 15px;
}
@media only screen and (min-width: 1400px) {
  .default-table-rounded .table tbody tr td:first-of-type, .default-table-rounded .table tbody tr td:last-of-type {
    padding: 20px 25px;
  }
}
.default-table-rounded .table tbody tr td.status-block {
  text-align: center;
}
.default-table-rounded .table tbody tr td.status-block span {
  display: block;
  padding-top: 4px;
}

.main .dataTables_wrapper .table {
  width: 100% !important;
  border-bottom: none !important;
}
.main .dataTables_wrapper .table tbody td {
  padding-right: 26px;
}
.main .dataTables_wrapper .table th,
.main .dataTables_wrapper .table td {
  vertical-align: middle;
}
.main .dataTables_wrapper .paginate_button {
  cursor: pointer;
}
.main .dataTables_wrapper .paginate_button.previous, .main .dataTables_wrapper .paginate_button.next {
  font-size: 0;
  background: url("../images/arrow-left-blue.svg") no-repeat !important;
  width: 17px;
  height: 20px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}
.main .dataTables_wrapper .paginate_button.previous:hover, .main .dataTables_wrapper .paginate_button.previous:focus, .main .dataTables_wrapper .paginate_button.next:hover, .main .dataTables_wrapper .paginate_button.next:focus {
  border: none;
}
.main .dataTables_wrapper .paginate_button.previous.disabled, .main .dataTables_wrapper .paginate_button.next.disabled {
  opacity: 0.5;
}
.main .dataTables_wrapper .paginate_button.previous {
  transform: rotate(180deg);
  top: -5px;
}
.main .dataTables_wrapper .paginate_button.next {
  top: -2px;
}
.main .dataTables_wrapper .dataTables_paginate {
  padding: 30px 0;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: solid 2px rgba(147, 149, 151, 0.2);
}
.main .dataTables_wrapper .dataTables_paginate:first-of-type {
  padding-top: 0;
}
.main .dataTables_wrapper .dataTables_paginate span {
  padding: 0 15px;
}
.main .dataTables_wrapper .dataTables_paginate span .paginate_button {
  border-radius: 50%;
  background: transparent;
  color: #0061AE !important;
  font-weight: 700;
  width: 30px;
  height: 30px;
  padding: 3px 5px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.main .dataTables_wrapper .dataTables_paginate span .paginate_button.current, .main .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
  background: #0061AE;
  color: #ffffff !important;
}
.main .dataTables_wrapper .table + .dataTables_paginate {
  border-bottom: none;
  margin-bottom: 0;
}

/*** * Table With Frame * ***/
.table-frame {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.table-frame .table-frame-header {
  padding: 28px 45px;
  background-color: #002C4E;
  border-radius: 10px 10px 0 0;
}
.table-frame .table-frame-header h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.table-frame .table-frame-body {
  padding: 30px 25px;
}
.table-frame .table-frame-body .img-block img {
  width: 100%;
}
.table-frame .table-frame-body .report-table .table th:first-child,
.table-frame .table-frame-body .report-table .table td:first-child {
  padding-left: 55px;
  padding-right: 35px;
}
.table-frame .table-frame-body .report-table .dataTables_paginate:last-of-type {
  padding-bottom: 0 !important;
}

.warning-block {
  background-color: #C00000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px 40px;
}
.warning-block h5 {
  color: #ffffff;
}
.warning-block h5 img {
  margin-right: 10px;
}

.w-90 {
  width: 100%;
}

.search-btn {
  margin-left: 15px;
}

.clear-btn img {
  width: 20px;
  margin-left: 10px;
}

td .table-select {
  min-width: 280px;
}

@media only screen and (min-width: 992px) {
  .return-cyliner-img img,
  .modalRightImg img {
    max-width: 320px;
  }
  .return-cyliner-img p,
  .modalRightImg p {
    width: calc(100% - 370px);
  }
}

.cylinder-text {
  word-break: break-all;
}

.cyliner-select-img {
  max-width: 214px;
  max-height: 271px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (min-width: 1400px) {
  .cyliner-select-img {
    max-width: 314px;
  }
}

.cyliner-thumb {
  width: 190px;
  height: 164px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.swal2-container {
  z-index: 3333;
}

.border-right-round thead tr:last-of-type {
  border-radius: 10px 10px 0 0;
}
.border-right-round thead tr:last-of-type th:last-of-type {
  border-radius: 0 10px 0 0;
}

.return-clear img {
  margin-top: -25px;
}

th.rental_lbl,
td.rental_lbl {
  min-width: 85px;
}

.table.noSortingLast th:last-child:before, .table.noSortingLast th:last-child:after {
  display: none;
}

@media only screen and (min-width: 992px) {
  .drop-image-block {
    height: 60%;
  }
  .w-90 {
    width: 90%;
  }
  .btn.btn-with-icon {
    padding: 10px 10px 8px 38px;
  }
  .return-found-note {
    top: 27px;
    position: absolute;
  }
  .return-found-teaser .teaser-right {
    margin-top: 111px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn.btn-with-icon .btn-svg {
    margin-right: 20px;
  }
  .container {
    max-width: 1470px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1670px;
  }
}
.cylinderCountBlock {
  gap: 22px;
  align-items: center;
  justify-content: center;
}
.cylinderCountBlock h4,
.cylinderCountBlock p {
  margin-bottom: 0;
}
.cylinderCountBlock p {
  min-width: 80px;
}

#payment-element {
  display: block;
}
#payment-element iframe .InputElement {
  color: red !important;
}

@media only screen and (max-width: 992px) {
  .paymentRightcol {
    padding-top: 30px;
  }
}

.signature-pad {
  background-color: #e9eaea;
}

.linkBtnGroup .deleteIcon {
  vertical-align: top;
  margin-left: 45px;
}

label.dt-label {
  font-weight: 700;
  color: #0061AE;
  display: block;
}

/*** post code  select styling****/
body .c2a_mode1 {
  z-index: 99999 !important;
}
body #cc_c2a.c2a_accent_default ul.c2a_results li:not(.deadend):hover,
body #cc_c2a.c2a_accent_default ul.c2a_results li.active {
  background-color: #0061AE !important;
}
body #cc_c2a ul.c2a_results {
  background-color: rgba(147, 149, 151, 0.2);
}
body #cc_c2a ul.c2a_results::-webkit-scrollbar {
  width: 8px;
  border-radius: 0;
}
body #cc_c2a ul.c2a_results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
body #cc_c2a ul.c2a_results::-webkit-scrollbar-thumb {
  background-color: #002C4E;
  outline: none;
  border-radius: 0;
  width: 8px;
}

.ueserGroupWrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.userGroupOuter {
  position: relative;
}
.userGroupOuter .userGroupContent {
  display: block;
  width: 320px;
  border: solid 1px #D1D1D1;
  border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  overflow-y: auto;
  background: #fff;
}
.userGroupOuter .userGroupContent::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
.userGroupOuter .userGroupContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.userGroupOuter .userGroupContent::-webkit-scrollbar-thumb {
  background-color: #939597;
  outline: none;
  border-radius: 10px;
  width: 8px;
}
.userGroupOuter .userGroupContent .form-control {
  border-radius: 0;
  padding: 10px 15px;
  border: 0;
  margin-bottom: 0;
}
.userGroupOuter .userGroupContent .userGroupInfo {
  padding: 0;
  margin-bottom: 0;
}
.userGroupOuter .userGroupContent .userGroupInfo li {
  background-color: #e9eaea;
  padding: 10px 20px;
  margin-bottom: 2px;
  color: #939597;
}
.userGroupOuter .userGroupContent .userGroupInfo li:first-child {
  border-top: solid 2px #fff;
}
.userGroupOuter .userGroupContent .userGroupInfo li:last-child {
  margin-bottom: 0;
}
.userGroupOuter .user-groupBtn {
  position: absolute;
  right: 15px;
  width: 20px;
  text-align: center;
  top: 12px;
  cursor: pointer;
  z-index: 444;
}
.userGroupOuter .user-groupBtn .fas {
  transition: all 0.3s ease 0s;
}
.userGroupOuter .user-groupBtn.active-btn {
  font-size: 18px;
}
.userGroupOuter .user-groupBtn.active-btn .fas:before {
  content: "\f107";
}

.uploadSheet .help-block.error-help-block {
  position: absolute;
  bottom: -25px;
  font-size: 14px;
}

.modal .customModalHeader .btn-close {
  top: 10px;
  right: 10px;
}
.modal .customModalHeader + .modal-body h4 {
  margin-bottom: 15px;
}
.modal .signatureModalBlock {
  text-align: center;
  padding-bottom: 40px;
}
.modal .signatureModalBlock img {
  margin: 0 auto;
}
.modal#signatureModal .modal-header {
  border: none !important;
}
.modal#signatureModal .modal-header .btn-close {
  right: -44px;
}

.main-header {
  padding: 15px 0;
  border-bottom: solid 2px #D1D1D1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #e9eaea;
  z-index: 11;
}
.main-header .logo {
  display: block;
}
.main-header .logo img {
  width: 350px;
}

.header-right {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.header-right .logout-link {
  padding-left: 30px;
  width: 110px;
  text-align: right;
}
.header-right .logout-link.link-with-arrow {
  color: #002C4E;
}
.header-right .logout-link .link {
  color: #002C4E;
}

.user-block {
  display: flex;
  align-items: center;
  padding-right: 40px;
  border-right: solid 2px #D1D1D1;
}
.user-block .user-name {
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 15px;
}
.user-block .user-block-left {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #002C4E;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .main-header {
    position: relative;
    top: 0;
    z-index: unset;
    padding: 30px 0;
  }
  .main-header .logo img {
    width: auto;
  }
}
@media only screen and (min-width: 1600px) {
  .header-right {
    padding-right: 0;
  }
}
#logoutModal .modal-header .btn-close {
  top: 24px;
  right: 0;
}

.sidebar {
  position: fixed;
  z-index: 7;
  top: 77px;
  height: calc(100vh - 77px);
  border-right: 2px solid #D1D1D1;
  width: 260px;
  left: -240px;
  padding-bottom: 60px;
  transition: left 0.3s ease-in-out 0s;
  background-color: #e9eaea;
}
.sidebar:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: #e9e9ea;
  top: 0;
  right: 0;
}
.sidebar.aside-active {
  left: 0;
}
.sidebar.aside-active:after {
  display: none;
}
.sidebar ul {
  list-style: none;
  height: calc(100vh - 320px);
  overflow-y: auto;
  padding: 0;
}
.sidebar ul::-webkit-scrollbar {
  width: 8px;
  border-radius: 0;
}
.sidebar ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.sidebar ul::-webkit-scrollbar-thumb {
  background-color: #002C4E;
  outline: none;
  border-radius: 0;
  width: 8px;
}
.sidebar ul li {
  display: block;
  list-style-type: none;
}
.sidebar ul li.active a, .sidebar ul li:hover a {
  background-color: #002C4E;
  color: #ffffff;
  font-weight: 700;
  border-bottom-color: #002C4E;
}
.sidebar ul li.active .icon-block, .sidebar ul li:hover .icon-block {
  background-color: #ffffff;
}
.sidebar ul li.active .icon-block img, .sidebar ul li:hover .icon-block img {
  display: none;
}
.sidebar ul li.active .icon-block img.hover-img, .sidebar ul li:hover .icon-block img.hover-img {
  display: block;
}
.sidebar ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  list-style-type: 28px;
  padding: 10px;
  border-bottom: solid 2px #D1D1D1;
  color: #002C4E;
}
.sidebar ul li .icon-block {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #002C4E;
  margin-right: 15px;
}
@media only screen and (min-width: 1400px) {
  .sidebar ul li .icon-block {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}
.sidebar ul li .icon-block img {
  transition: all 0.2s ease-in-out 0s;
}
.sidebar ul li .icon-block .hover-img {
  display: none;
}

.footer-text {
  position: absolute;
  bottom: 0;
}
.footer-text p {
  color: #231F20;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (min-width: 1400px) {
  .footer-text p {
    font-size: 16px;
  }
}

.aside-info {
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: solid 2px #D1D1D1;
}
.aside-info h3 {
  color: #002C4E;
}
.aside-info p {
  margin-bottom: 0;
  max-width: 180px;
}
.aside-info .arrow-sl {
  height: 20px;
  position: absolute;
  width: 21px;
  top: 21px;
  right: -14px;
  background-color: #fff;
  box-shadow: 0 7px 29px 0 rgba(99, 99, 110, 0.2);
  padding: 14px;
  border-radius: 30px;
  display: none;
  transition: all 0.3s;
  display: block;
  z-index: 2;
}
.aside-info .arrow-sl::after {
  content: "";
  display: inline-block;
  height: 9px;
  right: 11px;
  position: absolute;
  top: 10px;
  z-index: 99999;
  border-left-color: #002c4e;
  border-bottom: 2px solid #002c4e;
  border-right: 2px solid #002c4e;
  border-top-color: #002c4e;
  width: 9px;
  transform: rotate(-45deg);
}
.aside-info .arrow-sl.active {
  transform: rotate(-180deg);
}

.left-padding {
  padding-left: 15px;
}

.right-padding {
  padding-right: 25px;
}

.content-wrap {
  padding: 100px 20px 20px 40px;
  width: 100%;
}

.aside-menu {
  margin-bottom: 70px;
}

@media only screen and (min-width: 992px) {
  .sidebar ul li a {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .aside-info .arrow-sl {
    display: none;
  }
  .sidebar {
    width: 250px;
    left: 0;
    position: relative;
    border-right: solid 2px #D1D1D1;
    top: 0;
    height: auto;
    background-color: transparent;
  }
  .sidebar:after {
    display: none;
  }
  .sidebar ul {
    height: auto;
    overflow-y: unset;
  }
  .content-wrap {
    width: calc(100% - 250px);
    padding-top: 25px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .sidebar {
    width: 300px;
  }
  .sidebar ul li a {
    padding: 20px 20px 20px 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .content-wrap {
    padding-left: 40px;
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 1600px) {
  .sidebar {
    width: 22%;
  }
  .sidebar ul li a {
    padding: 20px 20px 20px calc((100vw - 1470px) / 2);
  }
  .left-padding {
    padding-left: calc((100vw - 1470px) / 2);
  }
  .right-padding {
    padding-right: calc((100vw - 1470px) / 2);
  }
  .content-wrap {
    width: 78%;
  }
}
@media only screen and (min-width: 1800px) {
  .sidebar ul li a {
    padding: 20px 20px 20px calc((100vw - 1670px) / 2);
  }
  .left-padding {
    padding-left: calc((100vw - 1670px) / 2);
  }
  .right-padding {
    padding-right: calc((100vw - 1670px) / 2);
  }
}
@media only screen and (min-width: 2100px) {
  .sidebar {
    width: 29%;
  }
  .content-wrap {
    width: 71%;
  }
}
@media screen and (min-width: 3000px) {
  .left-padding {
    padding-left: 79%;
  }
  .sidebar ul li a {
    padding: 20px 20px 20px 79%;
  }
}
.ct-header-left {
  padding: 20px;
  width: 100%;
}
.ct-header-left .btn {
  display: block;
  margin: 0 auto;
}
.ct-header-left .btn + .btn {
  margin-top: 20px;
}

.ct-header-right {
  padding: 22px 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.cylinder-block {
  padding: 0 20px;
  width: 50%;
}
.cylinder-block h3 {
  text-transform: capitalize;
  margin-bottom: 18px;
}
.cylinder-block + .cylinder-block {
  border-left: solid 2px #D1D1D1;
}
.cylinder-block table {
  width: 100%;
  text-align: center;
}
.cylinder-block table h3 {
  margin-bottom: 0;
}

.dashboard-teaser-block {
  padding: 20px;
}
@media only screen and (min-width: 1400px) {
  .dashboard-teaser-block .dashboard-teaser-block {
    padding: 30px;
  }
}
.dashboard-teaser-block.rentals-table table thead tr:nth-child(2) th:first-child {
  text-align: center;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: solid 2px #D1D1D1;
  margin-bottom: 30px;
  align-items: center;
}
.dashboard-header h3 {
  margin-bottom: 0;
}

.custom-form-inner {
  display: flex;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  width: 100%;
  flex-wrap: wrap;
}
.custom-form-inner .custom-form-column {
  width: 47%;
}
.custom-form-inner .custom-form-column.fluid-column {
  width: 100%;
}
.custom-form-inner .custom-form-column.custom-column-3 {
  width: 31%;
}

.cylinder-modal .preview-img img {
  width: 100%;
}
.cylinder-modal .unit-wrap {
  padding-right: 40px;
  position: relative;
}
.cylinder-modal .unit-wrap .unit-text {
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 45px;
  margin-top: 4px;
  color: #0061AE;
}
.cylinder-modal.addCylinderModal input.form-control,
.cylinder-modal.addCylinderModal textarea.form-control {
  border-radius: 10px;
}

.icon-text-block {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}
.icon-text-block p strong {
  display: block;
  margin-bottom: 10px;
}
.icon-text-block p img {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 992px) {
  .ct-header-left {
    margin-bottom: 20px;
  }
  .ct-header-left .btn {
    display: inline-block;
    margin: 0 10px 10px 0 !important;
  }
  .custom-form-inner .custom-form-column {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .cylinder-block {
    width: 100%;
  }
  .cylinder-block + .cylinder-block {
    border-left: none;
    border-top: solid 2px #D1D1D1;
    padding-top: 20px;
    margin-top: 20px;
  }
  .ct-header-right {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .content-head-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .ct-header-left {
    width: 300px;
  }
  .ct-header-right {
    width: calc(100% - 320px);
  }
  .cylinder-modal .unit-wrap {
    padding-right: 0;
  }
  .cylinder-modal .unit-wrap .unit-text {
    right: -40px;
  }
}
@media only screen and (min-width: 1600px) {
  .cylinder-block {
    padding: 0 40px;
  }
  .cylinder-block h3 {
    padding-left: 12px;
  }
  .cylinder-block table h3 {
    padding-left: 0;
  }
  .ct-header-left {
    padding: 22px 30px;
  }
  .ct-header-left .btn {
    max-width: 285px;
    width: 100%;
  }
}
@media only screen and (min-width: 1800px) {
  .cylinder-block h3 {
    padding-left: 17px;
  }
  .cylinder-block table h3 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ct-header-left {
    margin-bottom: 20px;
  }
}
.add-payment-teaser label a {
  color: #0061AE;
  text-decoration: underline;
}
.add-payment-teaser .form-wrap.stripeCard .w-25 {
  max-width: 54px;
  padding-left: 10px;
  padding-right: 10px;
}
.add-payment-teaser .form-wrap.stripeCard .w-50 {
  max-width: 79px;
  padding-left: 10px;
  padding-right: 10px;
}

.small-modal .modal-dialog {
  max-width: 780px;
}

.medium-modal .modal-dialog {
  max-width: 1075px;
}

.large-modal .modal-dialog {
  max-width: 1520px;
}

.customer-modal .modal-dialog {
  max-width: 400px;
}
.modal .btn-close {
  background-image: url("../images/close.svg");
  background-size: 38px;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  top: 19px;
  right: 0;
  opacity: 1;
  width: 38px;
  height: 38px;
}
.modal .modal-footer {
  border-top: solid 2px #D1D1D1;
  padding: 25px 0 30px;
  border-top: 2px solid #D1D1D1;
}
.modal .modal-left {
  margin-bottom: 20px;
  border-bottom: solid 2px #D1D1D1;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.modal .modal-header {
  border-bottom: solid 2px #D1D1D1;
  padding: 25px 0 10px;
  position: relative;
}
.modal .modal-header h4 {
  margin-top: 20px;
}
.modal .modal-content {
  border-radius: 10px;
  padding-top: 10px;
}
.modal .modal-body {
  padding: 30px 0;
}
.modal .modal-body .table-responsive.modal-custom-table td {
  padding: 15px 25px !important;
}
.modal .logout-msg {
  padding: 60px 35px;
  background: #0061AE;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
}
.modal .logout-msg p,
.modal .logout-msg h5 {
  font-weight: 700;
  color: #ffffff;
}
.modal .logout-msg .clock-img {
  width: 60px;
  margin: 0 auto 30px;
}

.modal-backdrop {
  background: #231F20;
}
.modal-backdrop.show {
  opacity: 75%;
}

.modal-dialog {
  max-width: 545px;
}

.two-column-teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}
.two-column-teaser .teaser-left {
  width: 100%;
  margin-bottom: 25px;
  padding: 25px 30px;
}
.two-column-teaser .teaser-right {
  width: 100%;
}

#returnCylinder.modal {
  z-index: 2060;
}

@media only screen and (min-width: 768px) {
  .modal.passwordModal .btn-close {
    right: -46px;
  }
  .modal.customer-modal .modal-header,
  .modal.customer-modal .modal-body,
  .modal.customer-modal .modal-footer {
    width: calc(100% - 60px);
    margin: 0 auto;
    border: none;
  }
  .modal.customer-modal .btn-close {
    right: 0;
  }
  .modal .btn-close {
    right: 0;
  }
  .modal .modal-header,
  .modal .modal-body,
  .modal .modal-footer {
    width: calc(100% - 160px);
    margin: 0 auto;
  }
  .modal .modal-left {
    border-bottom: none;
    border-right: solid 2px #D1D1D1;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.two-column-teaser.signatureTeaser .teaser-left {
  padding: 0;
}
.two-column-teaser.signatureTeaser .teaser-left .bordered-block {
  padding: 25px 30px;
}

.signBlock {
  background: #fff;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 20px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.signBlock img {
  max-width: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.signBlock h5 {
  text-align: left;
  max-width: 250px;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .two-column-teaser {
    flex-direction: row;
  }
  .two-column-teaser .teaser-left {
    width: 25%;
    margin-bottom: 0;
  }
  .two-column-teaser .teaser-right {
    width: 73.5%;
  }
}
#uploadReturn .modal-content {
  max-width: 687px;
}
#uploadReturn .modal-content .search-form .btn {
  padding: 10px 50px;
}

#editCylinder .modal-content .modal-header,
#editCylinder .modal-content .modal-footer,
#addNewCylinder .modal-content .modal-header,
#addNewCylinder .modal-content .modal-footer {
  border: 0;
}

.rental-block {
  padding: 15px 20px 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1400px) {
  .rental-block {
    padding: 22px 30px 24px;
  }
}
.rental-block .form-wrap {
  align-items: center;
}
.rental-block .form-wrap .btn {
  width: 115px;
  padding: 12px 30px;
}
.rental-block .form-wrap .rental-search {
  width: calc(100% - 135px);
  margin-bottom: 0;
  padding: 13px 10px;
}
@media only screen and (min-width: 1400px) {
  .rental-block .form-wrap .rental-search {
    padding: 15px 20px;
  }
}
.rental-block .btn-with-icon {
  max-width: 220px;
  width: 100%;
}
.rental-block h4 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 2px #D1D1D1;
}
.rental-block .form-check {
  margin-bottom: 0;
}
.rental-block .search-form {
  width: 100%;
}

.rentals-left-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rentals-left-info h5 {
  margin-bottom: 5px;
  width: 100%;
}
.rentals-left-info p {
  max-width: 170px;
}

.rental-detail-head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.rental-detail-head .rental-detail-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231F20;
  background-color: #ffffff;
  padding: 15px;
  width: 48%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.rental-detail-head .rental-detail-link span {
  transition: all 0.2s ease-in-out 0s;
}
.rental-detail-head .rental-detail-link.active, .rental-detail-head .rental-detail-link:hover {
  color: #ffffff;
  background-color: #0061AE;
}
.rental-detail-head .rental-detail-link.active span, .rental-detail-head .rental-detail-link:hover span {
  color: #ffffff;
}

.barcode-teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.barcode-teaser .barcode-left {
  width: 100%;
}
.barcode-teaser .barcode-right {
  width: 100%;
  border-top: solid 2px #D1D1D1;
  padding: 15px 0;
}
.barcode-teaser .barcode-right .custom-form-inner .custom-form-column {
  width: 48%;
}
.barcode-teaser .info-table {
  margin-bottom: 10px;
}
.barcode-teaser .info-table td {
  vertical-align: top;
  padding-bottom: 10px;
}
.barcode-teaser .info-table td strong {
  font-weight: 700;
  color: #0061AE;
  padding-right: 10px;
}

.order-info-left .info-table {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #D1D1D1;
}
.order-info-left .info-table p span {
  display: block;
  color: #0061AE;
  font-weight: 700;
}
.order-info-left .order-info-teaser .table {
  margin-bottom: 0;
}

/**** Returns CSS * ***/
.search-teaser .ct-header-right {
  height: auto;
}

.search-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 25px;
}
.search-form .form-wrap {
  width: 100%;
  margin-right: 25px;
  margin-bottom: 0;
}
.search-form .form-wrap .form-control {
  margin-bottom: 0;
}
.search-form .form-wrap .form-control.rounded-10 {
  border-radius: 10px;
}
.search-form .btn {
  margin-bottom: 5px;
  padding: 10px 30px;
}

@media only screen and (min-width: 992px) {
  .rental-block {
    margin-bottom: 0;
    height: 100%;
  }
  .rental-detail-head .rental-detail-link {
    width: 19%;
    padding: 15px 30px;
  }
  .rental-detail-head .rental-detail-link span {
    max-width: 150px;
  }
  .rentals-left-info {
    max-width: 170px;
  }
  .order-info-left {
    border-bottom: solid 2px #D1D1D1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .order-info-left .info-table {
    width: 300px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .order-info-left .order-info-teaser {
    width: calc(100% - 320px);
    padding: 0 20px 0 40px;
    border-left: solid 2px #D1D1D1;
  }
}
@media only screen and (min-width: 1200px) {
  .barcode-teaser {
    flex-direction: row;
  }
  .barcode-teaser .barcode-left {
    width: 230px;
  }
  .barcode-teaser .barcode-right {
    width: calc(100% - 245px);
    border-top: 0;
    border-left: solid 2px #D1D1D1;
    padding: 0 15px;
  }
  .order-info-left {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    height: calc(100% - 30px);
  }
  .order-info-left .info-table {
    width: 160px;
  }
  .order-info-left .order-info-teaser {
    width: calc(100% - 165px);
    padding: 0 20px;
    border-right: solid 2px #D1D1D1;
  }
}
@media only screen and (min-width: 1400px) {
  .order-info-left .info-table {
    width: 175px;
  }
  .order-info-left .order-info-teaser {
    width: calc(100% - 180px);
    padding: 0 40px;
  }
  .order-info-right {
    padding-left: 20px;
  }
}
.cylinders-table tr td {
  vertical-align: middle;
}

#editCustomer .modal-body .form-select {
  background-color: rgba(147, 149, 151, 0.2);
  border-radius: 5px;
  border-color: transparent;
}
#editCustomer .modal-body .form-select:focus {
  border-color: #0061AE;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.custom-tab-block {
  display: flex;
  width: 90%;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  padding-top: 70px;
}
.custom-tab-block .custom-tab-link {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  counter-increment: custom-counter;
  padding-top: 15px;
}
@media only screen and (max-width: 992px) {
  .custom-tab-block .custom-tab-link {
    font-size: 12px;
    padding-top: 5px;
    line-height: normal;
  }
}
.custom-tab-block .custom-tab-link:before {
  content: "";
  background-color: #939597;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 50%;
  top: -53px;
}
@media only screen and (max-width: 992px) {
  .custom-tab-block .custom-tab-link:before {
    width: 24px;
    height: 24px;
    top: -51px;
  }
}
.custom-tab-block .custom-tab-link:after {
  display: none;
  content: counter(custom-counter);
}
.custom-tab-block .custom-tab-link.finish:before, .custom-tab-block .custom-tab-link.current:before {
  display: none;
}
.custom-tab-block .custom-tab-link.finish:after, .custom-tab-block .custom-tab-link.current:after {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 4px #0061AE;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -70px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  z-index: 2;
}
.custom-tab-block .custom-tab-link.finish:after {
  width: 43px;
  height: 43px;
  background-color: #0061AE;
  color: #ffffff;
  top: -61px;
}
.custom-tab-block .custom-tab-link.current {
  font-weight: 700;
  color: #0061AE;
}
.custom-tab-block .custom-tab-link.current:after {
  background-color: #ffffff;
  color: #0061AE;
}
.custom-tab-block:before {
  content: "";
  width: calc(100% - 88px);
  height: 4px;
  top: 30px;
  display: block;
  background-color: #939597;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.custom-tab-block:after {
  content: "";
  height: 4px;
  top: 30px;
  display: block;
  background-color: #0061AE;
  position: absolute;
  left: 58px;
  width: 0;
}
@media only screen and (max-width: 992px) {
  .custom-tab-block:after {
    left: 28px;
  }
}
.custom-tab-block.finish-1:after {
  width: 44%;
}
.custom-tab-block.finish-3:after {
  width: 88%;
}
.custom-tab-block.customer-steps.finish-1:after {
  width: 13%;
}
.custom-tab-block.customer-steps.finish-2:after {
  width: 33%;
}
.custom-tab-block.customer-steps.finish-3:after {
  width: 53%;
}
.custom-tab-block.customer-steps.finish-4:after {
  width: 64%;
}
.custom-tab-block.customer-steps.finish-5:after {
  width: 76%;
}
.custom-tab-block.customer-steps.finish-6:after {
  width: 88%;
}

.custom-input-height .form-control {
  height: 100px;
}

@media only screen and (min-width: 1400px) {
  .custom-tab-block .custom-tab-link {
    font-size: 18px;
    line-height: 28px;
  }
}
.cylinder-teaser {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  height: calc(100% - 30px);
}
.cylinder-teaser .cylinder-content {
  width: 40%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .cylinder-teaser .cylinder-content {
    width: 54%;
  }
}
.cylinder-teaser .cylinder-content ul {
  margin-bottom: 40px;
}
.cylinder-teaser .cylinder-image {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .cylinder-teaser .cylinder-image {
    width: 46%;
  }
}
.cylinder-teaser .cylinder-image img {
  margin-bottom: 25px;
}

.no-customer {
  padding: 10px 25px 0;
}
.no-customer h5 {
  color: #002C4E;
}
.no-customer h5 a {
  color: #0061AE;
  text-decoration: underline;
}
.no-customer h5 a:hover {
  text-decoration: none;
}

.cylinder-counter {
  width: 100%;
  max-width: 190px;
  padding: 10px 20px;
  background-color: #0061AE;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cylinder-counter input {
  width: 35%;
  border: 0;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background-color: #0061AE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 700;
  outline: 0;
}
.cylinder-counter span {
  display: block;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 30px;
}

.customer-tabs-wrap {
  padding-top: 30px;
}
.customer-tabs-wrap .customer-btn {
  position: relative;
  top: -70px;
}
.customer-tabs-wrap .customer-content .tab-pane-content {
  background-color: #ffffff;
  padding: 30px;
}
.customer-tabs-wrap .customer-content .tab-pane.first-tab .tab-pane-content {
  border-radius: 0 8px 8px 8px;
}
.customer-tabs-wrap .customer-content .tab-pane.second-tab .tab-pane-content {
  border-radius: 8px;
}
.customer-tabs-wrap .customer-content .tab-pane.third-tab .tab-pane-content {
  border-radius: 8px 0 8px 8px;
}

.customer-tab {
  display: flex;
  border-bottom: none;
}
.customer-tab li {
  display: block;
}
.customer-tab li a.nav-link {
  padding: 25px 30px 24px;
  background-color: transparent;
  display: block;
  border: none;
  color: #002C4E;
}
.customer-tab li a.nav-link.active {
  background-color: #ffffff;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.customer-tab li.active a.nav-link {
  background-color: #ffffff;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.customer-tab li:hover a {
  color: #0061AE;
}

.history-header .btn {
  min-width: 290px;
}

@media only screen and (min-width: 1200px) {
  .cylinder-counter {
    padding: 20px;
  }
}
.scanBarcodeImg .cylinder-image img {
  max-width: 315px;
}
.scanBarcodeImg .cylinerMainCt {
  width: calc(100% - 360px);
}
@media only screen and (max-width: 992px) {
  .scanBarcodeImg {
    flex-wrap: wrap;
  }
}

.cylinderAssignment .cylinder-image {
  width: 250px;
  max-width: 100%;
}

.payment-teaser-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 30px auto 50px;
}
.payment-teaser-wrap .payment-column {
  width: 47%;
  background-color: #0061AE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-teaser-wrap .payment-column .payment-column-content {
  max-width: 340px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.payment-teaser-wrap .payment-column .payment-column-content h5, .payment-teaser-wrap .payment-column .payment-column-content p {
  color: #ffffff;
  margin-bottom: 30px;
}
.payment-teaser-wrap .payment-column .payment-column-content .btn.btn-white {
  border-color: #ffffff;
}
.payment-teaser-wrap .payment-column .form-control {
  background-color: #ffffff;
}

.card-block {
  max-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.card-block a + a {
  margin-left: 10px;
}

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  padding: 0 20px;
  height: calc(100vh - 50px);
}
.login-wrap .login-inner {
  max-width: 665px;
  width: 100%;
  margin: 0 auto;
}

.info-text {
  font-weight: 300;
}

.login-header {
  margin-bottom: 50px;
  text-align: center;
}

.login-form-wrap {
  padding: 45px 15px 55px;
}

.login-form {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.login-form .btn-block {
  padding-top: 10px;
}
.login-form .form-wrap {
  margin-bottom: 20px;
}
.login-form h1 {
  font-weight: 400;
  color: #231F20;
  margin-bottom: 20px;
}

.password-note ul {
  margin-bottom: 10px;
}
.password-note ul li {
  margin-bottom: 2px;
  font-weight: 300;
}
.password-note ul li img {
  margin-right: 10px;
}

.footer-link {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.customer-link-inner {
  position: relative;
  padding: 20px 0;
  max-width: 400px;
  min-height: 100vh;
  margin: 0 auto 20px;
}
.customer-link-inner .btn.btn-wide {
  padding: 24px 40px;
  border-radius: 50px;
  min-width: 158px;
}

.next-link {
  margin-right: 30px;
}

.summary-checkbox {
  padding: 20px 0;
}

.custoer-checkbox .form-check {
  padding-left: 30px;
  position: relative;
}
.custoer-checkbox .form-check .form-check-input {
  position: absolute;
  margin-right: 0;
  left: 20px;
}
.custoer-checkbox .form-check label a {
  color: #0061AE;
  text-decoration: underline;
}

.customer-header {
  margin: 30px auto 20px;
  padding: 0 30px;
}

.customer-footer-link {
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  bottom: 0;
}

.customer-link-content {
  margin: 0 auto 50px;
  padding: 0 30px;
  max-width: 400px;
}

.customer-card-teaser {
  padding: 30px;
  margin-bottom: 25px;
}

.customer-card-block {
  background-color: #0061AE;
  max-width: 400px;
  padding: 30px;
  width: 100%;
}
.customer-card-block h5 {
  color: #ffffff;
}
.customer-card-block .card-list {
  display: flex;
  padding-top: 5px;
}
.customer-card-block .card-list a + a {
  margin-left: 10px;
}

.customer-payment-table .table thead tr {
  background-color: #d9e7f3;
}
.customer-payment-table .table thead tr th {
  border-bottom: none !important;
  padding: 10px 5px;
}
.customer-payment-table .table thead tr th:first-of-type {
  border-radius: 10px 0 0 0;
  padding: 10px 20px;
}
.customer-payment-table .table thead tr th:last-of-type {
  border-radius: 0 10px 0 0;
  padding: 10px 5px;
}
.customer-payment-table .table thead tr th.sorting::before, .customer-payment-table .table thead tr th.sorting::after {
  display: none;
}
.customer-payment-table .table tbody tr.tbl-accordion-header.blue-bg {
  background-color: #d9e7f3;
}
.customer-payment-table .table tbody tr td {
  padding: 10px 5px;
  min-width: 40px;
}
.customer-payment-table .table tbody tr td table td {
  padding: 5px 0;
}
.customer-payment-table .table .tbl-toggle img {
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.customer-payment-table .table .tbl-toggle.active-toggle img {
  transform: rotate(180deg);
}
.customer-payment-table .tbl-accordion-body {
  display: none;
}
.customer-payment-table .tbl-accordion-body h6 {
  color: #231F20;
}/*# sourceMappingURL=main.css.map */