html,
body {
  height: 100%;
}

.bodysign {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
 
}

.labelform {
    text-align: left;
    font-weight: 500;
    padding-bottom:10px;
}

.hwsfooter
{
    font-variant: small-caps;
    padding-right:10px;
}

.footersign
{
    position:absolute;
    bottom:0;
    width: 100%;
    max-width: 330px;
}

.transporthead {
	background-color: #d2d2d2;
    color: #000000;
}

#absenceFilter {
  background-image: url('../images/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
}

.avatar-circle {
    width: 40px;
    height: 40px;
    background-color: #0d6efd;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	position: absolute;
    top: -10px;
  }

  .initials {
    position: relative;
    top: 8px; /* 25% of parent */
    font-size: 20px; /* 50% of parent */
    line-height: 20px; /* 50% of parent */
    color: #fff;
    font-family: "Courier New", monospace;
    font-weight: bold;
  }

  .nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
  }
  
  .nav-masthead .nav-link:hover,
  .nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
  }
  
  .nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
  }
  
  .nav-masthead .active {
    color: #FAEB00;
    border-bottom-color: #FAEB00;
    
  }


.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

 .mainpages {
     position:relative;
     top:90px;
 } 

 /* input */

 .files input {
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 30px 0px 35px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}
.files input:focus{ 
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
}
.files{ position:relative}
.files:after {  pointer-events: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 40px;
  right: 0;
  height: 20px;
  content: "";
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;  pointer-events: none;
  width: 100%;
  right: 0;
  height: 20px;
  content: " of drag & drop ";
  display: block;
  margin: 0 auto;
  color: #000000;
  text-transform: capitalize;
  text-align: center;
}

/*planning */

.bg-lightgray 
{
  background-color: lightgray;
}

.vis-item.red {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
  cursor:pointer;
}

.vis-item.blue {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  cursor:pointer;
}

.vis-item.green {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
  cursor:pointer;
}

.vis-saturday, .vis-sunday, .vis-item.vis-background.holiday {
  background-color: #ebf5ff;
}

/* checklist */

#checklisthover {
position: absolute;
top: -10px;
z-index: 50;
width: 95%;
background-color: #fff;
height: 100%;
}

/* map */

#map {
  height: 100%;
}

.mapbody {
	height:300px;
}

#navoptionlist {
	position: absolute;
    left: 75px;
    top: 20px;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 30px;
    background: #0d6efd;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    font-size: 24px;
    text-decoration: none;
    padding: 10px;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
	padding-top: 10px;
    bottom: 0;
    right: 100%;
    width: 60%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(0%);
  }
  
  .nav-masthead .active{
		background-color: #FAEB00;
    color: #000000!important;
    padding-left: 10px;
    border-radius: 4px;
  }
  
  a .nav-link {
		padding-left: 10px!important;
		color: #FFFFFF!important;
  }
  #navoptionlist {
	position: relative;
    left: 0;
    top: 0;
  }
}

@media (max-width: 600px) {
    table {
      display: block;
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0 auto;
      overflow-x: auto;
      /*white-space: nowrap;*/
    }
}

.col-todo {
		border: 1px solid #000;
		background-color: #dadfff;
		padding:5px;
		font-size:0.8em;
		height:80px;
		position:relative;
}

.col-toplan {
		border: 1px dashed #000;
		background-color: #E5E5E5;
		padding: 5px;
		height:80px;
		position:relative;
}

.col-todo .col-toplan {
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
}

.col-toplan .col-todo {
	position:absolute;
	left: 0;
	top: 0;
	width:100%;
}

.toplan-wkn { 
	font-size:0.8em;
	height:40px;
}

.flexwrapper 
{
	
}

.flexcontainer
{
	display: flex;
    height: 100vh;
	width:100%
}

.container-right
{
	flex: 1;
    display: flex;	
}

.container-colleagues {
            flex: 1;
            display: flex;
            overflow-x: auto;
        }
.column {
            padding: 10px;
            background-color: #f4f4f4;
            border: 1px solid #ccc;
        }
.colleague-column {
            min-width: 250px;
            flex-grow: 1;
			max-width: 315px;
			margin-top:10px;
        }
.todo-column {
            width: 250px;
            background-color: #e7f1ff;
        }
.todo-item {
            background-color: #dadfff;
            padding: 10px;
            margin: 5px 0;
            border: 1px solid #ccc;
            cursor: pointer;
			font-size:0.8em;
        }
.column.drop-hover {
            border: 2px dashed #999;
        }
.drag-drag-zone {
            padding: 10px;
            border: 1px dotted grey;
            flex-grow: 1;
        }
.drag-drop-wrapper {
            display: flex;
            flex-direction: column;
        }
		
#groupnew-tab
{
	background-color: #0d6efd;
    color: #fff;
}

.transporttab-content>.active {
	flex-direction: row !important;
	display: flex !important;
	margin-left:5px;
}

.colleaguetitel
{
		font-size:0.9em;
		min-height:50px;
}