/**
*  Custom css for shopbot (sb)
*
*  @copyright ShopBotTools 2022
*  @author    David Wiener
*  @since     2022-06-03 v1000 -dsmw- WEB-379
*/
/** set margin for bottom of screen */
.sb-margin
{
   margin-bottom:10px !important; 
   sbDarkBlue:#171b60 !important;
   sbLightBlue:#d3e1e9;
   sbBiege:#e6e4d3;
}
.sbBiege      { color:#e6e4d3 !important; }
.sbDarkBlue   { color:#171b60 !important; }
.sbLightGreen { color:#a5ce42 !important; }
.sbLightBlue  { color:#d3e1e9 !important; }

/* sub header is: <h4 class="sb-fontWeightLite sbDarkBlue sb-sub-header */
/* THIS DOES NOT WORK YET */
.sb-su-header { margin-bottom:5px !important; }

.sb-fontWeightLite   { font-weight:100; }
.sb-fontWeightNormal { font-weight:300; }
.sb-fontWeightMedium { font-weight:500; }
.sb-fontWeightBold   { font-weight:700; }

.sb-flat-ul
{
  list-style: none; padding-left:
}

/* this next one should be removed */
.sb-flatul
{
  padding-left: 12px;"
}

.sb-lead
{
  line-height: 1.4;
  color: #6a685d;
  font-family: "museo-slab-1", "museo-slab-2", Times, serif;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 28px;
}

.sb-title-thin
{
  font-size: 48px;
  color: #171b60;
  font-weight: 100;
  box-sizing: border-box;
}

.sb-title-heavy
{
  box-sizing: border-box;
  font-size: 48px;
  color: #171b60;
  font-weight: 500;
}

.sb-card
{
  position: relative;
  border: 1px solid #e6e4d3;
  border-radius: 1px;
  padding: 0px 20px 5px 20px;
  margin-bottom: 30px;
  min-height: 100px;
}

.sb-table
{
  line-height: 1.428571429;
  border-collapse: collapse;
  border-spacing: 0;
}