body{
 background-color: #f6f6f6;
}

.navbar{
    box-shadow: 2px 1px 6px grey;
}

.nav-container{
    margin: 0px 10px;
}

.nav-bg{
    background-color:rgb(14, 14, 17);
}

.navbar-nav .dropdown-menu{
    background-color: rgba(14, 14, 17, 0.856) ;
}

.logo{
    height: 45px;
    margin-left: 0px;
    padding: 3px;
    padding-left: 50px
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.nav-link{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;  
}

.nav-item{
    padding-left: 10px;
}

.nav-link:hover{
    color:white;
    text-shadow: 2px 1px 2px #C0C0C0;
}

.dropdown-menu{
    background-color: black;
    padding: 0px 8px;
    height: 190px;
    text-align: left;
}

a:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding-left: 0;
}

a:not([href]):not([tabindex]):hover {
    color:#bebebe;
    text-shadow: 1px 2px 2px #C0C0C0;
    background: inherit;
}

.badge{
    letter-spacing: 0px !important;
    border-radius: 50%;
}

.active{
    text-decoration: underline;
    text-shadow: 2px 1px 2px #C0C0C0;
}

.jumbotron{
    padding: 200px 0px;
    border-radius: 0px;
    background-image: url(image-asset.jpeg);
    color: white;
    background-size: cover;
}

.navbar>.container{
    display: contents;
}

.part-price{
    font-weight: bold;
    font-size: 19px;
    color: #015B9C;
}

.btn-block:hover{
    color:white;
    text-shadow: 1px 1px 1px #C0C0C0;
}

@media screen and (min-width : 1700px) {
    .margin-top {
        margin-top: 10%;
    }
}



@media screen and (min-width : 768px) and (max-width : 1023px){
    .btn-block{
        height: 80px;
    }

    a:not([href]):not([tabindex]):not([onclick]):not([role="button"]) {
        color: white;
        text-decoration: none;
        font-size: 35px;
        padding-left: 0;
    }

    .btn {
        padding: .6rem .75rem;
    }

    .card-img-top {
        height: 500px;
    }

    .part-title{
        height: 80px;
        line-height: 35px;
        font-size: 35px;
    }

    .home-heading{
        font-size: 45px;
        font-weight: 600;
    }

    .part-id{
        font-size: 25px;
    }

    .part-price{
        font-size: 40px;
    }

    .logo{
        height: 60px;
        margin: 10px 0px;
    }

    .link-text{
        font-size: 30px !important;
    }

    .navbar-toggler{
        font-size: 2rem;
    }

    .jumbotron{
        padding: 240px 0px;
    }

    .jumbotron-heading {
        font-size: 4rem;
    }

    .container {
        max-width: 800px;
    }

    .lead{
        font-size: 2rem;
        font-weight: 300;
    }

    .page-footer {
        font-size: 24px !important;
    }

    .footer-copyright {
        font-size: 20px !important;
    }

    .dropdown-menu-text{
        font-size: 25px !important;
    }
}



.page-footer{
    margin-top:30px;
    background-color: rgb(14, 14, 17);
    font-size: 14px;
}

.footer-copyright {
    box-shadow: 0px 0 5px #C0C0C0;
    font-size: 12px;
}
.content{
    padding: 0px 70px;
    color:white;
}

.btn-to-top:hover{
    color:white;
    text-shadow: 1px 1px 1px #C0C0C0;
}

.btn-to-top{
    margin-left: 55px;
    padding: 0;
}

.k-widget{
    border-style: none;
}

.mandatory{
    font-weight: bold;
    color: red;
    font-size: 17px;
}

.see-password-btn{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: rgba(160, 160, 160, 0.747);
    border-color: rgba(160, 160, 160, 0.747);
    font-size: 0.8rem;
}

input{
    font-size: 1rem !important;
}

textarea{
    font-size: 0.8rem !important;
}
  
select{
      font-size: 0.8rem !important;
}

.password-require{
    font-size: 0.7rem;
}

.btn{
    cursor: pointer;
    font-size: 1rem;
}

.product-card-part-code{
    font-size: 14px;
    white-space: nowrap;
}

.modal-header{
    background: indianred;
    padding: 2%;
}

