* {
  margin: 0;
}
html, body {
  height: 100%;
}
c {
  font-size: 12px
}
t{
  display: none;
}
#printboxes{
  font-size: 24px;
}
#printboxes td{
  border-color: #000 !important;
  border-collapse: collapse !important;
}
.sm-pd{
  padding: 0.1rem !important;
}
.vertical{
  margin-bottom: 3px;
}
.font-size-9{
  font-size: 9px !important;
  line-height: 1.2em;
}
.text-info{
  color: #447e9b !important;
}
a.big-a {
    margin-top:20px;
    text-align: center;
    display: block;
    padding-top:50px;
    padding-bottom:50px;
    border:1px solid #ccc;
    border-radius: 12px;
    font-size:1.8em;
    color: #000;
    background: #eee;
  }
  a.big-a:hover{
    background: #09596D;
    color: #fff !important;
    text-decoration: unset;
  }

.s-table{
  box-shadow: 1px 1px 2px #ddd;
}
.gray-banner{
  background: linear-gradient(#f4f4f4, #ddd);
    height: 90px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 20px 50px 0 40px;
}

.blob1{
  max-height: 120px;
  overflow: auto;
  line-height: 1em;
}
.wrapper {
  min-height: 100%;
  height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
  height: 100%;
  margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
  height: 100px; /* .push must be the same height as .footer */
}
.rack-bubble{
  padding:8px 15px;
  margin:3px;
  border-radius: 8px;
  background: #eee;
  display: inline-block;
}
.my-bubble{
  padding:15px 30px;
  margin:10px;border: 2px solid #000;
  border-radius: 1000px;
  height: 100px;
  cursor:pointer;
}
.my-bubble2{
  background: #eee;
  padding: 8px 20px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.my-bubble3{
  padding:15px 30px;
  margin:10px;
  border-radius: 20px;
  cursor:pointer;
  padding-top: 0;
  background: #f7f7f7
}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.btn-group-xs>.btn, .btn-xs {
    padding: .2rem .4rem;
    font-size: .75rem;
    line-height: 1.3;
    border-radius: .2rem;
}
.table{
  background: #fff
}
.bg-body{
	background-color:#f7f7f7
}
.bg-white{
  background-color:#fff
}
.gray-board{
  background: #eee;
  border-radius: 6px;
  padding:20px;
}
.anti{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tabs > .tab-title > a:focus {
	outline: 0;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
.no-show{
	display: none;
}
.margin-3{
  margin:3px;
}
.margin-5{
  margin:5px;
}
.v-bottom{
  vertical-align: bottom;
}
.v-top{
  vertical-align: top;
}
.modal-head{
  background: linear-gradient(#f4f4f4, #ddd)
}
.modal-board {
	width: 600px;
	padding: 30px; 
	display:none;
	background: #FFF;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.padding-left-30{
    padding-left:30px !important;
}
.padding-right-30{
    padding-right:30px !important;
}
.padding-30{
  padding:30px !important;
}
.padding-0{
  padding:0 !important;
}
.padding-2{
  padding:2px !important;
}
.padding-5{
  padding:5px !important;
}
.padding-10{
  padding:10px !important;
}
.padding-15{
  padding:15px !important;
}
.padding-20{
  padding:20px !important;
}
.margin-top-100{
    margin-top: 100px;
}
.c-white {
  color: #ffffff
}
.c-black {
  color: #000
}
.c-muted{
  color: #82888a
}
.c-yellow{
  color: #ffb400
}
.c-primary {
  color: #de2656;
}
.c-default{
  color: #4EB1BA;
}
.c-success {
  color: #5aab48;
}
.c-warning {
  color: #fac459;
}
.c-info {
  color: #8eddce;
}
.c-danger {
  color: #a71c41;
}
.c-blue{
  color:#428bca;
}
.c-gray {
  color: #808080;
}
.c-777 {
  color: #777;
}
.c-666 {
  color: #666;
}
.c-555 {
  color: #555;
}
.c-444 {
  color: #444;
}
.c-333 {
  color: #333;
}
.c-eee {
  color: #eee;
}
.c-ccc {
  color: #ccc;
}
.c-bd {
  color: #bdbdbd;
}
.c-trans {
  color: transparent !important;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #4EB1BA;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.abs-center{
   margin: auto !important;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
}
.error{
  color:#D11250 !important;
  background: transparent !important;
  font-style: normal!important;
}
.ui-datepicker-header{
  position:relative;
  background: #eee;
}
.ui-datepicker-prev{
  position:absolute;
  left:5px;
}
.ui-datepicker-next{
  position:absolute;
  right:5px;
}
.ui-datepicker-title{
  text-align: center;
  padding:6px;
}
.ui-datepicker-calendar{
  border-collapse: collapse;
}
.ui-datepicker-calendar>tbody>tr>td:hover{
  cursor: pointer;
  background: #eee;
}
input[data-toggle] {
  display: none; }

input[data-toggle]:checked + label,
input[data-toggle]:checked + label:active {
  background-color: #97CE68;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }

.button-group.toggle li:not(first-child) {
  margin: 0 -0.9rem; }

.file-upload {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  cursor: default !important;
 }

.file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: default !important;
  opacity: 0;
  filter: alpha(opacity=0); 
}
.button.gray{
  background-color: #ddd;
  border-color: #bbb;
  color: #ffffff;
}
.button.gray:hover{
  background-color: #bdbdbd;
}
.font-small{
  font-size: small;
}
.bold{
  font-weight: bold;
}
.btn-rounded{
  border-radius: 18px !important
}
.inline-block{
  display: inline-block;
}
.alphbet{
  width:90px;height:90px;background:#bdbdbd;color:#fff;font-size:54px;font-weight: bold;
}
.radius{
  border-radius: 4px
}
.no-wrap{
  white-space: nowrap;
}
a.outline {
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px;
  border-radius: 4px;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
a.outline:hover {
  border: 1px solid #4EB1BA !important;
}
a.underscore:hover{
  text-decoration: underline;
}
.transition02 {
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.card{
  background:#fff;padding-bottom:8px;width:200px;border:1px solid #eee;border-radius:6px;margin-bottom:30px;
  position: relative;display: inline-block;
}
.card:hover{
  box-shadow: 1px 1px 4px #bdbdbd
}
.card.selected{
  border-color:#4EB1BA;
}
.sticky{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  font-size:18px;
}
.sticky-after{
  color:#fff;
  background: #565a5c;
  opacity:.95;
}
.bubble 
{
  position: relative;
  padding:15px !important;
  color: #fff;
  width: 80%;
  padding: 0px;
  background: #5bc0de;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bubble:after 
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #5bc0de transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  left: 22px;
}
.bubble-right 
{
  margin-left: 20%;
  position: relative;
  padding:15px !important;
  width: 80%;
  padding: 0px;
  background: #eee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bubble-right:after 
{
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #eee transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -10px;
  right: 110px;
}
.focus-color:focus{
  border-color: #4EB1BA
}
.long{
  padding-left:33px !important;
  padding-right: 33px !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.cursor-default{
  cursor: default;
}
.outline-label{
  border: 1px solid #bdbdbd;
  padding: 4px;
  border-radius: 4px;
}
.text-underline{
  text-decoration: underline;
}
.bar-nav{
  line-height: 88px;
  display: inline-block;
  border-top: 6px solid transparent;
  width: 90px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.bar-nav.selected{
  border-top: 6px solid #4EB1BA;
  color: #4EB1BA;
}
.bar-nav:hover{
  border-top: 6px solid #4EB1BA;
  cursor: pointer;
}
.outline-sharp{
  background: transparent;
  border: 1px solid #ffffff; 
}
.margin-0{
  margin:0;
}
.letter-1{
  letter-spacing: 1px;
}
.padding-top-30{
  padding-top: 30px;
}
.font-size-30{
  font-size: 30px !important;
}
.font-size-24{
  font-size: 24px !important;
}
.font-size-20{
  font-size: 20px !important;
}
.font-size-18{
  font-size: 18px !important;
}
.font-size-16{
  font-size: 16px !important;
}
.font-size-14{
  font-size: 14px !important;
}
.font-size-12{
  font-size: 12px !important;
}
.font-light{
  font-weight: 200;
}
.centered{
  margin:auto;
}
.form-simple{
  width:90%;
  margin-bottom:10px;
}
.margin-top-3{
  margin-top:3px;
}
.margin-top-10{
  margin-top:10px;
}
.page-header .colourised-wrapper {
    height: 200px;
    min-height: 0;
}
.colourised-wrapper {
    position: relative;
    display: table;
    min-height: 300px;
    width: 100%;
    background-color: #00aff8;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}
.colourised-wrapper .colourised-wrapper-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pcard{
  border:1px solid #ddd;padding:30px 10px 30px 10px;
  margin-bottom: 20px
}
.gbtn{
  padding-top: 22px;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  height:120px;
  text-align: center;
}
.gbtn:hover{
  background: #eee;
}
.gbtn-right{
  padding-top: 22px;
  border-bottom:1px solid #eee;
  height:120px;
  text-align: center;
}
.gbtn-right:hover{
  background: #eee;
}
.gbtn-nohover{
  padding-top: 22px;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  height:120px;
  text-align: center;
}
.wx-item{
  display: block;
  padding-top:10px;
  padding-bottom:10px;
  padding-left: 30px;
  padding-right: 15px;
  border-top:1px solid #eee;
}
.wx-input{
  border-radius:0;
  box-shadow: 0 0 0 #eee;
}
.form-control:focus{
  box-shadow: 0 0 0 #eee !important;

}
.frame{
  box-shadow:1px 1px 3px #ccc;
  padding:4px;
  border-radius: 8px;

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  border: none;
}
.page-header {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
div.breadcrumbs {
    /*background: #79aec8;*/
    padding: 10px 16px;
    border: none;
    font-size: 14px;
    color: #888;
    text-align: left;
    z-index: 1000;
    background:#ddd;
    border-bottom:1px solid #bbb;
}
div.breadcrumbs a {
    color: #333;
}
div.breadcrumbs a:hover {
    color: #417690;
    text-decoration: none
}
h6 {
    margin: 0 0 20px;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}
.fa.c-white.cursor-pointer:hover{
  color: #aaa !important;
  text-decoration: none !important;
}
.fa.cursor-pointer:hover{
  color: #417690 !important;
  text-decoration: none !important;
}
.s-label{
  background: #eee;
  padding:3px 10px;
  border-radius: 100px;
  margin:3px;
  display: inline-block;
  color:#6c757d;
  cursor: default;
}
.s-label.checked{
  background: #d4edda;
  color:#155724;
}
.b-label{
  background: #eee;
  padding:3px 10px;
  border-radius: 100px;
  margin:3px;
  display: inline-block;
  color:#6c757d;
  cursor: default;
}
.b-label.checked{
  background: #d4edda;
  color:#155724;
}
.input-normal{
  height: 30px;
  width: 90%;
}
.b-green{
  background: #3399CC
}
.b-pink{
  background: #FF6699
}
.course-calender{
  padding:0;
  border: 1px solid #c4dce8;
  border-collapse: collapse;
  min-height: 90px
}
.meeting-block{
  line-height:12px;
  height:30px;
}
.meeting-block:hover{
  background: #ddd;
}
.course-block{
  line-height:16px;
  color: #fff;
  font-size: 12px;
  margin-top: 1px;
  padding: 5px 5px 15px 5px;
  font-weight: bold;
}
.under-score{
  border-bottom: 1px solid #eee
}
a.c-white.under-score:hover{
  border-bottom: 1px solid #bbb;
  text-decoration: none !important;
  color:#6c757d;
}
.text-db{
  color:#447e9b
}
.submit-row{
  padding: 12px 14px;
  margin: 0 0 20px;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: right;
  overflow: hidden;
}
.bottom-border-ddd{
  border-bottom: 1px solid #ddd
}
.td-title{
  width: 30%;
  padding: 5px !important;
}
.payment-card{
  background: #d6d8d9;
/*  border:1px solid #c6c8ca;
*/  border-radius: 10px;
  padding:10px;
  margin:3px;
}
.payment-card.current{
  /*background: #d1ecf1;*/
  background: linear-gradient(240deg,#09596D,#fff);
  color:#000;
  /*border-color:#bee5eb;*/
}
.btn-edit{
  border-radius: 100px;
  padding: 5px 15px;
  margin-bottom:3px;
}
.height-30{
  height: 30px;
}
.small-td{
  font-size:12px;
  padding:2px !important;
}
.btn{
  font-weight: 200;
}
.sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: fit-content;
    position: sticky;
    top: 20px;
}
.product-card {
    border: 0px solid #e9ecef;
    border-bottom: 3px solid transparent;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 20px;
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 -1px 9px rgba(0,0,0,0.15);
    border-bottom: 4px solid #ffe9e9;
}
.product-image {
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
}
.manufacturer-filter {
    min-height: 500px;
    max-height: 750px;
    overflow-y: auto;
    margin-top: 15px;
    padding-right: 10px;
}
.manufacturer-item {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
}
.manufacturer-item:hover {
    background-color: #e9ecef;
    border-radius: 5px;
}
.manufacturer-item.selected {
    background-color: #f8d7da;
}
.manufacturer-checkbox {
    margin-right: 10px;
    transform: scale(1.2);
}
.pagination-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.page-info {
    text-align: center;
    margin-top: 10px;
    color: #6c757d;
    font-size: 0.9rem;
}
.select-all-container {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #dee2e6;
}
.selected-count {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 5px;
}
.sort-select {
    width: auto;
    display: inline-block;
}
.search-box {
    position: relative;
}
.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}
.card-price {
    font-size: 1.35rem;
    font-weight: bold;
    color: #e74c3c;
}
.card-title {
    font-size: 1.1rem;
    margin-bottom: 5px;
    height: 80px;
}
.card-manufacturer {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #6c757d;
}
.card-description {
    font-size: 0.95rem;
    color: #495057;
    height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
// .spec
*/
.spec {
    font-size: 15px;
    line-height: 18px;
}

.spec__header {
    margin-bottom: 50px;
}

.spec__section + .spec__section {
    margin-top: 40px;
}

.spec__section-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -.03em;
    line-height: 20px;
    margin: 0 0 12px;
    display: none;
}

.spec__row {
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}

    .spec__row:first-of-type {
        border-top: 1px solid #ebebeb;
    }

.spec__name {
    width: 230px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000000;
}

[dir=ltr] .spec__name {
    padding-right: 30px;
}

[dir=rtl] .spec__name {
    padding-left: 30px;
}

.spec__disclaimer {
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

@media (min-width: 576px) and (max-width: 767px) {
    .spec__name {
        width: 170px;
    }
}

@media (max-width: 575px) {
    .spec__header {
        margin-bottom: 30px;
    }

    .spec__row {
        display: block;
        padding: 12px 0;
    }

    .spec__name {
        width: auto;
        margin-bottom: 6px;
    }
}