@font-face {
  font-family: "brandon-grotesque";
  src: url("../fonts/brandon_light.woff2") format("woff2"),
    url("../fonts/brandon_light.woff") format("woff"),
    url("../fonts/brandon_light.eot") format("embedded-opentype"),
    url("../fonts/brandon_light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brandon_light.ttf") format("truetype"),
    url("../fonts/brandon_light.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  src: url("../fonts/brandon_light_it.woff2") format("woff2"),
    url("../fonts/brandon_light_it.woff") format("woff"),
    url("../fonts/brandon_light_it.eot") format("embedded-opentype"),
    url("../fonts/brandon_light_it.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brandon_light_it.ttf") format("truetype"),
    url("../fonts/brandon_light_it.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "brandon-grotesque";
  font-display: swap;
  src: url("../fonts/brandon_bld.woff2") format("woff2"),
    url("../fonts/brandon_bld.woff") format("woff"),
    url("../fonts/brandon_bld.eot") format("embedded-opentype"),
    url("../fonts/brandon_bld.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brandon_bld.ttf") format("truetype"),
    url("../fonts/brandon_bld.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  font-display: swap;
  src: url("../fonts/brandon_bld_it.woff2") format("woff2"),
    url("../fonts/brandon_bld_it.woff") format("woff"),
    url("../fonts/brandon_bld_it.eot") format("embedded-opentype"),
    url("../fonts/brandon_bld_it.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brandon_bld_it.ttf") format("truetype"),
    url("../fonts/brandon_bld_it.svg") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "brandon-grotesque";
  font-display: swap;
  src: url("../fonts/brandon_med.woff2") format("woff2"),
    url("../fonts/brandon_med.woff") format("woff"),
    url("../fonts/brandon_med.eot") format("embedded-opentype"),
    url("../fonts/brandon_med.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brandon_med.ttf") format("truetype"),
    url("../fonts/brandon_med.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "brandon-grotesque";
  font-display: swap;
  src: url("../fonts/brandon_med_it.woff2") format("woff2"),
    url("../fonts/brandon_med_it.woff") format("woff"),
    url("../fonts/brandon_med_it.eot") format("embedded-opentype"),
    url("../fonts/brandon_med_it.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brandon_med_it.ttf") format("truetype"),
    url("../fonts/brandon_med_it.svg") format("svg");
  font-weight: 500;
  font-style: italic;
}

body {
  font-family: "brandon-grotesque", "Montserrat", "Century Gothic", Helvetica,
    Arial, sans-serif !important;
  padding-top: 0px;
  font-size:17px;
  font-weight:500;
}

html,
body {
    /*height: 100%;*/
    overflow:auto;
}

.full-height {
    height: 95%;
}

h1 {
    margin-top: 10px !important;
    /*font-size: 1.2em !important;*/
}

.h1 {
    font-size:2em;
    font-weight:bold;
}

h2 {
  color: #bea166 !important; /*gold*/
  font-weight: bold !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  font-size: 1.8em !important;
}

h3 {
  color: #2a4783 !important;
  font-weight: bold !important;
  margin-top: 20px !important;
  font-size: 1.5em !important;
  margin-bottom: 3px !important;
}

btn {
  font-size: 1.5em !important;
}

.h6,
h6 {
  font-size: 1em !important;
}

header {
  background-color: white; /* #2a4783;*/
  width: 100%;
}

iframe {
  border: none !important;
}

hr {
  border: 2px solid #2a4783 !important;
  margin-bottom: 1rem !important;
}

.header-title {
  color: #bea166;
  background-color: #2a4783;
  height: 60px /*68.4px*/;
}

.header-title h1 {
  padding-top: 1rem !important;
}

.section-header {
  color: #bea166;
}

#logo {
  margin: 15px 0px 20px 0px;
}

.container {
    max-width: 90% !important;
}

.home-container {
  padding-top: 30px;
}

.summary {
  min-height: 33px;
  border-bottom: 1px #c4c4c4 solid;
  background-color: white !important;
  line-height: 1;
}

.position-relative {
  position: relative !important;
}

.sticky {
  position: sticky;
  top: 0px;
}

.sticky-vehicle {
  position: sticky;
  top: 100px !important;
  z-index: 100;
}

.summary .row {
  flex-wrap: nowrap !important;
  justify-content: center !important;
}

/*.summary .row .summary-icon i {
    padding-left: 20px;
}*/

.main {
  background-image: url(../Images/background.jpg);
  background-repeat: no-repeat;
  border-radius: 0px !important;
  overflow: unset !important;
  top: 0px !important;
  background-size:cover !important;
}

.forceDisplay {
  display: block !important;
}

.mainForm {
  padding-top: 5px;
  padding-bottom: 20px;
}

.tabs li {
  font-size: 18px !important;
}

.warningHead {
  font-size: 1.25rem !important;
  padding-top: 20px !important;
}

#ui-datepicker-div {
  z-index: 11000 !important;
}

input {
    color: black;
    background-color: white;
    border-color: #478078;
    /*font-size: 0.8em;*/
}

.input-group {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.input-group-text {
  background-color: var(--white);
  color: #e0e0e0;
  padding: 0.35rem 0.5rem;
  border: 0;
}

.icon {
  font-size: 30px;
  width: auto;
  max-height: 100%;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
  height: 36px;
  max-width: 50px;
}

.reviewCard {
  border-radius: 25px;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.reviewCard.card-small {
  border-radius: 15px;
}

.reviewCard-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.reviewCard-footer {
  padding: 0;
  margin-top: 15px;
  background-color: transparent;
  border: 0;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 25px;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.btn,
button {
    margin: 10px 1px;
    padding: 11px 30px;
    cursor: pointer;
    position: relative;
    border: none;
    font-weight: 500;
    font-size: 1em;
    background: none;
    background-color: rgba(255, 255, 255, 0);
    color: var(--white);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    z-index: 0;
}

    .btn:before {
        content: "";
        border-radius: 15px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(135deg, #28a428 10%, #478078 80%);
        z-index: -1;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0.05, 0.1, 1);
        transition: all 0.3s cubic-bezier(0.4, 0.05, 0.1, 1);
    }

.btn:active,
.btn:focus,
.btn:hover,
.btn:active {
  color: var(--white);
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2) !important;
  outline: none;
  border: none;
  background: none;
  background-color: white !important;
}

.btn:active:before,
.btn:focus:before,
.btn:hover:before,
.btn:active:before {
  opacity: 0.8;
}

.btnSpecial:before {
    background: linear-gradient(130deg, #c8b789 10%, #c8b789 100%) !important;
}

label,
.label {
    color: #2a4783;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1em;
}

.nowrap {
    white-space:nowrap;
}

.bookingTable {
    min-width: 100%;
    border-width: 0px !important;
}

.bookingTableHeader {
    height: 80px;
}

.tableHeader {
    max-width:60px;
}

.tableHeader-flex {
    min-width:80px;
}

.tableHeaderLabel {
  text-align:center !important;
  font-size:0.9em;
}

.bookingLabel{
    font-size:1em;
    display: inline-block;
    text-align:center;
    width:100%;
}

.bordered {
    border-color: lightgrey;
    border-width: thin;
    border-style: solid;
}

.pager td {
    padding:0px 5px 0px 5px;
}

.width-160 {
    max-width:160px;
}

.filter {
    background-color: white !important;
    border: 1px solid lightgrey;
    width: 100%;
    color: black;
}

div.scroll {
    overflow-x:auto;
}

@media only screen and (max-width: 600px) {
    .sm-hide {
        display:none;
    }
}

.ui-widget-header {
    background-color: #2a4783 !important;
    color: white !important;
}

.required {
  background-color: #f5deb3 !important;
}

.review label {
  margin-bottom: 0px !important;
  margin-top: 2px !important;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .fas {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color: #c4c4c4;
  z-index: 999;
}

/* align icon */
.left-addon .fas {
  left: 0px;
}

.right-addon .fas {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
  border-color: #c4c4c4;
  color: #2a4783;
  font-size: 0.9em !important;
  padding: 2px 0px 2px 5px;
}

#time-display {
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  white-space: nowrap;
}

.prev,
.next {
  margin: 10px 0px 5px 0px;
}

.tab-button {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  border: none;
  font-weight: 500;
  background: none;
  background-color: rgba(255, 255, 255, 0);
  color: var(--white);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.highlighted {
  background-color: #bea166;
}

.summary-icon {
  color: #bea166;
  margin: 5px 5px 0px 0px;
  font-size: 1.3em;
}

.summary-text {
  color: #c4c4c4;
  margin: 6px 0px 5px 0px;
  font-size: 1em;
}

.summary-text-icon {
  padding: 0px 5px 0px 5px;
}

.summary-text-selected {
  color: black !important;
}

.vehicle-selector-bar {
  /*height: 100px;*/
}

.vehicle-button {
  min-width: 100px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.vehicle-button img {
  max-height: 100px !important;
}

@media only screen and (max-width: 993px) {
  .vehicle-selector-bar {
    display: none;
  }
}

.vehicle-button:hover {
  cursor: pointer;
}

.top-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

.sticky-bottom {
  /*padding:10px 0px 10px 0px;*/
  position: sticky;
  bottom: 10px;
}

.transparent {
  background: transparent;
}

.vehicle-button-icon {
  margin-top: 2%;
  height: 32px;
}

.vehicle-button-text {
  /*margin-top: 3%;*/
  font-size: 0.8em;
  color: #2a4783;
}

.vehicle-button-text-current {
  /*
	margin-top: 5%;
	font-size: 0.8em;
	*/
  color: white !important;
}

.vehicle {
  margin-bottom: 10px;
  padding: 0px 20px 10px 20px;
  border: 1px #f0f0f0 solid;
  border-radius: 10px;
  background: #fff;
}

.vehicle-selected {
  border: 4px #bea166 solid !important;
  border-radius: 10px;
}

.vehicle-featured {
  border: 1px #bea166 solid;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0px 20px 10px 20px;
}

.vehicle-featured legend {
  width: auto;
  color: #bea166;
  font-style: italic;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.vehicle-featured div {
  /*margin-bottom: 0px !important;*/
}

.vehicle-header {
  border-bottom: 1px #c4c4c4 solid;
}

.vehicle-header-icon {
  height: 40px;
  margin-top: 10px;
}

.vehicle-rate {
  /*
        border: 1px #c4c4c4 solid;
        border-radius: 5px;
    */
}

.vehicle-capacity-icon {
  text-align: center;
  width: 40px;
  color: #bea166;
  font-size: 1.2em;
}

.vehicle-capacity {
  color: #2a4783;
  margin-top: 2px;
}

.vehicle-brief {
  /*margin-top: 20px;*/
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  font-style: italic;
  font-size: medium;
  color: grey;
}

.vehicle-rate-type {
  color: #2a4783;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 15px;
}

.vehicle-rate-value {
    color: #bea166;
    font-size: 2.2em;
    font-weight: bold;
    text-align: right;
}


.vehicle-pay-type {
  color: #2a4783;
  font-weight: bold;
  font-size: 0.8em;
  /*margin-top: 15px;*/
}

.vehicle-pay-col {
  column-width: auto;
}

.vehicle-pay-value {
  color: #bea166;
  font-size: 1em;
  font-weight: bold;
}

.vehicle-rate-notes {
  font-size: 0.6em;
  margin-bottom: 3px !important;
  text-align: right;
  color: grey;
}

.additional-charge-notes {
  font-size: 0.6em;
}

.invalid-feedback {
  margin-bottom: 10px;
}

.bootstrap-timepicker-widget table td input {
  width: 40px !important;
}

#travelTime, #travelTime2 {
    min-width: 50px !important;
}

#travelTimeDisplay, #travelTime2Display {
    margin: 15px 20px 15px 10px;
}

.warning {
  color: yellow !important;
}

.table {
  color: #2a4783;
}

.total {
  font-weight: 700;
  font-size: 25px;
  color: #bea166;
}

.nav-tabs {
    padding: 0px !important ;
}

.uppercase {
    text-transform: uppercase;
}

.btn {
    font-size: 1em !important;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

#map {
    height: 100%;
}

#links {
    position: relative !important;
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}

#links a {
    color: white;
    margin-left: 10px;
}

.table td {
    vertical-align: middle !important;
}

.input-group table {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.input-group input[type=checkbox] {
    margin-right: 10px;
}

#menu {
    position: absolute;
    top: 90px;
    left: 10px;
    background-color: white;
    padding: 5px 10px 0px 10px;
    min-width: 420px;
}

#menu label {
    font-weight: unset;
    letter-spacing: unset;
}

#filters .card {
    width:100%;
}

#filters .card-header {
    padding: 5px 15px 0px 15px;
}

#filters .card-body {
    padding: 10px;
}

