.luggage-container .luggage-landpage-list {
  margin-bottom: 20px;
}
.luggage-container .luggage-landpage-list a {
  padding: 6px 12px !important;
  margin-right: 12px;
}
.luggage-container .luggage-landpage-list a:hover,
.luggage-container .luggage-landpage-list a:focus {
  background-color: #286090 !important;
}
.luggage-container .common-block {
  border: 1px solid #999;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 #000;
}
.luggage-container .common-block legend {
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  margin: 0;
}
/***********************************
************************************
             COMMON CSS
************************************
***********************************/
html,
body {
  font-family: "Quasimoda", Arial, Sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background: #ccc;
}
.italic {
  font-style: italic;
}
.bold,
strong {
  font-weight: bold;
}
.bold-italic {
  font-weight: bold;
  font-style: italic;
}
.demi {
  font-weight: 600;
  font-style: normal;
}
.demi-italic {
  font-weight: 600;
  font-style: italic;
}
/*Page Header*/
h1 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0f3a6b;
}
/*Page Sub-Header*/
h2 {
  font-size: 21px;
  font-weight: 600;
  color: #333;
}
/*Text-section Header*/
h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000033;
}
/*Footer Column Header*/
h4 {
  font-size: 15px;
  font-weight: 600;
  color: #0f3a6b;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
label {
  font-weight: normal;
  color: #000;
  font-size: 16px;
}
select,
input,
select.form-control,
input.form-control {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
/*Remove padding and margin*/
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-margin {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
/*Footer Legal links, copyright, etc*/
.legal-footer,
.legal-footer p {
  font-size: 12px;
}
/*Utility Navigation, Utility dropdown*/
.menu-item-list a,
.menu-item-list select {
  font-size: 14px;
  color: #4e5a75;
}
/*Main Navigation*/
.pnav {
  font-size: 16px;
  color: #192a54;
}
/***********************************
************************************
          COMMON COMPONENTS
************************************
***********************************/
.header-container,
.main-container,
.navbar-container,
.breadcrumb-container {
  background: #fff;
}
.header-container {
  padding-top: 6px;
  padding-bottom: 9px;
  border-bottom: 20px solid #192958;
}
.header-container .welcome-user {
  margin-top: 10px;
}
.header-container .welcome-user .role-expired-message {
  color: red;
  font-size: 14px;
}
.header-container .welcome-user .user-info,
.header-container .user-auth .logout {
  margin-left: 10px;
}
.footer-container {
  background: #f2f2f2;
  border-top: 1px solid #ccc;
}
.footer-body {
  padding: 30px 0 5px 0;
}
/*Top Navigation*/
ul.top-nav li {
  cursor: pointer;
  max-width: 185px;
  min-width: 105px;
  margin: 0;
}
ul.top-nav li a.list-group-item {
  border: none;
  border-radius: 0;
  height: 100px;
  padding-top: 12px;
  outline: 0;
}
ul.top-nav li a.list-group-item.pnav {
  font-size: 14px;
  color: #192a54;
}
@media (max-width: 1291px) {
  ul.top-nav li a.list-group-item.pnav {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  ul.top-nav li a.list-group-item.pnav {
    font-size: 12px;
  }
}
ul.top-nav li a.list-group-item i {
  padding-bottom: 5px;
}
.dropdown-menu.manage-doc-nav {
  left: 6%;
}
.dropdown-text {
  word-wrap: break-word;
  white-space: normal;
}
/*Customize bootstrap navigation*/
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  border: 0;
  border-radius: 0;
  background: #fff;
}
.navbar-form {
  padding: 0;
  margin: 20px 0;
}
.navbar-form input {
  margin-right: 20px;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-container,
.breadcrumb-container {
  background: #fff;
}
.navbar-container {
  padding: 0;
}
.navbar-collapse {
  text-align: center;
}
.navbar-collapse .navbar-nav {
  display: flex;
  justify-content: space-between;
  float: none;
  vertical-align: top;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs li > a {
  border-color: #eee #eee #ddd;
}
.nav-tabs a {
  cursor: pointer;
}
.nav-tabs li:not(.active) a {
  background-color: #ddd;
  color: #000;
}
.manage-groups-nav > li a {
  word-wrap: break-word;
  white-space: normal;
}
/*BREADCRUMB*/
.breadcrumb {
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb > li,
.breadcrumb > li.active,
.breadcrumb > li a {
  color: #000033;
}
.breadcrumb > li + li:before {
  color: #000033;
  content: "\003E";
}
.table-borderless > tbody > tr > td,
.table-borderless > thead > tr > th {
  border: 0;
}
.table > tbody > tr > td.td-no-padding {
  padding: 0;
}
thead th {
  padding: 8px;
}
thead {
  background: #ddd;
}
.tbl-common > tbody > tr > td {
  padding: 4px;
  vertical-align: middle;
}
.expiredModal .message-section {
  margin-bottom: 30px;
}
.expiredModal .message-section h2 {
  float: left;
}
.expiredModal .message-section img {
  float: right;
}
.modal-dialog .modal-header {
  background: #f2f2f2;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.error-msg {
  color: red;
}
.error {
  color: red;
}
.required {
  color: red;
}
.luggage-res-form-group div {
  position: relative;
  margin-right: 0px;
}
.luggage-res-form-group div.required:after {
  position: absolute;
  content: '*';
  color: red;
  right: 4px;
  top: 28px;
}
ul {
  list-style-type: none;
}
.newRow {
  background-color: #f0edf4 !important;
}
.editedRow {
  background-color: #fffacd !important;
}
.confirmation-modal .modal-dialog {
  margin-top: 10%;
}
.dropdown:hover .dropdown-menu:not(.inventory-select-year) {
  display: block;
}
.custom-loading-wrapper {
  position: fixed;
  display: none;
  z-index: 1999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ddd;
  opacity: 0.6;
}
.custom-loading-wrapper.active {
  display: block;
}
.custom-loading-wrapper .loading-icon-wrapper {
  position: absolute;
  color: #337ab7;
  top: 45%;
  left: 50%;
}
.datatable-selected {
  background-color: #acbad5;
}
.luggage-reservations-table-container {
  margin-botom: 40px;
}
#luggageReservationsTable_wrapper {
  margin-bottom: 40px;
}
.new-luggage-reservation input,
.new-luggage-reservation select,
.new-luggage-reservation button,
.new-luggage-reservation textarea,
.search-luggage-reservations input,
.search-luggage-reservations button,
.search-luggage-reservations select,
.luggage-comments {
  margin-bottom: 20px;
}
.margin-left-25px {
  margin-left: 25px;
}
.disabled-editing-container {
  pointer-events: none;
}
.enable-pointer-event {
  pointer-events: all;
}
.default-bg-color {
  background-color: #fff !important;
}
.full-block {
  width: 100%;
}

.item-date button[type="submit"]{
  opacity:0;
}
.table_custom_border tr{
  border-top:1px solid #ddd;
}
.table_custom_border tr:hover,.table_custom_border.table-striped>tbody>tr:hover:nth-child(odd){
  background:#888;
}
.table_custom_border tr td,.table.table_custom_border>tbody>tr>td{
  border:0;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
  content:"\e067"
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.check-mark:before {
  content:"\e157"
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width:100% !important;
  margin:0;
  max-width: 184px;
}

td.editable, input.deliveryDatePicker{
  color:blue;
}

td.edited{
  color:blue;
  background: lightyellow;
}
.input-delivery-date {
  background: transparent;
  border: none;
}
/* HTML Table Column Width */
.tab-col-width-04 {
  width: 4%
}

.tab-col-width-05 {
  width: 5%
}

.tab-col-width-06 {
  width: 6%
}

.tab-col-width-08 {
  width: 8%
}

.tab-col-width-09 {
  width: 9%
}

.tab-col-width-10 {
  width: 10%
}

.tab-col-width-12 {
  width: 12%
}

.tab-col-width-15 {
  width: 15%
}

.tab-col-width-20 {
  width: 20%
}

.tab-col-width-25 {
  width: 25%
}

.tab-col-width-40 {
  width: 40%
}
.slick-prev, .icon-chevronleft {
  transform: rotate(180deg);
}

.icon-chevronleft, .icon-chevronright {
  background-repeat: no-repeat;
  background-image: url('../images/arrow-01.svg');
  background-color: #ffffff;
  font-size: 40px;
  font-weight: unset;
  color: #192958;
}

.icon-chevronleft:hover, .icon-chevronright:hover {
  background-image: url('../images/arrow-02.svg');
}

.navMenu-paddle-left, .navMenu-paddle-right {
  cursor: pointer;
  border: none;
  position: absolute;
  top: 25px;
  background-size: 22px;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;

}

.slick-prev, .navMenu-paddle-left {
  left: 0;
}

.slick-next, .navMenu-paddle-right {
  right: 0;
}

.align-top {
  vertical-align: top;
}

/* Modal window hang issue when there are multiple modal window*/
.modal { overflow: auto; }