body {
    font-family: 'Noto Sans', sans-serif;
}

.bg-blue { background-color: #0d6efd; }
.bg-indigo { background-color: #6610f2; }
.bg-purple { background-color: #6f42c1; }
.bg-pink { background-color: #d63384; }
.bg-red { background-color: #dc3545; }
.bg-orange { background-color: #fd7e14; }
.bg-yellow { background-color: #ffc107; }
.bg-green { background-color: #198754; }
.bg-teal { background-color: #20c997; }
.bg-cyan { background-color: #0dcaf0; }
.bg-white { background-color: #fff; }
.bg-gray { background-color: #6c757d; }
.bg-gray-dark { background-color: #343a40; }
.bg-light { background-color: #f8f9fa; }
.bg-dark { background-color: #212529; } 

#header-wrap {
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    border-bottom: 0px solid #2e0290;
    border-top: 0px solid #2e0290;
}

#footer-wrap {
    color: #f8f9fa;    
}


.container-nav-bottom {
    padding-bottom: 3rem;
}

/* Home Page Specific */
.carousel-item-wrap:after {
    background: -moz-linear-gradient(left, transparent 1%, rgba(0,0,0,0.2) 24%, rgba(0,0,0,0.6) 56%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(left, transparent 1%, rgba(0,0,0,0.2) 24%, rgba(0,0,0,0.6) 56%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 1%,rgba(0,0,0,0.2) 24%,rgba(0,0,0,0.6) 56%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=1);
}

.card-title-home {
    padding-top: 1rem;;
}

.card-title-rounded {
    /* 6f42c1 */
    font-size: 3rem;
    color: #fff;
    padding: 1.9rem 2rem 2.1rem 2rem;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    margin-left: auto;
    margin-right: auto;
}
/* End Home Page Specific */


.utilities-container {
    color: #f8f9fa;
    margin-bottom: 1rem;
}


.nav-link-no-arrow.dropdown-toggle:after {
    display: none;
}

span.badge-corner {
    position: relative;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 0.75em;
    vertical-align: text-top;
    margin-left: 2px;
}

.navbar-utilities {
    font-size: 0.8rem;
}

a.nav-link-utilities {
    color: #fff;
}

a.nav-link-utilities:hover, a.nav-link-utilities:active, a.nav-link-utilities:focus {
    color: #fff;
}

a.nav-link-utilities .badge {
    color: #f8f9fa;
}

#navbar-main {
    padding: 0rem 1rem 1.5rem 1rem;
}

#navbar-main .active {
    color: #2e0290;
    font-weight: bold;
}

#navbar-main .dropdown-item.active, .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

#navbar-main form {
    margin-right: 0px;
    margin-left: auto;
}

#main-nav .nav-link {
    margin-right: 1rem;
}

.dropdown-utilities .dropdown-menu {
    font-size: 1em;
}

.notification-content .badge {
    min-width: 28px;
    margin-right: 10px;
}

.utilities-visitorname {
    margin: 0 5px;
}

.msg-profile {
    height: 60px;
    float: left;
}

.msg-profile img {
    height: 50px;
    width: 50px;
}

.msg-body {
    height: 60px;
    padding-left: 70px;
}

.msg-body .h6 {
    margin-bottom: 0;
    margin-top: 3px;
}

.msg-body small, .notification-time small {
    font-size: 0.8em;
}

h1.page-title {
    padding: 0px 0px 16px 0px;
}

h1.products-title {
    padding: 3rem 0px 1.5rem 0px;
}

h1.product-title {
    padding: 3rem 0px 1.5rem 0px;
}

.container-breadcrumb-back {
    border-top: 1px solid #ddd;
    background: #eee;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0px 8px 20px -8px rgba(0,0,0,0.5); 
    box-shadow: 0px 8px 20px -8px rgba(0,0,0,0.5);
}

.container-content {
    padding-top: 12px;
}

.breadcrumb-top-link, .breadcrumb-top-nolink {
    padding: 0 0 0 0;
    margin: 0 .6rem 0 0;
    font-size: small;
}

.breadcrumb-top-link::after {    
    content: "\003e";
    padding-left: 10px;
    color: #343a40;
}

#content-wrap:after {
    display: block;
    clear: both;
    content: "";
}

#footer-wrap a, #footer-wrap a:hover, #footer-wrap a:focus {
    text-decoration: none;
    color: #f8f9fa;
}

.container-footer {
    padding-top: 2rem;
}

.container-footer a.nav-link {
    padding-top: 0;
    padding-bottom: 0.2rem;
}

.footer-copyright {
    font-size: 0.8rem;    
    padding: 0.5rem 0rem 0rem 0rem;
}

.container-nav-bottom ul {
    border-top: 1px solid #ffffff;
    margin-top: 2rem;
}

.container-nav-bottom ul li a {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.container-nav-bottom ul li:first-child a {
    margin-left: 0;
}

/* Page content */
.title-intro {
    font-size: 5rem;
    text-align: center;
}

@media (max-width: 766px) {
    .title-intro {
        font-size: 3rem;
    }
}

#home-video {
    position: fixed; 
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    background-size: cover;
    margin: 0 auto;
}

.img-gradient::after {
    content: '';
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.52), rgba(46, 2, 144, 0.30));
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.bi {
    padding-right: 0.5rem;
}

.container-title-image {
    position: relative;
    width: 100%;
    overflow: hidden; 
}

.container-title-image::after {
    display: block;
    clear: both;
    content: ""; 
}

.title-image-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.title-image-heading {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

.title-image-caption p {
    text-shadow: 2px 2px #000;
}

.carousel-caption h5 {
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px #000;
}

@media (max-width: 640px) {
    .carousel-caption h5 {
        font-size: 1.5rem;
    }
}

.carousel-caption p {
    text-shadow: 2px 2px #000;
}

.section-gradient {
    background-color: #eee;
    border: 1px solid #ddd;
    border-left: 0 none;
    border-right: 0 none;
}

.section-gradient-secondary {
    border-left: 0 none;
    border-right: 0 none;
}

.section-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-intro {
    /* position: absolute; top: 0; left: 0; */
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 2px 2px #000;
    padding-top: 10%;
    padding-bottom: 10%;
}

.section-intro p {
    font-size: 1.5rem;
    text-align: center;
    max-width: 80%;
}
.section-first {
    padding-top: 0;
}
/*
.section-first h1.page-title {
    padding: 20px 0px 16px 0px;
}
*/
.section-carousel, .section_image {
    padding: 0;
}
/*
.section-content h3 {
    margin-bottom: 2rem;
}
*/
.container p:last-child {
    margin-bottom: 0;
}

.news-section {
    text-align: center;
}

.news-section iframe {
    margin: 0 auto;
}

.news-section > hframe {
    border: 1px solid #ccc;
    width: 500px;
}

@media (max-width: 766px) {
    .news-section > hframe {
        max-width: 100vw;
        overflow: hidden;
    }
}

#testimonal-carousel .carousel-inner {
    height: 16rem;
}

@media (max-width: 766px) {
    #testimonal-carousel .carousel-inner {
        height: 18rem;
    }
}

@media (max-width: 480px) {
    #testimonal-carousel .carousel-inner {
        height: 22rem;
    }
}

#testimonal-carousel .carousel-item {
    vertical-align: middle;
}

#testimonal-carousel .carousel-caption {
    top: 1.25rem;
    bottom: auto;
}

/* blueimp */
.blueimp-gallery {
    background: #fff;
}

.blueimp-gallery > .title {
    color: #000;
    text-shadow: none;
}
/* End blueimp */

.info-tab-wrapper {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.6rem;
}

.col-group-card, .col-product-card {
    margin-bottom: 12px;
}

.list-form {
    font-size: 1rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #2e0290;
    background-color: #2e0290;
    color: #eee;
}

.bootgrid-table {
    font-size: 0.8rem;
}

.th-col-fluid, .td-col-fluid {
    font-size: .9rem;
}

.th-mobile-text, .td-mobile-text {
    visibility: hidden;
    display: none;
}

.th-col-image, .td-col-image {
    width: 95px;
}

.th-col-commands , .td-col-commands {
    width: 9.0em !important;
}

.th-col-commands2 , .td-col-commands2 {
    width: 10.25em !important;
}

.th-col-commands3 , .td-col-commands3 {
    width: 11em !important;
}

.th-col-action , .td-col-action {
    width: 3.0em !important;
}

.th-col-sml, .td-col-sml {
    width: 6.5% !important;
}

.th-col-med, .td-col-med {
    width: 10% !important;
}

.th-col-id, .td-col-id {
    width: 5.2% !important;
}

.th-col-number, .td-col-number {
    width: 10% !important;
}

.th-col-dimension, .td-col-dimension {
    width: 7.5% !important;
}

.th-col-catno, .td-col-catno {
    width: 8% !important;
}

.th-col-part-code, .td-col-part-code {
    width: 15% !important;
}

.th-col-title, .td-col-title {
    width: 8.3% !important;
}

.th-col-active, .td-col-active {
    width: 10% !important;
}

.th-col-status, .td-col-status {
    width: 8.5% !important;
}

.th-col-name, .td-col-name {
    width: 11.8% !important;
}

.th-col-name-long, .td-col-name-long {
    /* width: 16.6% !important; */
    width: 20% !important;
}

.th-col-datetime, .td-col-datetime {
    width: 15% !important;
}

.th-col-sub-sml, .th-col-sub-sml {
    width: 7em !important;
}

.th-col-sub-med, .th-col-sub-med {
    width: 10em !important;
}

a.mobile-link {
    padding-top: 05rem;
}

.product-title {
    font-weight: bold;
    font-size: 1.25em;
}

.part-description {
    padding: 1rem 0;
}

.catalogue-number-label, .catalogue-number {
    font-size: 0.8rem;
}

.part-code-label, .part-code {
    font-size: 0.8rem;
}

.catalogue-number-label, .part-code-label {
    /* color: #2e0290; */
    color: #444;
}

.specifications-list {
    padding: 2rem;
}

.specification-label {
    font-weight: bold;
    font-size: 0.8rem;
}

.specification-data {
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    #main-navbar .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (max-width: 992px) {
    .container-page-title h1 {
        font-size: 2rem;
    }

    .list-form * {
        font-size: 0.75rem;
    }
    
    .th-col-productcode, .td-col-productcode {
        width: 20% !important;
    }
}

@media (max-width: 766px) {
    .th-mobile-text, .td-mobile-text {
        visibility: visible;
        display: table-cell;
        width: auto;        
    }
    
    .th-mobile-text {
        display: block;     
    }

    .td-mobile-text {
        display: table-cell;
    }

    .th-col-sml, .td-col-sml {
        visibility: hidden;
        display: none;
    }
    
    .th-col-med, .td-col-med {
        visibility: hidden;
        display: none;
    }
    
    .th-col-id, .td-col-id {
        visibility: hidden;
        display: none;
    }
    
    .th-col-number, .td-col-number {
        visibility: hidden;
        display: none;
    }

    .th-col-description, .td-col-description {
        visibility: hidden;
        display: none;
    }
    
    .th-col-dimension, .td-col-dimension {
        visibility: hidden;
        display: none;
    }
    
    .th-col-catno, .td-col-catno {
        visibility: hidden;
        display: none;
    }
    
    .th-col-part-code, .td-col-part-code {
        visibility: hidden;
        display: none;
    }
    
    .th-col-title, .td-col-title {
        visibility: hidden;
        display: none;
    }
    
    .th-col-active, .td-col-active {
        visibility: hidden;
        display: none;
    }
    
    .th-col-status, .td-col-status {
        visibility: hidden;
        display: none;
    }
    
    .th-col-name, .td-col-name {
        visibility: hidden;
        display: none;
    }
    
    .th-col-name-long, .td-col-name-long {
        visibility: hidden;
        display: none;
    }
    
    .th-col-datetime, .td-col-datetime {
        visibility: hidden;
        display: none;
    }
    
    .th-col-sub-sml, .th-col-sub-sml {
        visibility: hidden;
        display: none;
    }
    
    .th-col-sub-med, .th-col-sub-med {
        visibility: hidden;
        display: none;
    }
}