#searchIcon {
    width: 20px;
    height: 20px;
}

#vehicleList {
    max-height: 200px;
    display: block;
    overflow: auto;
    margin-right:5px;
}

#vehicleList div {
    width: 100%;
    padding-left: 20px;
}

#vehicleList input {
    margin-right: 10px;
}

#vehicleList label {
    margin-bottom: unset;
}

#vehicleList .onduty {
    color: #50d645 !important;
}

#vehicleList .offduty {
    color: #767676 !important;
}

#vehicleList .active {
    color: orange !important;
}

#vehicleList .inactive {
    color: lightgrey !important;
}

.map-marker-label-active {
    width: 100px;
    height: 20px;
    border: 1px solid #478078;
    border-radius: 5px;
    background: #50d645;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.map-marker-label-inactive {
    width: 100px;
    height: 20px;
    border: 1px solid #478078;
    border-radius: 5px;
    background: #767676;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.map-marker-label-offduty {
    width: 100px;
    height: 20px;
    border: 1px solid #478078;
    border-radius: 5px;
    background: orange;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.map-marker-label-delayed {
    width: 100px;
    height: 20px;
    border: 1px solid #478078;
    border-radius: 5px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.map-marker-label-unavailable {
    width: 100px;
    height: 20px;
    border: 1px solid #478078;
    border-radius: 5px;
    background: #C0C0C0;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

#legends .active {
    height: 20px;
    border: 1px solid #478078;
    background: #50d645;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}

#legends .inactive {
    height: 20px;
    border: 1px solid #478078;
    background: #767676;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}

#legends .offduty {
    height: 20px;
    border: 1px solid #478078;
    background: orange;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}

#legends .delayed {
    height: 20px;
    border: 1px solid #478078;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}

#legends {
    position: absolute;
    bottom: 20px;
    left: 25px;
    background-color: white;
    padding: 5px 10px 10px 10px;
}

.mapMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #478078;
    color:white;
}

