/*code to change body font*/
body {
    font-family: 'Lato', 'helvetica', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

.red {
    background-color: #FF8484 !important;
  }
/* footer hr */
.footer-hr{
    color: inherit;
    opacity: .25;
    background-color: currentColor;
}
/*Code to change color of active link*/
.nav-item a {
    text-decoration: none !important;
    color: white !important;
}
.nav-item :hover {
    color: white;
    opacity: 0.7 !important;
    text-decoration: none !important;
}

/*footer link*/
.xxxd a {
    text-decoration: none !important;
    color: white;
}
.xxxd a:hover {
    color: white;
    opacity: 0.7 !important;
    text-decoration: none !important;
}

.content{
    background-color: none;
}
.noContent {
    display: none;
}

/*for sizing catalog images*/
.crop {
    width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: hidden;
}
.crop a{
    color: blue !important;
}

.crop img {
    width: 100%;
    height: auto;
}

/*for sizing product image page*/
.prod_image {
    width: 100%;
    overflow: hidden;
}

.prod_image img {
    width: inherit;
    height: auto;
}

/*fonts*/
.caption {
    font-weight: bold;
}
.poin{
    font-weight: normal;
}

.footer-title{
    font-weight: bold;
}
.navtext{
    font-weight: 900;
}
.page-title{
    font-family: 'Noto Sans JP', 'Lato', sans-serif;
    font-weight: bold;
}

#overlay{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

/*padding for detail table*/
div .card-body table, th, td {
    padding: 10px;
}
div .card-footer table, th, td {
    padding: 10px;
}

/*datatables searchbox and length background color*/
.dataTables_length select {
    background-color: white !important;
}
.dataTables_filter input {
    background-color: white !important;
}