﻿body { font-family: 'Open Sans',Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
h1 { font-size: 28px; font-weight: 600; }

.login-bg { background: #ebedef; width: 100vw; height: 100vh; padding-top: 100px; }
.login-panel { margin-top: 10%;}
.login-logo { margin-bottom:20px; }
.login-logo img { margin: 0 auto; }
.login-text { font-weight: normal;margin-bottom: 15px; }

.bottom-margin-5 {
    margin-bottom: 5px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.c-sidebar-nav { margin-top: 1rem; }
.c-sidebar-nav-title { margin-top: 0; }
.c-main { padding-top: 0; }

.top-categories .card-body { 
    padding: 0;
}

.top-categories .card-body .card-image {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background-size: cover;
    background-repeat: no-repeat;
}

    .top-categories .card-body .card-text {
        color: #fff;
        padding: 15px 0px 15px 15px;
        background: #005195;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }

    .top-categories .card-body .card-text a {
        color: #fff;
    }

.top-categories .card {
    height: 90%;
}

/*form{width: 80%;}*/
.status-form-input {max-width: 240px;}
.status-form-datepart {max-width:30px;display:inline;}

.btn-gray {
    color: #4A4949;
    background-color: #DBDBDB;
    border-color: #A9A9AB;
} 

.custom-search-form {
    padding: .8445rem 1rem;
    display: flex;
}

    .custom-search-form .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        display: flex;
    }

    .custom-search-form .input-group-appendm {
        display: flex;
    }

    .custom-search-form .btn-search {
        border-radius: .25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #fff;
        border: solid 1px #d8dbe0;
        border-left: 0;
        height: calc(1.5em + 0.75rem + 2px);
    }

    .navbar-top {
        background: #424243;
    }
.navbar-top-links .dropdown-toggle { color: #fff;font-size: 16px; }
.navbar-top-links .dropdown-toggle:hover, .nav .open > a, .navbar-top-links .open > a:hover, .navbar-top-links .open > a:focus { background: #C7081B; }
.white-color { color: #fff;  }
.ipm-power { float: right;  padding-right: 30px; color: #fff; font-size: 11px; }
.ipm-logo { background: #efefef; padding: 3px; }
.page-header { margin: 20px 0; }
.sidebar-nav ul li a { color: #333; }
.sidebar-nav .nav li.active > a { background: #C7081B;color: #fff; }
.sidebar-nav .nav li .nav-second-level { background: #fff; }
.top-margin-0 { margin-top: 0; }
.img-center { margin: 0 auto; }
.input-qty { width: 75px; }
.thumbnail img { max-width: 100%; height: 150px;border: solid 1px #e7e7e7; }
.cart > thead > tr > th { background: #C7081B;color: #fff; border: 0; }

.prod-grid-container {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 33% 33% 33%;
}

.prod-thumbnail {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    margin-right: 24px;
    overflow: hidden;
    border-radius: 8px;
    border: solid 1px #e2e8f0;
}

    .prod-thumbnail img {
        width: 30px;
    }

.prod-desc {
    font-size: 11px;
    color: #9da5b1;
}

@media (min-width: 768px) {
    .navbar { min-height: 75px; }
    .sidebar { margin-top: 76px; }
    .navbar-top-links { margin-top: 22px; } 
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.breadcrumb-item a {
    color: rgba(0,0,21,.5);
}

.home-banner-good {
    font-size: 1.25rem;
}

.home-banner-name {
    font-size: 1.5rem;
}

.home-banner-image {
    width: 100%;
    border-radius: 10px;
}