.mapMessage td {
    text-align:center;
    padding:20px;
}

.card-header {
    background-color: #478078 !important;
    color: white;
}

button.gm-ui-hover-effect {
    top: 0px !important;
    right: 0px !important;
}

.card-header, .list-view th, div.ui-datepicker-header, div.ui-datepicker-title {
    background-color: #478078 !important;
    color: white;
}

.list-view {
    margin: 30px 20px 20px 15px;
}

#report .list-view, #settings .list-view {
    margin: 20px 0px;
}

.list-view th, .list-view td {
    text-align: center;
}

.list-view th, .list-view td {
    border: 1px solid #ddd;
    padding: 5px;
}

.list-view tr:nth-child(even) {
    background-color: #f2f2f2;
}

.list-view > div {
    width: 100%;
}

#reportList {
    width:100%;
}

.img-btn {
    cursor: pointer;
    width: 30px;
}

#MainContent_ports > th, MainContent_ports > td {
    text-align: left;
}

.legendIcon {
    width: 30px;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding-bottom: 15px;
}

#brandLogo {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    height: 50px;
}

.map-infowindow-ontime {
    color: green;
}

.map-infowindow-delayed {
    color: red;
}

.thumbnail {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    width: 150px; /* Set a small width */
}

.thumbnail:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    cursor: pointer;
}

