body{
	height:100%;
}
div#main {
    position: fixed;
    width: 100%;
    height: 100%;
}
#main .container{
	margin:200px;
}
div#sidebar {
    width: 250px;
    min-height: 95.3%;
	height: 400vh;
    position: absolute;
}
#sidebar-field{
	border-top:1px solid gray;
}
#sidebar .sidebar-item {
    position: relative;
    height: 50px;
    padding: 10px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    border-bottom: 1px solid gray;
    width: 100%;
    color: #cacaca;
    font-weight: 700
}
#sidebar .sidebar-item:hover, #sidebar .sidebar-item.active{
	color:white;
	text-decoration: unset;
	background: #ffffff59
}

#sidebar .sidebar-item .sidebar-icon {
	width:11%;
	padding: auto;
}
.container-fluid.admin{
	padding: 20px;
	width: auto;
	margin-left: 250px
}
.container-fluid.admin2{
	padding: 20px;
	max-width: inherit;
	height: 100%
}
.attendance_log_field{
	top:20%;
	position: relative;
}
#company-logo-field {
	display: flex;
}
#company-logo-field h4,#company-logo-field img{
	margin:auto;
}
#log_display{
	font-weight: bold;
	font-size:17px;
}
/* .third {
	border-color: blue;
	color: #fff;
	box-shadow: 0 0 40px 40px blue inset, 0 0 0 0 blue;
	transition: all 150ms ease-in-out;
	

  }
  .third:hover{
	box-shadow: 0 0 10px 0 blue inset, 0 0 10px 4px blue;

  }
  .btn1 {
	box-sizing: border-box;
	appearance: none;
	background-color: blue;
	border: 2px solid red;
	border-radius: 0.6em;
	color: red;
	cursor: pointer;
	display: flex;
	align-self: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 20px;
	padding: 1.2em 2.8em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  

  }
  .btn1:hover,:focus {
	color: #fff;
	outline: 0;
  } */

#box{
	position: relative;
	width: min-content;
	height: 30vh;
}
.Details{
	display: inline-block;  
	margin-right:auto;

}
.ui-datepicker-calendar {
 display: none;
}
input {
background-color: transparent;
border: none;
}
#startDate:focus {
border: 0px solid white;
}
#startDate:focus-visible {
	outline: 0px solid white;
}
.btn{
	background-color:#05b5b5;
	color:white;
	border-radius:20px !important;
	box-shadow:2 4px !important;
}
.btn:hover{
	background-color:#3ec7c7;
}
.well{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.card{
	width: 20vw;float: right;
	border-radius:5%;
	min-width: max-content;
}
[type="search"] {
	border: 1px solid black;
}
#table_wrapper{
	width:100% !important;
}