﻿/* 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, h4 > a {
  color: #0366d6;
  cursor:pointer;
}

.btn-primary {
    color: #fff;
    background-color: #0366d6;
    border-color: #0366d6;
}

.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 */
}
.sffooter {
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    display: block;
    line-height: 50px; /* Vertically center the text there */
    height: 50px;
    text-align: center;
    white-space: nowrap;
    font-size: small;
    color: #808080;
    border-top:1px solid #151515;
}
 .sffooter > a{
     margin-left:10px;
     margin-right:10px;
     color:#808080;
 }


.breadcrumb {
    background-color: transparent;
    padding: 5px;
    font-size: x-small;
}

.table-dark, .table-dark > tbody, .table-dark > tbody > tr, .table-dark > tbody > tr > td {
    background-color: #202020 !important;
}
.table-dark > thead > tr, .table-dark > thead > tr > th {
    background-color: #252525 !important;
    color:#808080;
}

.table-dark2, .table-dark2 > tbody, .table-dark2 > tbody > tr, .table-dark2 > tbody > tr > td {
    background-color: #2e2e2e !important;
    color:#e5e5e5;
}
.table-dark2 > thead > tr, .table-dark2 > thead > tr > th {
    background-color: #2e2e2e !important;
    color: #808080;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover > td {
    background-color: #404040 !important;
    cursor: pointer;
}

.form-control-dark {
    background-color: #202020;
    color: #0366d6;
    border-color: #808080;
}
.form-control-dark:active {
    background-color: #202020;
    color: #0366d6;
    border-color: #0366d6;
}

.form-control, .form-control:hover {
    background-color: #252525 !important;
    border-color: #808080 !important;
    color: #73a8e2 !important;
}

.form-control > optgroup {
    background-color: #212121 !important;
    color: rgb(41, 102, 164) !important;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
    transition: color 9999s ease-out, background-color 9999s ease-out;
    transition-delay: 9999s;
}

td > .form-control{
    min-width:100px;
}
td > textarea.form-control {
    min-width: 200px;
}

#loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(32, 32, 32, 0.9);
}

#loader > img {
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left: -64px;
    margin-top: -64px;
}


.alert-success {
    background-color: transparent;
    border-color: #0366d6;
    color: #0366d6;
}
.alert-info {
    background-color: transparent;
    border-color: #808080;
    color: #808080;
}
.alert-danger {
    background-color: transparent;
    border-color: red;
    color: red;
}
.alert-warning {
    background-color: transparent;
    border-color: orange;
    color: orange;
}

.alert > .close {
    text-shadow: none;
}


.modal-content {
    background-color: #2e2e2e;
    border-color: #404040;
}

.modal-header, .modal-footer {
    border-color: #404040;
}
.modal-title{
    color:#0366d6;
}
.modal-body{
    color:#e5e5e5;
}


.form-group {
    margin-bottom: 3px;
}

label{
    margin-bottom:2px;
    font-size:x-small;
}
.form-check-label {
    font-size: medium;
}

.input-group-text {
    background-color: transparent;
    color: #808080;
    border-color: #404040;
}


.btn-outline-offer {
    border-color: #0366d6;
    color: #0366d6;
}
.btn-outline-contract {
    border-color: #008a0f;
    color: #008a0f;
}
.btn-outline-incoice {
    border-color: #ffb400;
    color: #ffb400;
}
.btn-outline-receipt {
    border-color: #b200ff;
    color: #b200ff;
}

.btn-outline-offer:hover, .btn-outline-contract:hover, .btn-outline-incoice:hover, .btn-outline-receipt:hover{
    color:white;
}


@media (max-width: 992px) {
        .hideOnSmallW {
        display: none !important;
    }

    .blockOnSmallW {
        display: block !important;
    }
}