﻿/* 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. */
/*.header .navbar-brand { display:inline-block;}*/
/*//.header .navbar-brand .navbar-logo {*/

/*:root {
    --bg-color: #fff;
    --font-color: rgba(0, 0, 0, 0.82);
}

[data-theme="dark"] {
    --bg-color: #161625;
    --font-color: #e1e1ff;
}

.page-container {
    background-color: var(--bg-color);
    color: var(--font-color);
}*/

.logo {
    background: url("../img/logo.png") left no-repeat;
    width: 206px;
    height: 43px;
    margin-top: 1px;
    border: none;
    text-shadow: none;

}
/*a {
    color: #0366d6;
}*/

.header.navbar-default .navbar-brand i
{
    color:#808080;
}
.required:after {
    content: " *";
    color: red;
    /*font-size: medium;*/
    font-weight: 900;
}
.btn-link {
    font-weight: 400;
    color: #ff3b30;
    text-decoration: none;
}
/*//.nav-tabs .nav-link.active, .nav-tabs .show > .nav-link {*/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #5ac8fa !important;
    background: -moz-linear-gradient(to bottom,#8cd9fc 0,#41c0f9 100%) !important;
    background: -webkit-linear-gradient(to bottom,#8cd9fc 0,#41c0f9 100%) !important;
    background: linear-gradient(to bottom,#8cd9fc 0,#41c0f9 100%) !important;
}

.input-validation-error {
    border: 1px solid #ff724f;
}
/*
.panel.panel-expand
{
    background:rgba(0, 0, 0, 0.82);
}
.popover.right .arrow{
 border: 2px solid #41c0f9
}
.popover {
    border: 2px solid #41c0f9;
}
.popover-body {
    background: #FFFFFF;
    color: #000000;
}
.popover-header {
    background: #41c0f9;
    color: #000000;
    font-weight: bolder;
    text-transform: capitalize;
}
    .dataTables_wrapper.dt-bootstrap4 .dataTables_length label .form-control {
    color: rgba(0, 0, 0, 0.82);
}*/
.uppercase {
    text-transform: uppercase;
}
/*.sidebar .nav > li.nav-profile > a
{
     padding:20px 10px;
}

.bootstrap-select > .dropdown-toggle
{
    height:inherit;
}
.bootstrap-select .dropdown-toggle .filter-option
{
    height:auto;
}*/
/*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 */
/*}*/
