﻿/* 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;
}

table, table tr, table td, td, tr {
    padding: 0px;
    margin: 0px;
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

.div {
    padding: 0px;
    margin: 0px;
}

.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;
  }
}

h1 {
    color: white;
    font-weight: 300;
    line-height: 1.2;
}
h2 {
    color: white;
    font-weight: 300;
    line-height: 1.2;
}
h3 {
    color: white;
    font-weight: 300;
    line-height: 1.2;
}
h4 {
    color: white;
    font-weight: 300;
    line-height: 1.2;
}
h5 {
    color: white;
    font-weight: 300;
    line-height: 1.2;
}

p {
    color: white;
    font-weight: 300;
    line-height: 1.2;
}

.EditBtn {
    color: white;
    background-color: rgba(0,0,0,0);
    border: none;
}

.CloseBtn {
    color: white;
    background-color: rgba(0,0,0,0);
    top: 10px;
    border: none;
}

.ToDoItemTitle {
    color: lightgrey;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 72px;
}

.BigTitle {
    font-size: 60px;
    color: lightgray;
}

.MainDisplayer {
    padding: 1vw;
    max-width: 90vw;
    max-height: 75vh;
    width: 1200px;
    margin: auto;
    display: none;
}

.ViewControllerBtn {
    color: darkgray;
    font-size: 24px;
    background-color: transparent;
    border-width: 0px;
}

.ViewsController {
    display:block;
    position: absolute;
    left:10px;
    bottom: 100px;
}

.ViewChangerBtn {
    color:gray;
    font-size: 24px;
}

.FlexGrid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.FlexGridImage {
    width: 43vw;
    max-width: 250px;
    height: 200px;
    margin: -10px;
    object-fit: cover;
}

.FlexGridItem {
    flex: 0, 0, 43vw;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
    background-color: rgba(50,50,50,0.5);
    max-width: 250px;
    width: 43vw;
}

.DisplayItemEditor {
    position: absolute;
    top: 0vh;
    left: 0vw;
    visibility: collapse; 
    width: 100vw;
    min-width: 98vw;
    min-height: 80vh;
    background-color: rgba(50,50,50,0.98);
    z-index: 1000;
    margin: 0px;
    padding: 1vh;
}

DisplayItemBig {
    font-size: 7vh;
    font-weight: 100;
    line-height: 1.2;
    color: white;
    margin-top: 0px;
    padding: 0px;
    margin-left: 20px;
}

DisplayItemMedium {
    font-size: 3vh;
    font-weight: 300;
    line-height: 1.0;
    color: white;
    margin-top: 0px;
    padding: 0px;
    margin-left: 20px;
}

DisplayItemMedium {
    font-size: 6vh;
    font-weight: 300;
    line-height: 1.2;
    color: white;
    margin-top: 0px;
    padding: 0px;
    margin-left: 20px;
}

DisplayItemTitle {
    font-size: 2vw;
    font-weight: 300;
    line-height: 1.2;
    color: lightcyan;
    margin: 0px;
    padding: 0px;
    min-width: 300px;
}

@media screen and (min-width: 1000px) {
    DisplayItemTitle {
        font-size: 30px;
    }
}


.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-left: 20px;
  margin-bottom: 60px;
  background-color: black;
}

.body-container {
    /*remove the container default padding attribute*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*increase width as per your need*/
    max-width: 100%;
} 


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
