html { font-size: 14px; }

body { background-color: #f8f8f8; }

body { font-family: 'Montserrat', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
}


h1 { font-weight: 500; color: #636363;   font-size: 1.714rem; }


a { text-decoration: none; color: #be2c33 }

.modal-dialog { margin: 0 auto; }
.modal-dialog.modal-fullscreen { }

.modal { background-color: rgba(0,0,0,0.6); }
.modal.model-secondary { background-color: rgba(0,0,0,0.6); font-weight: bold }

.modal-dialog-centered { min-height: 100%; }

.modal-content { border: none; }

.modal { z-index: 1062 !important; }
.modal-backdrop.show {z-index: 1061 !important; background-color: none;  }


.modal-header { background-color: #13687C; color: #FFF; padding: 8px 12px; }

.modal-header h1 { color: #FFF; }
.modal-header .btn-close { color: #FFF; background: none; position: relative; opacity: 1; height: 16px; width: 16px; border-radius: 50%; background-color: rgba(255,255,255,0.1); }

.modal-header .btn-close:before { display: inline-block; position: relative; font-weight: 100; font-size: 18px; color: rgba(255,255,255,0.9); font-family: "Font Awesome 6 Pro"; content: "\f00d"; line-height: 0;}

.modal-loading-animation { display: flex; flex: 1; align-items: center; justify-content: center; }


.modal-body { display: flex; }
.modal-body > .row { flex: 1; }



.alert.bg-danger { color: #FFF; }
.alert.bg-success { color: #FFF; }




.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: rgba(19, 104, 124, 0.1);
  outline: 0;
  box-shadow: 0 0 0 .15rem rgba(19, 104, 124, 0.1);
}




th.print-only { display: none; }
td.print-only { display: none; }
div.print-only { display: none; }
h1.print-only { display: none; }

input[type="date"] { min-width: 160px; }

.form-control {
  font-size: 13px;
  background-color: #F6F6F6;
  border-color: #F1F1F1;
  padding: .375rem .75rem;
}

/*
.form-control {
	display: block;
	width: 100%;
	height: 2.714rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	color: #6e6b7b;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

}
*/


#primary-nav {
    background-color: #be2c33;
	padding-top: 0;
	padding-bottom: 0;
}

#primary-nav .navbar-brand {
	background-color: #FFF;
	position: relative;
	height:  51px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#primary-nav .navbar-brand img { width: auto; height: 40px; z-index: 3; position: relative; }

#primary-nav .navbar-brand:after {
	content: "";
	display: block;
	position: absolute;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 15px;
	border-color: transparent transparent transparent #FFF;
	z-index: 2;
}

#primary-nav .dropdown-item i {
	display: inline-block;
	width: 26px;
	text-align: center;
	margin-right: 5px;
}

#primary-nav .dropdown-toggle:after {
	display: none;
}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


#primary-nav.navbar-expand-lg .navbar-nav .nav-link { color: #FFF; text-decoration: none; padding: 15px 10px; position: relative; }

#primary-nav.navbar-expand-lg .navbar-nav .nav-link:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;

	left: calc(50% - 7px);

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #ffffff transparent;

}





/*

#upperNavLeft { float: left; width: 140px; height: 32px; }
#upperNavLeft select { background: #D9DFE9; border: 1px solid #0C2D5C; padding-left: 2px; }
#upperNavLeft select option { padding-left: 3px; }
#upperNavLeft select { width: 160px; margin-top: 26px; font-weight: normal; font-size: 12px; font-family: Lato; }
#upperNavRight { float: right;  height: 32px; width: auto; text-align: right; color: #A5B72B; font-family: Lato; font-weight: normal; font-size: 12px; }


#upperNavRight a { color: #FFFFFF; line-height: 32px; padding: 0px 8px 0px 8px; font-weight: normal;
text-decoration: none; font-family: Lato; font-size: 16px; }
#upperNavRight a:hover { text-decoration: underline; }
*/



.nav-pills .nav-link.active { background-color: #167b91; }
.nav-pills .nav-link.active:hover { color: #FFF; }
.nav-pills .nav-link { color: #5e5873; }
.nav-pills .nav-link:hover { color: #167b91; }




hr:not([size]) {
	background-color: rgba(19, 104, 124, 0.1);
	height: 2px;
	opacity: 1;
}


.container-modify, .container-list { padding-top: 15px; }



.btn.btn-outline { background-color: #FFF; border-color: #1D3D58; }
.btn.btn-outline:hover { background-color: #1D3D58; border-color: #1D3D58; color: #FFF; }

.btn.btn-primary { background-color: #115D6E; border: 2px solid #115D6E; }
.btn.btn-primary:hover { background-color: #FFF; border-color: rgba(19, 104, 124, 0.1); color: #115D6E; }


.btn i { font-size: 115%; }

.bg-secondary { background-color: #6c757d !important; }
.bg-secondary:hover { background-color: #6c757d !important; color: #FFF; cursor: pointer; text-decoration: none; opacity: 0.7; }


#saving-overlay { position: fixed; z-index: 5001; height: 100%; width: 100%; background-color: rgba(0,0,0,0.6); top: 0; left: 0; display: flex; justify-content: center; flex-direction: column;  align-items: center;  }
#saving-overlay .text { font-size: 22px; color: #FFF; }


#upperNavContainer { height: 42px; padding-top:  4px; }

#icons { margin-bottom: 10px; height: 45px; padding-top: 10px; top: 42px; }

main { padding-top: 70px; }

.primary-hud .icons { /*flex-direction: row; display: flex; justify-content: center;*/ text-align: right; }
.primary-hud .icons .row { justify-content: flex-end }
.primary-hud .icons .row > div {  flex-direction: column; display: flex; justify-content: center; }

.primary-hud .icons .ico { color: #03223F; font-size: 22px; }
.primary-hud .icons a { display: inline-block; }
.primary-hud .icons a.btn { padding: .375rem .4rem; font-size: 0.9rem; }


.primary-hud h1 { margin-bottom: 10px; }



.text-muted { color: #b9b9c3 !important; }

.card { margin-bottom: 10px; box-shadow: 0 4px 6px 0 rgba(34,41,47,.1);  border: 1px solid #F2F2F2; }

.card-body { padding: 1.5rem; }
.card-body.condensed { padding: 0.8rem 0.8rem 0.4rem 0.8rem; }
.card-header, .card-footer { padding: 1.2rem; border: none; background-color: #FFF; }

.card .card { margin-bottom: 15px;    box-shadow: 0 2px 3px 0 rgba(34,41,47,.1); }

.card .card .card-header { background-color: #CEF0F8; color: #0D4754; font-weight: 400; font-size: 15px; padding: 0.75rem 0.75rem; }


.card.styled .card-header { background-color: #E4F7FB; color: #000; font-weight: 400; font-size: 15px; padding: 0.4rem 0.8rem; }
.card.styled {  box-shadow: 0 1px 2px 0 rgba(34,41,47,.1); }


.card-hud .card-body .row > div { flex-direction: column; display: flex; justify-content: center; }

.card-filter .card .card-body  { padding-top: 0; }
.card-filter .card-body label { margin-top: 12px; margin-bottom: 4px; }


.card-hud ul.pagination  { margin-bottom: 0;  }

.card-footer .pagination { justify-content: flex-end; margin: 0; }
.card-footer #pagination { display: flex;  flex-direction: column;  justify-content: center; }
.card-footer #displaying-results { display: flex;  flex-direction: column;  justify-content: center; }

.card-header .filters { display: flex; justify-content: space-between; align-items: center; }
.card-header .filters #per-page { display: flex; align-items: center; }
.card-header .filters #per-page .form-control { margin: 0 5px; }
.card-header .filters .filter-search { display: flex; align-items: center; }
.card-header .filters .filter-search .btn { margin-left: 10px; }


.card .table { margin-bottom: 0; }

.card .table .btn { line-height: 1 !important; font-size: 0.8rem !imporatnt; }


.card {
	word-wrap: break-word;
}

.table {
	color: #6e6b7b;
	  border-collapse: collapse;
}



.card .table {
	border-bottom-left-radius: .357rem;
	border-bottom-right-radius: .357rem;
}



.logo_container {
	padding-bottom: 15px;
}


.table > :not(caption) > * > * { box-shadow: none; }

table:not(.table-dark):not(.table-light) thead:not(.thead-dark) th {
  background-color: #D7F2F9;
}

.table thead th {
	border-bottom: none;
	color: #000; font-weight: 500;
	border-top: none;
}

.table tfoot tr td {
	border: none;
	color: #5e5873;
}


.table > :not(:last-child) > :last-child > td {
	border-bottom: 2px solid #ebe9f1 !important;
}

.table > :not(:last-child) > :last-child > th {
	border-bottom: none;
}




.table tfoot th, .table thead th {
  vertical-align: top;
  text-transform: uppercase;
  font-size: .857rem;
  letter-spacing: .5px;
}

.table th {
  border: none;
}



.table td, .table th {
  padding: 0.72rem 1em;
}
.table td {
  border-bottom: 2px solid rgba(19, 104, 124, 0.1);
}


.table td, .table th {
	vertical-align: middle;
}




label {
	color: #5e5873;
	font-size: .857rem;
}




.page-item.prev-item .page-link {
  padding: .5rem 0;
  border-radius: 50%;
}
.page-item.disabled .page-link {
  cursor: auto;
  background-color: #f3f2f7;
  border-color: #dae1e7;
}


.page-item.prev-item, .page-item.first-item {
  margin-right: .3571rem;
}
.page-item.next-item, .page-item.last-item {
  margin-left: .3571rem;
}

.page-item {
  /*border-radius: 5rem;*/
}

.page-item .page-link {
  background-color: #f3f2f7;
  color: rgb(110, 107, 123);
}
.page-item.active {
  background-color: #f3f2f7;
}
.page-item.active .page-link {
  border-radius: 5rem;
  background-color: #167B91;
}

.page-item .page-link:hover {
	color: #167B91;
}
.page-item.active .page-link:hover {
	color: #FFF;
}

.page-item.next-item .page-link, .page-item.prev-item .page-link {
  padding: .5rem 0;
}


.page-item.prev-item .page-link, .page-item.first-item .page-link {
  border-radius: 50%;
}
.page-item.next-item .page-link, .page-item.last-item .page-link {
  border-radius: 50%;
}


.page-item.disabled .page-link {
  cursor: auto;
  background-color: #f3f2f7;
  border-color: #dae1e7;
}

 .page-item:first-child .page-link {
  margin-left: 0;
  }

.page-item .page-link {
	border: none;
	margin: 0;
	display: flex;
}


.page-item.disabled .page-link {
  color: #b9b9c3;
}


.page-item .page-link {
  font-size: 1rem;
  min-width: 2.286rem;
  text-align: center;
  height: 2.286rem;
  display: block;
}



.page-item:nth-child(3), .page-item:nth-child(3) .page-link {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}


.page-item:nth-last-child(3), .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}






.list-group-button {
	list-style-type: none;
	position: relative;
	padding: 0;
	background-color: #fff;
	border: none;
}

.list-group-button .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	display: block;
	text-align: center;
	background-color: #167b91 !important;
	border-color: #167b91 !important;
}


.list-group-button .btn:hover {
	background-color: #FFF !important;
	border-color: #167b91 !important;
	color: #167b91;
}











#modify .left-nav .nav-link { width: 100%; text-align: left; padding: 0.8rem 1rem; }
#modify .left-nav .nav-link i {width: 20px; text-align: center; margin-right: 1px; }


#modify .left-nav .btn { width: 100%; text-align: left; padding: 0.8rem 1rem; }
#modify .left-nav .btn i {width: 20px; text-align: center; margin-right: 1px; }

#modify .left-nav .btn.btn-outline { border-color: rgba(22, 123, 145, 0.2); margin-bottom: 5px; border-style: solid; border-width: 1px; }

#modify .left-nav .badge { background-color: #777; font-size: .85rem; }



.card-modify .card-body { min-height: 300px; }
.card-modify .card-body .card-body { min-height: 1px; }



.breadcrumbs-top { margin-bottom: 15px; }
.breadcrumbs-top h2 { border-right: 1px solid #d6dce1; font-weight: 500; color: #636363;   padding-right: 1rem; margin-bottom: 0; float: left; display: inline; font-size: 1.714rem; }
.breadcrumbs-top .breadcrumb { padding: .3rem 1rem; margin-bottom: 0;  }







.date-wrapper {
	position: relative;
	display:flex;
}

.date-wrapper .formatted-date {
	position: absolute;
	width :100%;
	z-index: 2;
	pointer-events: none;
	flex: 0 0 100%;
	display: flex; justify-content: center; flex-direction: column;
}

.date-wrapper .formatted-date.form-control:before {
	content: "\f133";
	position: absolute;
	right: 11px;
	margin-top: 1px;
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
}

.date-wrapper input[type="date"] {
	opacity: 0;
}



a.badge.bg-danger:hover { color: #FFF; }


.dashboard {
    padding-top: 25px;
}

.dashboard .card {
    margin-bottom: 30px;
}

.dashboard .card .card-body {
    padding: 10px 10px 10px 10px;
}


.dashboard .card-header { background-color: #CEF0F8; color: #0D4754; font-weight: 400; font-size: 15px; padding: 0.75rem 0.75rem; }


a.dashboard-module { display: flex; padding: 7px; height: 100%; }
a.dashboard-module:hover { color: #000; background-color: #F2F2F2; border-radius: 5px; }

.dashboard-module .icon { width: 32px; display: flex; flex: 0 0 32px; justify-content: center; align-items: center; }
.dashboard-module .icon img { width: 100%; height: auto; }
.dashboard-module .title { display: flex; padding-left: 15px; justify-content: center; align-items: center; color: #6e6b7b; }





.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #000; background-color: #F9F9F9; }

.nav-tabs .nav-link { color: #666; }




label.checkbox { color: #000; font-size: 14px; border: 1px solid #F9F9F9; border-radius: 3px; padding: 8px 8px; display: block; background-color: #F9F9F9; }
label.checkbox span { opacity: 0.4; padding-left: 5px; }

label.checkbox.checked { background-color: rgba(157, 216, 75, 0.2); }

label.checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}


.badge.badge-light { background-color: #F2F2F2; color: #000; }
.badge.bg-light { background-color: #F2F2F2; color: #000; }


.badge {  margin-right: 4px; font-weight: 400; font-size: 12px; }
.badge span { opacity: 0.5; padding-left: 5px; }

.badge.badge.form-control { font-size: 13px !important; color: #212529 !important; text-align: left; margin-right: 0; line-height: 1.5; }



.table.table-rental-form { }
.table.table-rental-form td, .table.table-rental-form th { padding: 3px 0px; border: none; }


#myTab.left-nav .nav-link i {
    width: 20px;
    text-align: center;
    margin-right: 1px;
}
#myTab.nav-pills button {
	padding-left: 41px !Important;
	position: relative;
}
#myTab.nav-pills i {
	position: absolute;
	left: 14px;
	top: 11px;
	padding-top: 3px;
}






















.transaction-item.removed .panel-heading,
			.transaction-item.removed table,
			.transaction-item.removed p { opacity: 0.3; }

.transaction-item.removed .btn { opacity: 0.6; }


.transaction-item .thumb { height: 40px; width: 40px; position: absolute;  margin-top: -10px; margin-left: -15px; border-top-left-radius: 3px; margin-right: 15px;}
.transaction-item .thumb img { object-fit: cover; position: absolute; height: 100%; width: 100%; border-top-left-radius: 3px; }


.panel-default>.panel-heading {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-info>.panel-heading {
    color: #004085;
    background-color: #cce5ff;
    border-color: #cce5ff;
}



.panel-danger {
    border-color: #ebccd1 !important;
}

.panel-success {
    border-color: #d6e9c6 !important;
}

.panel-info {
    border-color: #cce5ff !important;
}

.panel-default {
    border-color: #d6d8db !important;
}


.text-right {
    text-align: right;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
    padding: 15px;
}

.btn-block-rebooking, .btn-waive-rebooking-fee, .btn-allow-repurchase {
    cursor: pointer;
}




.sales-item.removed .panel-heading,
			.sales-item.removed table,
			.sales-item.removed p { opacity: 0.3; }

.sales-item.removed .btn { opacity: 0.6; }


.sales-item .thumb { height: 40px; width: 40px; position: absolute;  margin-top: -10px; margin-left: -15px; border-top-left-radius: 3px; margin-right: 15px;}
.sales-item .thumb img { object-fit: cover; position: absolute; height: 100%; width: 100%; border-top-left-radius: 3px; }

.sales-item .panel-heading .info.row { margin-left: 30px; }


.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-body {
    padding: 15px;
}

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border: 1px #ddd solid;
}























#rental-modal {  }

#rental-modal .left-col form > div.row {  min-height: 40px;  align-items: center !important; }
#rental-modal .left-col form > div.row > div { }


#rental-modal .right-col form > div.row {  min-height: 40px;  align-items: center !important; }
#rental-modal .right-col form > div.row > div { }



.toast { background-color: rgba(255,255,255,.95); }
.toast .toast-header.bg-warning { color: #000; }






.dashboard-options { padding-top: 40px; }

.dashboard-options .item { background-color: #F2F2F2; color: #333; font-size: 16px; border-radius: 5px; display: block; padding-top: 20px; padding-bottom: 20px; text-align: center; }

.dashboard-options .item i { color: #CCC; font-size: 28px; display: block; margin-bottom: 15px;   }
