﻿/* 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. */

body {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: #fff;
}

.login-box{
    position: absolute;
    right: 10%;
}

.navbar {
    height: 57px;
}

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%;
}

.footer {
    clear: both;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /*Vertically center the text there */
}

.brand-text {
    color: #c2c7d0;
}

.develop-right {
    float: right;
}

.develop-left {
   float: left;
}

.develop-right a {
    text-decoration: none;
}

.develop-left a {
    text-decoration: none;
}

@media (max-width: 576px) {
    .develop-right {
        float: none !important;
        text-align: center !important;
        font-size: small;
    }
    .develop-left {
        float: none !important;
        text-align: center !important;
        font-size: small;
    }
}

@media (min-width: 768px) {
    .develop-right {
        float: right !important;
        font-size: small;
    }

    .develop-left {
        float: left !important;
        font-size: small;
    }
}

@media (min-width: 1024px) {
    .develop-right {
        float: right !important;
        font-size: medium;
    }

    .develop-left {
        float: left !important;
        font-size: medium;
    }
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.center-name {
    display: block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.role {
    display: block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.height {
    min-height: calc(100vh - 160px);
    position: relative;
    overflow: hidden;
}

.vcenter {
    height: 309px;
    margin: auto auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.brand-image {
    margin-top: -.5rem;
    margin-right: .2rem;
    height: 33px
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 0;
    margin-right: .5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;   
}

.brand-link .brand-image-xs {
    float: left;
    line-height: .8;
    margin-top: -.1rem;
    max-height: 33px;
    width: auto
}

.brand-link .brand-image-xl {
    line-height: .8;
    max-height: 40px;
    width: auto
}

.brand-link .brand-image-xl.single {
        margin-top: -.3rem
}

.brand-link.text-sm .brand-image, .text-sm .brand-link .brand-image {
    height: 29px;
    margin-bottom: -.25rem;
    margin-left: .95rem;
    margin-top: -.25rem
}

.brand-link.text-sm .brand-image-xs, .text-sm .brand-link .brand-image-xs {
    margin-top: -.2rem;
    max-height: 29px
}

.brand-link.text-sm .brand-image-xl, .text-sm .brand-link .brand-image-xl {
    margin-top: -.225rem;
    max-height: 38px
}

.logo {
    height: 2.1rem;
    margin-right: 10px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

@media (max-width: 576px) {
    .left {
        float: none !important;
    }

    .right {
        float: none !important;
    }
}

.mb-10{
    margin-bottom: 10px;
}

.fa-eye{
    cursor: pointer;
}

.fa-eye-slash {
    cursor: pointer;
}

.customer_details_bg{
    background-color: white;
    padding: 20px;
    margin: 20px;
}

.order_details{
    margin-bottom: 30px;
    line-height: 7px;
}

.order_details_bg{
    background-color: white;
    padding: 20px;
    margin: 20px;
}

.order_details_update{
    background-color: white;
    padding: 20px;
    margin: 20px;

}

.complaint_details{
    margin-bottom: 30px;
    line-height: 7px;
}

.complaint_details_bg{
    background-color: white;
    padding: 20px;
    margin: 20px;
}

.complaint_details_update{
    background-color: white;
    padding: 20px;
    margin: 20px;

}

.main-sidebar {
   overflow-y: scroll;
   overflow-x: hidden;
}
