
.cardinfoform
{
	padding: 1em;
}

.infoform_card { }
.infoform_card-header { }
.infoform_card-body { }
.infoform_card-footer { }

.infoform_input { }
.infoform_card-header { }
.infoform_card-body { }
.infoform_card-footer { }

.btn {
	margin-top: 5px; 
	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: "Arial", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #5fb95f;
    color: #FFFFFF;
    background-color: #5fb95f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #5fb95f;
    border-radius: 10px 10px 10px 10px;
}

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

.btn-primary {
    font-family: "Arial", 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: "Arial", sans-serif;;
    font-weight: 300;
	text-decoration: none;
    fill: #888888;
    color: #FFFFFF;
    background-color: #888888;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #888888;
    border-radius: 10px 10px 10px 10px;
}

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

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

.btn-successreversed:hover {
    color: #FFFFFF;
    background-color: #5fb95f;
    border-color: #5fb95f;
}

.btn-danger {
    font-family: "Arial", 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;
}

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

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

.btn-unsaved {
    font-family: "Arial", 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-navbar {
	margin-top: 0px;
	text-align: left;   
}

.navbar-dropdown-wrapper {
    margin-top: 8px;
    margin-left: 10px;
}

.btn-navbar-dropdown {
    font-family: "Arial", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: black;
    color: black;
    background-color: white;
    border-style: none;
}

.btn-navbar-dropdown:hover {
    color: white;
    background-color: #337ab7;
    text-decoration: none;
    border-color: #337ab7;
}

.navbar {
	background-color: #FFFFFF; 
	opacity: 1.0;
    border-bottom: 10px solid #337ab7;
}

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

.bg-clickify-blue {
    background-color: #337ab7;
    color: white;
}
.bg-clickify-green {
    background-color: #5fb95f;
    color: white;
}
.bg-clickify-red {
    background-color: #ed3237;
    color: white;
}
.bg-clickify-yellow {
    background-color: #ffcc66;
    color: black;
}

.bg-clickify-blue-fade {
    background-color: #78abd7 !important;
    color: black;
    --bs-table-accent-bg: rgba(0, 0, 0, 0); 
}
.bg-clickify-green-fade {
    background-color: #abd9ab !important;
    color: black;
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
}
.bg-clickify-red-fade {
    background-color: #ffb9ba !important;
    color: black;
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
}
.bg-clickify-yellow-fade {
    background-color: #fee3ac !important;
    color: black;
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
} 

.text-clickify-blue {
    color: #337ab7;
}
.text-clickify-green {
    color: #5fb95f;
}
.text-clickify-red {
    color: #ed3237;
}
.text-clickify-yellow {
    color: #ffcc66;
}


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

.footer {
	background-color: #ed3237;
}


html {
    height: 100%;
}

.heightfull {
    height: 100%;
}
   
.darkopacity {
    background: rgba(0, 0, 0, 0.8);
}

.verydarkopacity {
    background: #000000;
    opacity: 0.8;
}

.FullWindow {
	margin-top: 6em;
    min-height: 50%;
}

.table {
	font-size: 0.8em;
    color: black;
    background: white;
}

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

.table th {
    color: #337ab7;
}

.card {
	margin-bottom: 1em;
}

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

input {
    background: white;
    color: black;
}
    
span.input-group-text {
	background-color: #FFFFFF;
}

.form-control {
    background: white;
    color: black;
}

.form-control:disabled {
    background: rgba(50, 50, 50, 0.2);
    color: black;
}

.form-check-input {
    background: white;
	width: 2em;
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
    border: 0.25rem solid #ffcc66;
    border-radius: 1px;
}

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

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

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


.product-image-container {
  max-height: 10em; 
  overflow: hidden;
  display: flex; /* Helps center the image vertically and horizontally */
  justify-content: center;
  align-items: center;
}

.product-image-container img {
  object-fit: contain;
  height: 100%;
}


.setpagespan {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  
  color: #FFFFFF;
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(90, 90, 90, 0.4);  
}

.card-title {
    color: #337ab7
}

body {
    margin: 0;
    background-color: #FFFFFF;
}

a,
a:link,
a:visited,
a:active,
a:focus 
{
    color: inherit;
    text-decoration: none;
    cursor: pointer;    
}

a:hover {
    color: #337ab7
}

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

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


.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;
}
