@font-face {
  font-family: "Gotham Bold";
  src: url("../gothambold.otf");
}

@font-face {
  font-family: "Gotham Book Regular";
  src: url("../gotham-book-regular.otf");
}

.navbar-top {
  background-color: #6d1f37 !important;
}

.navbar-top-fixed {
  background-color: #6d1f37 !important;
  color: #fff;
}

.navbar-static-top.navbar-inverse {
  background-color: #6d1f37 !important;
}
.thumbnail {
  border-radius: 10px;
  padding: 0px;
}

#UpdateButton{margin-right: 20px !important;}

body {
  font-family: "Gotham Book Regular", sans-serif !important;
  min-height: 100vh;
  width: 100%;
  padding-bottom: 130px;
  background-image:url("costa-wavy-background.png");
  background-repeat: repeat !important;
  background-size: 320px 320px !important;
}

.thumbnail dd {
 font-size: 13px;
 padding-top: 1px;
}
h1 {
  font-family: "Gotham Bold", sans-serif !important;
  color: #6d1f37 !important;
}

h2 {
  font-family: "Gotham Bold", sans-serif !important;
}
h4 {
  font-family: "Gotham Bold", sans-serif !important;
}

.navbar {
  font-family: "Gotham Bold", sans-serif !important;
}

.navbar-right {
  font-size: 12px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.hidden-entity-form .entity-form{
  display: none;
}

.hidden-entity-form .actions {
  border: none;
  padding: 0;
  margin: 0;
}

footer {
  display: block;
  margin-top: 100px;
  color: white;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding-top: 20px;
}

footer .footer-top {
  background-color: #6d1f37 !important;
}

footer .footer-bottom {
  background-color: #6d1f37 !important;
}
.costa-title {
  background-color: #6d1f37;
  color: #fff;
}
.costa-button {
  padding: 15px 15px;
  background-color: #6d1f37;
  border-radius: 32px;
  color: #fff;
  border: 0;
  font-family: "Gotham Bold", sans-serif !important;
}
.costa-button:hover {
  background-color: #b51144;
  color: #fff;
}
.costa-button:active{
  background-color: #6D1F37;
  color: #fff;
}
.costa-button-sm {
  padding: 8px 14px;
  background-color: #6d1f37;
  border-radius: 25px;
  color: #fff;
  border: 0;
  font-family: "Gotham Bold", sans-serif !important;
}
.costa-button-sm:hover {
  background-color: #b51144;
  color: #fff;
}
.costa-button-sm:active{
  background-color: #6D1F37;
  color: #fff;
}
a {
  font-family: "Gotham Bold", sans-serif !important;
  color: #6d1f37;
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.thumbnail>img, .thumbnail a>img {
  height: 269px;
}

.section-landing .container{
  background-color: #fff;
}
.content-home {
  background-color: #fff;
}

.b2b-container {
  background-color: #fff;
}
#content-container > #content{
  background-color: #fff;
}

a.no-underline{
  text-decoration: none;
}

.costa-button-info {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 32px;
  color: #6D1F37;
  border: 0;
  font-family: "Gotham Bold", sans-serif !important;
}
.costa-button-info:hover {
  filter: brightness(85%);
}
.disabled-link {
  pointer-events: none; /* Disable click events */
  opacity: 0.5; /* Apply a visual style to indicate it's disabled */
}
.form-control:focus {
  outline:none;
  border-color: #6d1f37;
  box-shadow:0 0 10px #6d1f37;
}
.navbar.navbar-default{
  margin-top: 10px;
  border-radius: 10px;
}
.entitylist{
  background-color: #F4F3EF;
}
[data-name="orderlineItems"] {
  background-color: #F4F3EF;
  padding-left: 10px;
  padding-right: 10px
}
[data-name="general"] {
  background-color: #F4F3EF;
  padding-left: 10px;
  padding-right: 10px
}
.section-title>h3{
  font-weight:900;
  color:#6D1F37;
}
.page-heading
{
  background-color: #fff;
}

/*
.page-heading , .page-heading > .container {
  background-color: #fff;
}
style="background-color: #F4F3EF !important" 
.col-md-12{
  background-color: #fff;
}*/