@charset "UTF-8";
/*!
* EDIT FOR BLUE THEME
*
* Start Bootstrap - Simple Sidebar v6.0.3 (https://startbootstrap.com/template/simple-sidebar)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-primary-rgb: 41, 79, 109;
  --bs-secondary-rgb: 105, 145, 192;
  --bs-body-bg: #6991c0;
  --bs-body-color: #212529;
}
a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  color: #464e57;
}
select:disabled {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: all !important;
}
button {
  border: transparent;
  color: white;
  text-decoration: none;
}
button:disabled
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.img-fluid-250 {
  display: block;
  max-width: 250px !important; 
  height: auto !important;
}
.image-upload>input {
  display: none;
}
.fixed-height-30{
  height: 30px;
}
.fixed-height-50{
  height: 50px;
}
.container-copyright {
  position:absolute;
  bottom:0;
}
.table-nostriped {
  background-color: #6991c0;
}
.table-nested {
  height: 100% !important;
  border-color: #103254;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #86afdf;  
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover{
  background-color: #e9ecef;
}
.form-control:focus {
  background-color: #f9fafb;
  border-color: #f9fafb;
  outline: 0;
  box-shadow: 0 0 0 0.10rem #86afdf;
}
.form-control-file {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #6991c0;
  background-clip: padding-box;
  border: 1px none #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-file::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: #ced4da;
  border-style: solid;
  border-width: 1;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-sm {
  padding-top: 0.20rem;
  padding-bottom: 0.20rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #86afdf;
  background-image: none;
  border: 2px solid;
  border-color: #86afdf;
  border-radius: 0.25rem;  
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  background-color: #f9fafb;
  border-color: #f9fafb;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #86afdf;
}
.form-select:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #86afdf;
}
.form-select:disabled {
  color: #212529;
  background-color: #aac4e2;
  border-color: transparent;
}
.form-select-sm {
  padding-top: 0.20rem;
  padding-bottom: 0.20rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
}
.form-select-fit {
  display: block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #86afdf;
  border: 1px solid #212529;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select-fit:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.15rem #f8f9fa;
}
.form-select-fit-sm {
  padding-top: 0.20rem;
  padding-bottom: 0.20rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-switch {
  padding-left: 3.25em;
}
.form-switch .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}
.form-switch .form-check-input:checked {
  background-color: #84a0b5;
  border-color: #84a0b5;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}
.form-login{
  background-color: #e9ecef;
}
.help-container{
  color: #212529;
  text-align: left;
  background-color: #86afdf;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
}
.btn-back-icon {
  display: inline-block;
  width: 3.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/boat_2.png");
}
.btn-back {
  color: transparent;
  color: #1a425a;
  border-color: #6991c0;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.btn-back:focus {
  text-decoration: none;
  outline: 0;
  box-shadow:none;
}
.btn-lang-text {
  display: inline-block;
  height: 1.5em;
  font-size: 0.75rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-lang {
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1;
  color: #6991c0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #212529;
  padding: 0.25rem 0.25rem;
  margin-top: 0.60rem;
  border-radius: 0.25rem;
}
.alert-dismissible .btn-cookie-lang {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.btn-cookie-lang {
  box-sizing: content-box;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1;
  color: #6991c0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0.25em 0.25em;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-qty {
  padding: 0.25rem 0.25rem;
  line-height: 1;
  font-size: 1rem;
  text-align: center;
  color:#86afdf;
  background-color: #294f6d;
  border: 1px solid #212529;
  border-radius: 0.25rem;
}
.btn-primary {
  color: #1a425a;
  background-color: #6991c0;
  border-color: #6991c0;
}
.btn-primary:hover {
  color: #1a425a;
  background-color: #5a7ca3;
  border-color: #5a7ca3;
}
.btn-dark {
  color: #f8f9fa;
  font-weight: 500;
  background-color: #294f6d;
  border-color: #294f6d;
}
.btn-dark:hover {
  color: #121212;
  background-color: #f8f9fa;
  border-color: #6b8ea7;
}
.btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus {
  box-shadow: 0 0 0 0.10rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}


.btn-select {
  color: #212529;
  background-color: #86afdf;
  border: 2px solid #86afdf;
}
.btn-select:hover {
  cursor: default;
  color: #212529;
  background-color: #f9fafb;
  border-color: #86afdf;
}
.btn-select:focus, .btn-select:active:focus, .btn-select.active:focus {
  background-color: #f9fafb;
  border-color: #86afdf;
  outline: 0;
  box-shadow: 0 0 0 0.05rem #86afdf;
}
.btn-select:disabled, .btn-select.disabled {
  color: #212529;
  background-color: #aac4e2;
  border-color: transparent;
  cursor: not-allowed;
}


/* .btn-light {
  color: #212529;
  background-color: #86afdf;
  border-color: #86afdf;
}
.btn-light:hover {
  cursor: default;
  color: #212529;
  background-color: #f9fafb;
  border-color: #86afdf;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-top-color: #86afdf;
  border-left-color: #86afdf;
  border-bottom-color: #86b0df76;
  border-right-color: #86b0df76;
  box-shadow: 0 0 0 0.05rem #86afdf;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.05rem #86afdf;
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  cursor: not-allowed;
} */


