body {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}body.assets, body.add-ingredients, body.edit-assets{
  padding-bottom: 0px;
}a:not([href]):not([tabindex]){
  color: #fff;
}

#submenu a{
  font-size: 14px;
}
.logo{
  width: 200px;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px; 
}
 .tooltip.show p, .tooltip.show h5 {
   text-align:left;
 }.tooltip.show h5 {
  font-size: 16px;
 }

.jumbotron {
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color:  #13335A;
}

.jumbotron.master-infobanner {
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat rgba(255,255,255,0.8);
}

.spacer{
  height: 400px;
}
.divider {
  width: 1px;
  height: 30px;
  background: #aba6a6;
  margin: 0 10px 0 20px;
  box-shadow: 1px 0px 0px #fff;
}
/*
 * Content
 */

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
  width: 100%;
}
#myTabContent {
  padding: 15px;
}
.checkboxStyle {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}.checkboxStyle label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ddd;
}.checkboxStyle label::after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}.checkboxStyle label:hover::after {
    opacity: 0.5;
}
.checkboxStyle input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.card-columns-custom .card {
  width: 31%;
  float: left;
  margin: 1%;
  position: relative;
}.card-columns-custom .card-body {
  width: 100% !important;
  min-height: 210px;
}.card .far {
  font-size: 36px;
  margin: 30px auto;
  text-align: center;
  display: block;
}.card-title {
    font-size: 14px;
}.card-img {
  width: 100%;
  border-radius: calc(.20rem - 1px);
  margin: 0;
  display: block;
  height:  100%;
}.card .btn-info{
  color: #fff;
}.card.box-shadow {
  box-shadow: 0px 0px 5px #eaeaea;
}
.main-description {
  width: 100%;
}

#searchresults {
  margin-bottom: 80px;
}#exportwrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.link{
  word-wrap: break-word;
}

.list-group li{
  position: relative;
}.list-group-item .card-title {
  padding: 5px 30px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  width: 80%;
}.list-group-item .card-title:hover {
  color: #007bff;
}.list-group-item p {
  float: right;
  margin: 0;
}

.container.view-grid, .container.view-table {
  position: relative;
}#view-toggle {
  position: absolute;
  right: 15px;
  top: 30px;
}.view-grid .btn-grid {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0px 3px 3px -3px #000 inset;
}.view-table .btn-table {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0px 3px 3px -3px #000 inset;
}

.drafts #view-toggle {
  position: relative;
  right: auto;
  top: auto;
}

footer span {
  text-align: center;
  display: block;
}.dashboard .footer, .archived-assets .footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f8f8f8;
}#myTabContent {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: none;
}


.master-if-wrap .card-columns-custom .card {
  width: 23%;
}
.master-if-wrap .main-icon {
  height:  115px;
}.master-if-wrap .card-columns-custom .card-body {
  width: 100% !important;
  min-height: 90px !important;
}