/* 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: 100;
}

/* 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;
}

.cats_input_tree_lvl2, .cats_input_tree_lvl3 {
	padding: 0 0 0 25px;
  display: none;
}

.cat_tree_modal {
	position: fixed;
	top: 100px;
	left: 25%;
	width: 50%;
	height: 80%;
	background: #fff;
	border: 5px solid #000;
	padding: 10px 20px;
  display: none;
  z-index: 1000;
}

.cat_tree_modal2 {
	position: fixed;
	top: 100px;
	left: 25%;
	width: 50%;
	height: 80%;
	background: #fff;
	border: 5px solid #000;
	padding: 10px 20px;
  display: none;
  z-index: 1000;
}

.masspay_modal {
	position: fixed;
	top: 100px;
	left: 25%;
	width: 50%;
	height: 80%;
	background: #fff;
	border: 5px solid #000;
	padding: 10px 20px;
  display: none;
  z-index: 1000;
}

.cat_tree_modal_close {
  position:absolute;
  top:20px;
  right:20px;
  cursor: pointer;
  font-size: 30px;
}

.cat_lvl1 {
	border: 1px solid #000;
	padding: 5px;
	margin: 0 0 10px 0;
}
.cat_lvl1 span, .cat_lvl2 span, .cat_lvl3 span {
	display: inline-block;
	min-width: 200px;
}
.cat_lvl1 span {
	padding: 0 0 0 25px;
}
.cat_lvl2 {
	padding: 2px 0 0px 25px;
	border-top: 1px solid #ccc;
	margin: 2px 0 0px 0;
}
.cat_lvl3 {
	padding: 2px 0 0px 25px;
	border-top: 1px solid #ccc;
	margin: 2px 0 0px 0;
}

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

@media(max-width:767px) {
    .projectTitlemob {
      display: none;
    }
    #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;
    }
  }
