
.container {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
}

.footer {
	background-color: #222222;
}

.wallpaper {
	height: 100vh;
	background: #F9F6F0 url("images/wallpaper.webp") no-repeat scroll 0 0;
}

.darkbackground {
    background: rgba(0,0,0,0.5);
}

.FullWindow {
	margin-top: 6em;
}

.btn {
}

.btn-stacked {
	margin-top: 10px;
	margin-left: 10px;
}

.btn-xs {
	font-size: 0.9em;
	padding: 0.1em 0.8em 0.1em 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.btn-lg {
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-success {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #FFFFFF;
    background-color: #6CC184;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
}

.btn-success:hover {
    color: #6CC184;	
    background-color: #FFFFFF;	
    text-decoration: none;
    border-color: #6CC184;
}

.btn-primary {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #FFFFFF;
    background-color: #6CC184;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
}

.btn-primary:hover {
    
    color: #6CC184;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #6CC184;
}

.btn-default {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
	text-decoration: none;
    fill: #959595;
    color: #959595;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #959595;
    border-color: #959595;
}

.btn-info {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;	
    fill: #959595;
    color: #959595;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
}

.btn-info:hover {
    color: #FFFFFF;
    background-color: #959595;
    border-color: #959595;
}

.btn-danger {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
}

.btn-danger:hover {
    color: #FFFFFF;
    background-color: #AD3535;
    text-decoration: none;
    border-color: #AD3535;
}

.bg-danger {
    background-color: #AD3535 !important;
    color: #FFFFFF;
}

.btn-branded {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #222222;
    color: #FFFFFF;
    background-color: #222222;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #222222;
    border-radius: 10px 10px 10px 10px;
}

.btn-branded:hover {
    color: #222222;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #222222;
}

.btn-unsaved {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #AD3535;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
}

.btn-unsaved:hover {
    color: #AD3535;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #AD3535;
}

.btn-purple {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #a200f0;
    color: #a200f0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #a200f0;
    border-radius: 10px 10px 10px 10px;
}

.btn-purple:hover {
    color: #FFFFFF;
    background-color: #a200f0;
    text-decoration: none;
    border-color: #a200f0;
}

.btn-amber {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #caa300;
    color: #caa300;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #caa300;
    border-radius: 10px 10px 10px 10px;
}

.btn-amber:hover {
    color: #FFFFFF;
    background-color: #caa300;
    text-decoration: none;
    border-color: #caa300;
}

.btn-navbar {
	margin-top: 0px;
	text-align: left;
}

.btn-navbarright {
	margin-top: 0px;
	text-align: right;
}

.navbar {
	background-color: #CCCCCC; 
	opacity: 255;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,1)
}

.table {
	font-size: 0.8em;
	margin-bottom: 0;
}

.table td, .table th {
	padding: 0.2em;
}

.card {
	margin-bottom: 1em;
}

label {
	margin-bottom: 0;
	margin-top: 0.5em;
}

span.input-group-text {
	background-color: #DDDDDD;
}

.form-control {
    background: rgba(230, 230, 230, 1.0);
    color: #000000;
}

.form-control:disabled {
    background: rgba(200, 200, 200, 0.8);
    color: #000000;
}

.form-check-input {
	width: 2em;
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
}

.form-check-input:checked {
    background-color: #666666;
    border-color: #666666;
}

.form-radio-input {
	width: 1.5em;
	height: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.form-radio-input:checked {
    background-color: #666666;
    border-color: #666666;
}



.bg-waitingapproval {
    background-color: #cc99ff !important;
    color: #000000 !important;
    --bs-table-accent-bg: rgba(0, 0, 0, 0) !important;
}

.bg-complete {
    background-color: #6cc184 !important;
    color: #000000 !important;
    --bs-table-accent-bg: rgba(0, 0, 0, 0) !important;
}

.bg-editing {
    background-color: #e9d58a !important;
    color: #000000 !important;
    --bs-table-accent-bg: rgba(0, 0, 0, 0) !important;
}

.cardinfoform
{
	padding: 1em;
}



.cardsection
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.cardproduct
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
	margin-top: 10px;
}

.cardsize
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
	margin-top: 30px;
}

.cardlink
{
	text-decoration: none;
	color: #000000;
}

.cardlink:hover 
{
    color: red;
    background-color: #f9f9f9;
    text-decoration: none;
}

.cardtooltip
{
    font-family: "Inter", sans-serif;;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #6CC184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
	text-align: center;
}

.carderror
{
    font-family: "Inter", sans-serif;;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;    
	border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
	text-align: left;
}


.productimg {
	border: solid 1px #666666;
}

.dropbtn {
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
    border-style: none;
    background-color: #f4f4f4;
    color: black;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 40px 5px 40px;
    margin-left: 10px;
}

.pricearea {
    padding: 55px 0px !important;
    text-align: center;
    font-size: 1.2em !important;
}

.cartitem h2 {
    font-family: "Inter", sans-serif;;
    font-size: 1.5em;
    font-weight: 300;
    color: #2d2d2d; 
}

.cartitem p {
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-weight: 300;
    color: #2d2d2d; 
}

.cartitem td {
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-weight: 300;
    color: #2d2d2d; 
}

.carttitles {
    background-color: #6cc184;
    color: white;
}

.carttitles th {
    text-align: center;
    padding: 18px 0px !important;
    font-family: "Inter", sans-serif;;
    font-size: 1.5em;
    font-weight: 300;
    color: #2d2d2d;

}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

.nav {
    background-color: #f9f9f9;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.navbar-brand {
    float: none;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.image-fan-container {
    position: relative;
    max-width: 60%;
    margin: 1em auto 0;
    display: flex;
    justify-content: center;
    min-height: 14em;
}

.image-fan-stack {
    position: absolute;
    padding: 1em;
    background: white;
    border: 1px solid #b9ab8e;
    border-radius: .1em;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    transform-origin: center 325%; 
    transition: transform .5s ease-out;
}

.image-fan-card-body {
    height: 15em;
}

.image-fan-caption {
}

.image-fan-image {
    max-width: 100px;
}

.image-fan-stack:first-child {
  transform: rotate(1deg);
}

.image-fan-stack:last-child {
  transform: rotate(-1deg);
}

.image-fan-container:hover .image-fan-stack:first-child {
  transform: rotate(5deg);
}

.image-fan-container:hover .image-fan-stack:last-child {
  transform: rotate(-5deg);
}

.image-fan-stack:hover {
  z-index: 1;
}



.modal-container {
  margin: 60px auto;
  padding-top: 0px;
  position: relative;
  width: 160px;
}

.modal-container .modal-btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}

.modal-container .modal-btn:hover {
  background: #365690;
}

.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}

.modal-container .modal-close {
  color: #aaa;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 3px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-container .modal-close:hover {
  color: #333;
}

.modal-container .modal-content-btn {
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 20px;
  right: 30px;
  background: #446CB3;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  height: 32px;
  padding-top: 9px;
  font-weight: normal;
}

.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}

.modal-container #modal-toggle {
  display: none;
}

.modal-container #modal-toggle.active ~ .modal-backdrop, .modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
  opacity: 1;
  background-color: #fff;
  max-width: 400px;
  width: 400px;
  height: 280px;
  padding: 10px 30px;
  position: fixed;
  left: calc(50% - 200px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

@media (max-width: 400px) {
  .modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
    left: 0;
  }
}

.circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: red;
}
