/* For tables */
.extraTablediv {
  position: relative;
  min-height: 500px;
  width: 100%;
  padding: 15px;
}

.footer {
  text-align: center;
  color: white;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.mx-6 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

#usernavMob {
  display: none;
}

[data-title] {
	font-size: 18px;
	position: relative;
	cursor: help;
}

[data-title]:hover::before {
	content: attr(data-title);
	position: absolute;
	bottom: -46px;
	padding: 10px;
	background: #fff;
	color: #000;
	font-size: 14px;
	white-space: nowrap;
  border-radius: 6px;
  z-index: 10;
}

/* THIS YEAR-MONTH-DAY BUTTONS */
.filterdates {
    display:inline-block;
    color:black;
    border:1px solid #CCC;
    background:#8aa5d1;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor:pointer;
    vertical-align:middle;
    max-width: 100px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;

}
.filterdates:hover {
    color:white;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.mobileUserDropdown {
  position: absolute !important;
  float: right !important;
  /* width: 35px; */
  border: 0.5px solid !important;
}

.mobileUserDropdown2 {
  position: absolute !important;
  float: right !important;
  width: 37px;
}

.rightDropdownBor {
  border: 0.5px solid !important;
}

.test {
  display: none !important;
}

.dataTables_wrapper .dataTables_length select option {
  background: #789fde;
}

/* .mobileUserDropdown3 {
  width: 37px;
} */

@media(max-width:767px) {
    #usernav {
      display: none;
    }
    #usernavMob {
      display: block;
    }
    .projectsDropdown {
      display: inline-block;
      /* width: 37px; */
    }
    .topbar .top-navbar .navbar-header .navbar-brand {
      margin-left: 40px;
    }
  }

@media(min-device-width: 768px) and (max-device-width: 1170px) {
    .test {
      display: block !important;
    }
  }
