﻿/*
    This file only contains styles used specifically in the Layout file, and globally overwritten Bootstrap classes
*/

:root {
    --velobrix-Green: #67b32c;
    --velobrix-Green-Light: rgba(103, 179, 44, 0.60);
    --velobrix-Green-Lighter: rgba(103, 179, 44, 0.20);
    --velobrix-Red: #f00;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: #28a745 !important;
}

a {
  color: #0366d6;
}

.navbar{
    box-shadow: 5px 5px;
}

.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;
}

html {
  font-size: 12px;
}
@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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: radial-gradient(circle,#ddd 0,#aaa 100%);
}

.container {
    background-color: white;
    border-radius: 8px;
    padding: 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  border-top: none !important;
  margin-bottom: 10px !important;
}

.table-sm {
    font-size: 12px;
}

.btn-sm {
    font-size: 12px;
    padding: 2px 10px 2px 10px;
}

.dropdown-item {
    font-size: 12px;
}

.bootstrap-select {
    font-size: 12px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.field-validation-error {
    color: var(--velobrix-Red);
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.supplierInfo {
    color: var(--velobrix-Green);
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}