.btn-sm, .btn-group-sm > .btn {
  padding-top: 0.20rem;
  padding-bottom: 0.20rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: none;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #86afdf;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-list {
  max-height: 400px;
  width: 100%;
  overflow-y: auto;
}
.dropdown-toggle-list::after {
  content: "";
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1a425a;
}
.dropdown-menu-center {
  right: auto;
  left: 35%;
  -webkit-transform: translate(-35%, 0);
  -o-transform: translate(-35%, 0);
  transform: translate(-35%, 0);
}
.dropdown-menu-center-long {
  right: auto;
  left: 15%;
  -webkit-transform: translate(-15%, 0);
  -o-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}
.title-link {
  color: #6991c0;
  text-decoration: none;
}
.title-link:hover, .title-link:focus {
  color: #6991c0;
}
.nav-link, .nav-link-disabled {
  display: block;
  padding: 0.5rem 1rem;
  color: #f8f9fa;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:hover, .nav-link:focus {
  color: #ffffff8c;
}
.nav-link-disabled:hover, .nav-link-disabled:focus {
  color: #6c757d;
}
.nav-link-disabled {
  color: #6c757d;
  cursor: not-allowed;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #6991c0;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggler {
  padding: 0 0 0 0;
  width: 43px;
  height: 43px;
  background-color: transparent;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-image: url("../images/box_icon.png");
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #86afdf;
  border: 1px solid #294f6d;
  list-style-type: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #6991c0;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  color: #282828;
  text-decoration: none;
  background-color: #e9ecef;
}
.list-group-item:active {
  color: #e9ecef;
  background-color: #294f6d;
}
.list-group-horizontal > .list-group-item:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0px 0px 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0px;
}
.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}
.modal-dialog-bottom {
  display: flex;
  align-items: flex-end;
  min-height: calc(100% - 2rem);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.border-end {
  border-right: 1px solid #6991c0 !important;
}
.border-primary {
  border-color: #294f6d !important;
}
.border-white {
  border: 1px solid !important;
  border-width: 1px !important;
  border-color: #fff !important;
}
.border-red {
  border: 1px solid !important;
  border-width: 1px !important;
  border-color: #b02a37 !important;
}
.border-blue {
  border: 1px solid !important;
  border-width: 1px !important;
  border-color: #0d6efd !important;
}
.border-yellow {
  border: 1px solid !important;
  border-width: 1px !important;
  border-color: #ffcd39 !important;
}
.link-warning {
  color: #f8f9fa;
}
.link-warning:hover, .link-warning:focus {
  color: #ffffff8c;
}
.text-shadow {
  text-shadow: 3px 3px #042037;
}
.text-title {
  color: #6991c0;
  font-style: italic;
  font-weight: bold;
}
.text-warning {
  color: #f8f9fa !important;
}
.text-warning-container {
  color: #ffffff !important;
}
.text-muted {
  color:#ffffff8c;
}
.text-disabled {
  color: #6c757d;
  font-style: italic;
  text-decoration: line-through;
}
.rounded-4 {
  border-radius: 0.35rem !important;
}
.rounded-5 {
  border-radius: 0.4rem !important;
}
.rounded-7p {
  border-radius: 7% !important;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.645rem 1.25rem;
  font-size: 1.5rem;
  color: #6991c0;
  font-style: italic;
  font-weight: bold;
  text-shadow: 3px 3px #212529;
}