﻿/* 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 {
  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 */
}

.popup-input {
    line-height: 38px;
    cursor: pointer;
}

.submit-area {
    text-align: center;
    margin-top: 20px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

a {
    text-decoration: none !important;
}

.layui-layout-right {
    margin-right: 30px;
}

.toast-bottom-center {
    bottom: 50px !important;
}

.layui-form {
    padding: 20px 10px 10px 10px;
}

.tag-editor {
    line-height: 30px !important;
}

.field-validation-error {
    color: #dc3545 !important;
}

    .field-validation-error.validation-line-end {
        margin-left: 10px;
    }

    .field-validation-error.validation-bottom {
        margin-top: 10px;
    }

.field-validation-not-null {
    color: #dc3545 !important;
    margin-left: 10px;
    float: right;
    font-size: 18px;
}

label.field-required:before {
    content: '*';
    color: #dc3545;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    margin-left: -10px;
}

.layui-btn-self {
    background-color: #393D49;
}

.tag {
    color: white;
    background-color: #1296db;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 12px;
}

    .tag + .tag {
        margin-left: 10px;
    }

.layui-btn + .layui-btn {
    margin-left: 0;
}

.important-color {
    color: #FF813D;
}

.safe-color {
    color: #12CB77;
}

.danger-color {
    color: #ff5722;
}

.common-color {
    color: #26BAFF;
}

.invalidate-color {
    color: #838080;
}

.layui-nav .layui-nav-item .layui-nav-child a {
    padding: 0 30px;
}

.layui-badge-dot.left {
    margin-left: -10px;
}

.layui-badge-dot.in-table {
    margin-left: 5px;
    margin-bottom: 3px;
}

.layui-tree-icon {
    box-sizing: content-box;
}

select.flex + .layui-form-select {
    flex: 1;
}

.layui-form.row .col-sm-2 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.layui-form.row .col-sm-12 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.layui-input.readonly {
    background-color: #eee;
}