﻿/* 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. */

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}

.navbar-custom {
    background-color: #c0372c;
/*    background-color: #34dd34;
*/
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
    border-color: #e5e5e5;
}

.navbar-toggler {
    border-color: #e5e5e5;
}

/*.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: black;
}

.navbar-custom .navbar-nav .nav-link {
    color: #ff11ff;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ff33ff;
}

.navbar-custom .dropdown-menu {
    background-color: #34dd34;
}

.navbar-custom .dropdown-item {
    color: #ffffff;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #191919;
    background-color: #23cc23;
}*/



/*.navbar-idia {
    background-color: #c0372c;*/
    /*background-color: #F8F8F8;*/
    /*border-color: #E7E7E7;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-toggler .navbar-toggler-icon {    
  color: #ffffff !important;
}*/



/* 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 */
}

/* Tests table   */
.table-separate-border {
    border-collapse: separate;
    border-spacing: 1px;
}

.green-column {
    background-color: green;
}

.red-column {
    background-color: red;
}

.yellow-column {
    background-color: yellow;
}

.lightgreen-column {
    background-color: #c3e6cb;
}

.table-textsize {
    font-size: 0.9rem;
}

.button-area {
    margin-top: 1rem;
    margin-top: 1rem;
}

th a, th a:hover {
    color: #fff;
}

/* User table. Ellipsis bei Id*/
.table .text {
    position: relative;
}

.table .text span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    width: 100%;
    padding-right: 10px;
}

.text:before {
    content: '';
    display: inline-block;
}

#usertable td, th {
    padding-top: .1rem;
    padding-bottom: .1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


/* ViewerJs*/
.docs-pictures {
    list-style: none;
    margin: 0;
    padding: 0;
}

.docs-pictures > li {
    border: 5px solid transparent;
    float: left;
    height: calc(100% / 3);
    margin: 0 -1px -1px 0;
    overflow: hidden;
    width: calc(100% / 3);
}

.docs-pictures-shadow {
    width: 90%;
    height: 90%;
    /*border-radius: 5px;*/
    /*border: 1px solid #888;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    margin-bottom: 26px;
    margin-left: 20px;
    margin-right: 0px;
    /*padding: 2.5%;*/
}


/*------------- Treeview  ----------------*/

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .tree ul {
        margin-left: 1em;
        position: relative
    }

        .tree ul ul {
            margin-left: .5em
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 1.6em;
        color: #369;
        /*font-weight: 700;*/
        position: relative;
        /*white-space:nowrap*/
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    /*text-decoration: none;*/
    color: #369;
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/*Userlist company images*/
div.tile {
    width: 70px;
    height: 70px;
    position: relative;
    /*margin: 0;*/
    float: left;
    /*border: 1px solid #AAA;*/
}

div.tile img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 70px;
    max-width: 70px;
}