﻿/* 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. */

.main-nav {
    background: rgb(23,141,189);
    background: linear-gradient(180deg, rgba(23,141,189,1) 0%, rgba(4,83,114,1) 100%);
    padding-left: 0;
}

.main-nav .container-fluid {
    padding-left: 0;
}

a.navbar-brand.promotion {
    padding-left: 30px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

nav#statistics {
    justify-content: flex-start;
}

nav#statistics span {
    padding: 2px 15px;
    color: white;
    margin-right: 20px;
}
    /* Provide sufficient contrast against white background */
    a {
  color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
    position: relative;
    min-height: 100%;
}
@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;
}

.bi-check {
    font-size: 2em;
    color: green;
}

.back-icon {
    font-size: 2em;
}

.back-to-list {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: rgb(4, 83, 114);
    border-color: #1861ac;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgba(0, 123, 255, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: rgba(220, 53, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: rgba(40, 167, 69, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #06080a;
    border-color: #bdbfc1;
}

.dataTables_wrapper .dataTables_length select {
    padding-right: 25px;
}


/* Flex Settings for Receipt Review  */
.two-thirds {
    -ms-flex-basis: 66.66%;
    -o-flex-basis: 66.66%;
    -webkit-flex-basis: 66.66%;
    flex-basis: 66.66%;
}

.one-third {
    -ms-flex-basis: 33.33%;
    -o-flex-basis: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%
}

.rtm-flex-body {
    height: calc(100vh - 103px);
    height: -o-calc(100vh - 103px); /* opera */
    height: -webkit-calc(100vh - 103px); /* google, safari */
    height: -moz-calc(100vh - 103px); /* firefox */
}

.all-0 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.retailer-edit {
    cursor: pointer;
    color: cornflowerblue;
    position: relative;
    top: -4px;
    left: 2px;
    font-size: 0.9rem;
}

#retailerForm {
    display: none;
}

.bi-x-circle {
    color: red;
    cursor: pointer;
}