﻿/* 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. */
.flex-box{
 margin: 0 auto;
 justify-content: center;
}

.datepicker{
    float: right;
    border: 1px solid black;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
    border-radius: 4px;
    background: #d1d1d1;
}

.table-hidden {
  display: none !important;
}

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;
  overflow-x: hidden;
}
@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 0.25rem 0.75rem rgba(0, 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 */
}

/*-----------Daily program-----------------------*/
.flex-box {
  display: flex;
}

img {
  border: 3px solid gray;
  margin-bottom: 19px;
  margin-top: 0;
}

h1 {
  text-align: center;
}

.weather-traffick {
    margin-top: 3.7%;
    margin-left: 8%;
    padding-top: 10px !important;
    position: sticky;
    align-self: flex-start;
    top: 0;
}

.jsx-4184421818 {
  width: 340px;
}

.jsx-4184421818 a {
  display: none !important;
}

/* font-family: 'Lato', sans-serif;  */
/* font-family: 'Open Sans', sans-serif; */
/* font-family: 'Roboto', sans-serif; */

/* resets  */
* {
  box-sizing: border-box;
  padding: 0;
}

h1,
h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
}

/* TABLE STYLES  */

.table,
table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

td {
  padding-left: 4px;
  padding-right: 0.6px;
}

th {
  background-color: rgb(248, 202, 180);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 3px;
}

.medarbejdere th {
  background-color: rgba(161, 164, 172, 0.897);
}

.name {
  border-bottom: none;
}

.table {
    width: 100%;
    margin: 14px auto;
    margin-left: 5%;
}

textarea {
  resize: none;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.897);
  list-style: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  hyphens: auto;
}

.save{
    margin-left: 9%;
}

/* -------------  */
.news{
    margin-top: 11px;
}
/* table sizes  */

.one {
  width: 8%;
}

.leader {
  width: 8%;
}

.project {
  width: 8%;
}
/* ----------  */

/* save button  */

button {
  border: 1px solid orange;
  color: white;
  padding: 15px 50px;
  text-decoration: none;
  font-size: 16px;
  background-color: rgb(248, 157, 20);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease;
  justify-content: center;
  align-items: center;
}

button:hover {
  background-color: white;
  transition: all 0.4s ease;
  color: orange;
  border: 1px solid;
  /* -------------  */
}

@media only screen and (max-width: 1900px) {
    .table {
        width: 100%;
    }

  textarea {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1412px) {
    .table {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .table {
        width: 100%;
    }

  textarea {
    font-size: 13px;
  }

    .open {
        display: none;
    }


}

@media only screen and (max-width: 800px) {
    .table {
        width: 100%;
    }

  .one {
    width: 15%;
  }

  .leader {
    width: 15%;
  }

  .project {
    width: 15%;
  }

  textarea {
    font-size: 15px;
  }

  .weather-traffick {
    display: none;
  }

  .flex-box {
    margin-right: 33%;
  }

  @media only screen and (max-width: 545px) {
    th {
      font-size: 14px;
    }

    textarea {
      font-size: 12px;
    }

    button {
      padding: 8px 20px;
    }

    h2 {
      letter-spacing: 2px;
      text-align: left !important;
    }

    .leader {
      width: 19%;
    }
  }

  @media only screen and (max-width: 320px) {
    textarea {
      font-size: 10px;
    }
  }

  .list {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgb(28, 32, 30);
    overflow-x: hidden;
    transition: all 0.3s ease;
    padding-top: 60px;
  }

  .list a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .list a:hover {
    color: #f1f1f1;
  }

  .list .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .open {
    margin-right: 13px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    font-size: 29px;
    font-weight: 500;
  }

  span {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    color: rgb(236, 114, 32);
  }
}