.accounts-container {
    height:150px;
    overflow-y:scroll;
}

.accounts-container input {
    margin-right:5px;
}

.tableFixHead {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    max-height: 450px; /* gives an initial height of 200px to the table */
}

.tableFixHead thead th {
    position: sticky; /* make the table heads sticky */
    top: 0px; /* table head will be placed from the top of the table and sticks to it */
}

.wrapped {
    white-space: normal !important;
}

.pre-wrap {
    white-space: pre-wrap !important;
}

.scheduleOff {
    color: red;
}

.scheduleSet {
    color: darkgreen;
}

.editable {
    cursor:pointer;
}

.readonly {
    cursor: default;
    background-color:lightgrey;
}

.timeinput {
    width:80px;
    text-align:center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 30px;
    margin-right:5px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: green;
}

input:checked + .red {
    background-color: red !important;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

textarea {
    border-width:thin;
}

input.timepicki-input {
    margin: 0px;
}

.time, .mins, .meridian {
    width: 32px;
    margin: 0px 5px;
}

.prev, .next {
    width: 30px;
}

.timepicker_wrap {
    width: 150px;
}

#reportListContainer a {
    color: white;
    text-decoration: underline;
}

.fill {
    width: 70% !important;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 395px;
}

.expander {
    width:20px;
    cursor:pointer;
}

.btn-inactive {
    border-radius: 5px;
    background: #C0C0C0;
    color: white;
    padding: 3px 10px;
    height: 30px;
    width: 105px;
    cursor: pointer;
}


.btn-active {
    border-radius: 5px;
    background: #50D645;
    color: white;
    padding: 3px 10px;
    height: 30px;
    width: 105px;
    cursor: pointer;
}

.textfield-form {
    height: auto;
    border: none;
    width: 100%;
    padding: 10px;
}

    .textfield-form:focus-visible {
        outline: none;
    }

.vehicleMarker {
    align-items: center;
    border-radius: 50%;
    color: #263238;
    /*
        display: flex;
        font-size: 14px;
        gap: 15px;
        height: 30px;
    */
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: auto;
}

.vehicleMarker .icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

#gvBookings_paginate .next,
#gvBookings_paginate .prev {
    width: auto;
    height: auto;
}