﻿/* 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: 6px;
}
@media (min-width: 768px) {
    html {
        font-size: 8px;
    }
}
@media (min-width: 1080px) {
    html {
        font-size: 10px;
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 14px;
    }
}
@media (min-width: 2160px) {
    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 */
}

.search-background {
    background: url('/images/dust_scratches.png');
}

.backgroundWhite {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.btn.btn-square {
    border-radius: 0;
}



.login-form {
    width: 340px;
    margin: 50px auto;
}

    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}
td.details-control {
    background: url('../images/plus.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../images/minus.png') no-repeat center center;
}


.mdHdrLabel {
    padding: 5px;
    width: 150px;
    display: inline-block;
    background: whitesmoke;
}

.smHdrLabel {
    padding: 5px;
    width: 100px;
    display: inline-block;
    background: whitesmoke;
}
.smNumLabel {
    padding: 5px;
    width: 100px;
    display: inline-block;
    text-align:right;
}

.smLabel {
    padding: 5px;
    width: 100px;
    display: inline-block;
    border: 1px solid black;
}

.mdLabel {
    padding: 5px;
    width: 250px;
    display: inline-block;
    border: 1px solid black;
}

.lgLabel {
    padding: 5px;
    width: 500px;
    display: inline-block;
    border: 1px solid black;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 5px;
    padding: 5px;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 5px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
     transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #008cba;
            color: white;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    /*padding: 6px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}

.width-10 {
    width: 10%;
    max-width: 10%;
}

.width-15 {
    width: 15%;
    max-width: 15%;
}

.width-20 {
    width: 20%;
    max-width: 20%;
}

.width-35 {
    width: 35%;
    max-width: 35%;
}

.width-55 {
    width: 55%;
    max-width: 55%;
}

.width-65 {
    width: 65%;
    max-width: 65%;
}