body{
  overflow: auto;
  min-height: 100vh; 
  min-height: -webkit-fill-available;
  position: relative;
}


html {
  height: -webkit-fill-available;
}

label{
  font-size: smaller;
  font-weight: 500;
}

input{
   height: 35px;
   border: 1px solid black !important; 
}

#blinker a {
  color:black;
}

.top-nav{
  
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
 

}



.searchbar{
  position: fixed;
  
}

.navbar-expand-lg{
  border: 1px solid rgb(223, 213, 213);
  background-color: #0dcaf0;
  position: sticky;
   top: 0;
}

.wrapper{
  float: right;
  width: 83%;
  box-sizing: border-box;
  overflow: auto;
  /* margin-left: 20%;  */
  height: 80%;
  transition: all 0.7s ease-in-out;
  position: fixed;
  right: 0;
  top: 120px;
  
}

.wrapper.enlarge{
  width: 99%;
  transition: all 0.7s ease-in-out;
}


.sidebar {
   border: 1px solid rgb(223, 213, 213);
   position: fixed;
   left: 0;
   height: 80%;
   width:220px;
   margin: 5px;
   background-color: #f8f9fa;
   padding: 0;
   display: flex;
   flex-direction: column;
   flex-shrink: 0;
   box-sizing: border-box;
   transition: all 0.7s ease-in-out;
}

.sidebar.fadeout{

  left: -220px;
}

.metric{
  overflow: auto;

}

/* .fileupload{
  display: none;
  background-color: gray;
  z-index: 3;
  position: absolute;
}
.fileupload li{
  list-style-type: none;
}

#metric:hover .fileupload{
   display: block;
} */

#metric{

   color: #676161;
}
#metric:hover{
/* cursor: pointer; */  
color: rgb(44, 42, 42);
}

.table-wrapper {
  width: 90%;
  margin: 30px auto;
  background: #fff;
  padding: 10px 0;	
  /* box-shadow: 0 1px 1px rgba(0,0,0,.05); */
  padding-bottom: 50px;
}

.invisible {
  display: none;
}
.table-title {
  padding-bottom: 10px;
  margin: 0 0 10px;
}
.table-title h2 {
  margin: 6px 0 0;
  font-size: 22px;
}
.table-title .add-new {
  float: right;
height: 30px;
font-weight: bold;
font-size: 12px;
text-shadow: none;
min-width: 100px;
border-radius: 50px;
line-height: 13px;
}
.table-title .add-new i {
margin-right: 4px;
}
table.table {
  table-layout: fixed;
  overflow: auto;
}
table.table tr th, table.table tr td {
  border-color: #e9e9e9;
}
table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}
table.table th:last-child {
  width: 100px;
}
table.table td a {
cursor: pointer;
  display: inline-block;
  margin: 0 5px;
min-width: 24px;
}    
table.table td a.add {
  color: #27C46B;
}
table.table td a.edit {
  color: #FFC107;
}
table.table td a.editable {
  color: #FFC107;
}
table.table td a.delete {
  color: #E34724;
}
table.table td i {
  font-size: 19px;
}
table.table td a.add i {
  font-size: 24px;
margin-right: -1px;
  position: relative;
  top: 3px;
}    
table.table .form-control {
  height: 32px;
  line-height: 32px;
  box-shadow: none;
  border-radius: 2px;
}
table.table .form-control.error {
border-color: #f50000;
}
table.table td .add {
display: none;
}

.popup {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
}

.close {
  position: absolute;
  top: 2px;
  right: 10px;
  cursor: pointer;
  margin-top: 0;
  color: red;
  font-size: x-large;
  font-weight: 400;
}



.tabcontent{
  display: none;
  
}

.tablinks:hover{
  cursor: pointer;
}
/* =================================== */
/* Admin Dashboard css */
.admin_sidebar {
  border: 1px solid rgb(223, 213, 213);
  position: fixed;
  left: 0;
  height: 80%;
  width:220px;
  margin: 5px;
  background-color: #f8f9fa;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.7s ease-in-out;
  border-radius: 5px;
}

/* Qualitative Metrics */
.uploadWrapper{
  border: 2px #90979d dashed;
}