﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/** Default Template Styling  **/
html,
body,
header,
.view {
    height: 100%;
}

@media (max-width: 740px) {
/*    html,
    body,
    header,
    .view {
        height: 1000px;
    }*/
}

@media (min-width: 800px) and (max-width: 850px) {
    /*html,
    body,
    header,
    .view {
        height: 600px;
    }*/
}
/* Navbar animation */
.navbar {
    background-color: rgba(0, 0, 0, 0.3);
}

.top-nav-collapse {
    background-color: #1C2331;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}

.md-form label {
    top: -10px !important;
    /*left: 20px !important;*/
}

.btn-rounded {
    border-radius: 10em;
}
/** Default Template Styling  **/


/** Pharma Colors  **/
.pharma-green-text {
    color: #41BD85 !important;
}
.pharma-green-border {
    border: 1px #41BD85 solid !important;
}
p,
a,
h1, h2, h3, h4, h5, h6,
small, span,
.pharma-black-text {
    color: #333333 !important;
}
.pharma-bg-grey {
    background-color: #F1F1F1 !important;
}
.pharma-bg-green {
    background-color: #41BD85 !important;
}

#main-footer-div p {
    padding: 0 !important;
    margin: 0 !important;
}

.rgba-gradient {
    background-color: rgba(0,0,0,0.3);
}

/** Pharma Colors  **/

body, p {
    padding-top: 0 !important;
}

.mdl-layout__container {
    position: fixed;
    width: 100%;
    height: 100%;
}

.mdl-layout__tab-bar-button {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 48px;
    width: 56px;
    z-index: 4;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mdl-layout__tab-bar-container {
    position: relative;
    height: 90px;
    width: 100%;
    border: none;
    margin: 0;
    z-index: 2;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.mdl-layout__tab-bar-button {
    display: inline-block;
    position: absolute;
    top: 0;
    height: 38px;
    width: 56px;
    z-index: 4;
    text-align: center;
    background-color: #2A2A86 !important;
    color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-pagination {
    bottom: 0px !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #41BD85 !important;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.padding-button {
    padding: .5rem 1.7rem !important;
}

.holder {
    position: relative;
}

.text-block {
    position: absolute;
    top: 5px;
    left: 5px;
    background: transparent;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
}

.home-banner {
    background-image: url('../img/main_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1em !important;
        padding-left: 1rem !important;
    }
}

.opacity-75 {
    opacity: 0.75;
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        opacity: 1;
    }
}

.bg-right {
    background-image: url('../img/right_image_fix.png');
    background-size: cover;
    min-height: 100vh;
}

label {
    font-size: 13px !important;
}

.shop-banner {
    min-height: 50vh;
    background-image: url(/img/default-sale-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

table td {
    font-size: 13px !important;
}

.owl-slider .holder {
    position: relative;
    width: 340px;
    height: 340px;
    overflow: hidden;
}

.holder img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

img.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.truncate-text {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.card-fixed-height {
    min-height: 178px;
}

/* jquery.validate error */
.field-validation-error > * {
    color: red !important;
}

#OverlaySearch {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    overflow: hidden;
    background-attachment: fixed;
}

#main-footer-div ul {
    list-style-type: none;
}
