#robot_directory_table {
  background: #F0F0F0;
  border-radius: 10px;
  width: 100%;
}
.search_container_directory {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
  height: 100%;
}
/*
.search_label_container {
  border-style: 1px;
  border-color: #dbdbdb;
}*/
.search_label_directory {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  margin-bottom: 10px;
  color: #000000;
}
.search_input {
  background: #FFFFFF;
  border-radius: 20px;
  border-style: none;
  height: 37px;
  margin: 0;
  width: 100%;
  padding: 0px 0px 0px 30px;
}

.table_container_directory{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.head-row-directory-center,
.head-row-directory {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  background: #F0F0F0;
  color: #282967;
  padding: 15px;
  text-align: left;
  padding-left: 20px;
}
.head-row-directory-center {
   text-align: center
}
tbody > tr > td {
   font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  color: #4D4D4D;
  background: #FFF;
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid #F4F4F4;
  padding-left: 20px;
}

thead > tr > td:first-child {
  border-radius: 10px 0 0 0
}

thead > tr > td:last-child {
  border-radius: 0 10px 0 0
}

tbody > tr > td:last-child {
  border-radius: 0 0 10px 0
}

tbody > tr > td:first-child {
  border-radius: 0 0 0 10px
}
.input-icons i {
  position: absolute;
}
.input-icons {
  width: 300px;
  display: flex;
  align-items: center;
}
.icon {
  padding: 10px;
  min-width: 40px;
}

a {
  text-decoration: none;
}

option,
select {
  font-size: 16px;
  font-weight: 400
}

nav {
  font-family: monospace;
}

ul {
  background: darkorange;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

li {
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

li:hover,
li:focus-within {
  background: red;
  cursor: pointer;
}

li:focus-within a {
  outline: none;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

ul li ul li {
  clear: both;
  width: 100%;
}
.inorbit_connect,
.inorbit_connect:focus,
.inorbit_connect:hover {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #232323;
}

table tr td a,
table tr td a:hover ,
table tr td a:focus {
  display: block;
  height: 100%;
  width: 100%;
  padding-left: 20px !important;
  color: #4D4D4D
}

table tr td {
    padding-left: 0;
    padding-right: 0;
}

.company_name,
.company_name:focus,
.company_name:hover {
  color: #000000;
}

.simple_company {
  padding: 10px 0px
}

.option-default: {
  display: none;
}

.pagination {
  display: flex;
  align-self: center;
}

.numberPage,
.arrow,
.arrow:active,
.arrow:focus{
  background: none;
  border: 0;
  padding: 10px;
  border-radius: 2px;
}

.activePage {
  background: #F0F0F0;
  border: 0;
  padding: 10px;
  border-radius: 2px;
  color: #252529;
}

.numberPage:hover,
.numberPage:focus,
.numberPage:active,
.arrow:hover {
  background: #F0F0F0;
  border: 0;
  padding: 10px;
  border-radius: 2px;
  color: #252529;
}


@media (max-width: 1000px) {
  .founded_year,
  .country,
  .founded-date-head,
  .location-head,
  .hide-mobile {
    display: none
  },
  thead>tr>td:first-child,
  tbody>tr>td:first-child,
  #robot_directory_table {
    border-radius: 0 !important
  },
  .head-row-directory,
  .head-row-directory-center,
  .inorbit_connect,
    tbody>tr>td {
     font-size: 13px;
     padding: 5px 5px 5px 10px;
     text-align: center;
  }
  table tr td a {
    padding: 0
  }
  .search_container_directory {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .search_label_container {
    padding: 10px
  }
}

.list_logo {
  height: 15px
}

.input-icons select:focus {
  outline: unset;
}

a:hover,
a:focus {
    display: flex !important;
    padding-left: 0 !important;
}

.inorbit_connect_logo {
  display: flex;
  justify-content: center;
  padding-left: 0;
}