.search-label-secundario {
    top: 14px !important;
}

.search-close-secundario {
    top: 10px !important;
}

.nav-wrapper .input-field input[type=search] {
    width: calc(70% - 4rem);
}


.navegacion{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding:12px 0;
}

.searching-secundario {
	max-width: 23%;
	background: #fff;
	padding:0 10px;
    max-height: 30%;
    display: none;
    overflow-x: hidden;
    width: 100%;
}

tbody tr td{
    width: 100%;
    padding: 0 !important;
}

tbody tr td a{
	text-decoration: none;
	font-size: 18px;
	color: #737373;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	border: 2px solid #fff;
}

tbody tr td a:hover{
	border-bottom: 2px solid black;
}

/* width */
.searching-secundario ::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  .searching-secundario ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .searching-secundario ::-webkit-scrollbar-thumb {
    background: black; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .searching-secundario ::-webkit-scrollbar-thumb:hover {
    background: gray; 
  }

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate,
.sorting_asc{
	display: none;
}

.dataTables_empty{
    color: black;
}

.container-breadcrumbs nav{
    background-color: black;
}

















