@media screen and (max-width: 1000px) {

  .master-bid .open-menu {
    position: absolute;
    top: 32%;
    right: -60px;
    font-size: 3.3em;
    color: white;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: black;
  }

  .master-bid .mobile-sidebar {
    position: fixed;
    font-size: 20px;
    left: 0;
    top: 0;
    display: block !important;
    transition: .5s ease;
    background-color: black;
    opacity: 0.9;
    height: 100%;
    z-index: 1000;
    width: 70%;
  }

  .master-bid .mobile-sidebar a{
    color: white !important;
  }

  .master-bid .mobile-sidebar li span {
    margin-right: 30px;
  }

  .master-bid .mobile-sidebar.ng-hide {
    width: 0%;
  }

  .master-bid .mobile-sidebar.ng-hide-add, .master-bid .mobile-sidebar.ng-hide-remove {
    transition: all 0.5s linear;
  }

  .master-bid .logo-menu {
    text-align: center;
  }

  .master-bid .logo-menu img {
    height: 100px;
  }

  .master-bid .input-group {
    width: 5%;
  }

  .master-bid .input-group .list-searched {
    background-color: black;
    color: white;
  }

  .master-bid .sidebar-submenu {
    background-color: black !important;
  }

  .master-bid .sidebar-submenu li{
    background-color: black;
    color: white;
  }

  .master-bid .input-group input[type="text"] {
    background-color: black;
     -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
  }

  .master-bid .input-group input[type="text"]:focus {
    width: 50vw;
    background-color: white;
  }

  .master-bid .mobile-sidebar-list {
    list-style: none;
    margin-top: 50%;
    color: white;
  }

  .master-bid .mobile-sidebar-list li {
    margin: 40px 0;
  }

  .master-bid .mobile-pagination {
    display: block !important;
    position: fixed;
    bottom: 0;
    height: 150px;
    width: 100%;
    border-top: 0.5px solid #e7e7e7;
    z-index: 999;
    text-align: center;
    background-color: white;
  }

  .master-bid .default-pagination {
    display: none;
  }

  .master-bid .mobile-pagination .pagination {
    padding-left: 0;
    margin-top: 20px !important;
    font-size: 2.5em;
  }

  .master-bid .mobile-pagination .pagination li a{
    margin: 30px;
  }

 /* End media query*/
}
.master-bid .mobile-sidebar {
  display: none;
}

.master-bid .btn {
  font-weight: bold !important;
  padding: 5px 30px !important;
  border-radius: 0 !important;
}

.master-bid .btn-primary-bind {
  border: 0;
  background-color: #0e0e0e;
  color: #fff;
}

.master-bid .btn-primary-bind:hover {
  transition: 0.4s;
  background-color: white;
  border: 1px solid black;
  color: black;
}

.master-bid .btn-secondary-bind {
    border: 1px solid #e7e7e7 !important;
    background-color: transparent;
    color: #0e0e0e;

}

.master-bid .btn-secondary-bind:hover {
  color: #fff !important;
  background-color: black;
}

.master-bid .btn-primary-bind:hover {
  color: black;
}

.master-bid .menu-options {
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.master-bid .menu-options li{
  margin: 0 10px;
}

.master-bid .menu-options a{
  color: #555656;
  text-decoration: none;
  cursor: pointer;
}

.master-bid .menu-options a:hover {
  text-decoration: underline;
}

.master-bid .gray-bottom-bar {
  margin-bottom:30px;
  border-bottom: 1px solid #f4f4f4;
}

.master-bid .notification {
  position: absolute;
  top: 25px;
  left: 0;
  background-color: white;
  padding: 0;
  width: 300px;
  z-index: 9999;
}

.master-bid .notification li {
  margin: 0;
  padding: 10px 20px 25px;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.master-bid .sidebar {
  background-color: #e9e9e9;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.master-bid .sidebar-head {
  background-color: #1a1a1a;
  padding: 7px;
  margin-top: 0px;
  color: #fff;
}

.master-bid .sidebar-submenu {
  margin: 0;
  padding: 0;
  background-color: white;
  list-style: none;
  opacity: 0.7;
}

.master-bid .sidebar-submenu li:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

.master-bid .sidebar-body li{
  padding: 8px;
  border-bottom: 1px solid #d7d7d7;
}

.master-bid .sidebar-body a {
  color: black;
}

.master-bid .sidebar-body a:hover {
  text-decoration: none;
}

.master-bid .header-bar {
  display: flex;
}

.master-bid .input-search-group {
    position: relative;
    margin-bottom: 20px;
}

.master-bid .list-searched {
  position: absolute;
  top: 34px;
  left: 0;
  background-color: white;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

.master-bid .list-searched a {
  text-decoration: none;
  color: black;
}

.master-bid .list-searched li {
  padding: 7px 20px;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.master-bid .list-searched li:hover {
  background-color: #e7e7e7;
}

.master-bid .input-search-group .form-control {
  border-right: 0;
}

.master-bid .input-search-group input {
  border-radius: 0;
}

.master-bid .input-search-group span {
  background: transparent;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0;
}

.master-bid .input-search-group button {
  border: 0;
  background: transparent;
  cursor: default;
}

.master-bid .input-group-select {
  display: flex;
  vertical-align: middle;
}

.master-bid .pagination {
  margin-top: 0 !important;
}

.master-bid .mobile-pagination {
  display: none;
}

.master-bid .page-item a{
  border: 1px solid #ccc;
  border-radius: 0 !important;
  color: black !important;
  margin-bottom: 5px !important;
}

.master-bid .active-page a {
  background-color: #d7d7d7 !important;
}

.master-bid .card {
  position: relative;
}

.master-bid .row .product-card {
  margin-bottom: 100px;
}

.master-bid .product-card {
  height: 230px;
  width: 90%;
}

.master-bid .product-card .urgent-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px !important;
  vertical-align: middle;
  color: red;
  z-index: 100;
}

.master-bid .product-card .urgent-icon-hover {
  opacity: 0;
  transition: .5s ease;
  font-weight: bold;
}

.master-bid .product-card .bided-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.master-bid .product-card p {
  margin-top: 10px;
  text-align: center;
}


.master-bid .card-btn {
  position: absolute;
  top: 40%;  /*40% 27%*/
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s ease;
  opacity: 0;
}

.master-bid .card-info {
  opacity: 0;
  position: absolute;
  transition: .5s ease;
  bottom: 0;
  width: 100%;
  background-color: #0e0e0e;
  color: #fff;
}

.master-bid .card .card-img-top {
  border: 1px solid #e9e9e9;
  height: 250px;
  position: relative;
}

.master-bid .card .card-img-top img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 230px;
  max-width: 220px;
}

.master-bid .card img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: .5s ease;
  padding: 10px;
}

.master-bid .card:hover img {
  opacity: 0.3;
}

.master-bid .card:hover .card-btn {
  opacity: 1;
}

.master-bid .card:hover .card-info {
  opacity: 1;
}

.master-bid .card:hover .urgent-icon-hover {
  opacity: 1;
}

.master-bid .filtroTabela > a:after{
  padding-left: 2px;
}

.master-bid .filtroTabela > a:visited{
  background-color: rgb(55, 96, 146);
}

.master-bid .filtroTabela a:hover{
  color: #fff;
}

.toggle-wip-ok>toggle>.toggle{
    width: 80px  !important;
}

.overlay{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.overlay-content {
  height: 100%;
  overflow: scroll;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.loader {
  border: 8px solid #d1d1d1;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.farol-green {
  padding: 0px 6px;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 9px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}

.soma-home {
  width: 600px;
  margin: 120px auto;
  text-align: center;
}

.soma-home h1 {
  font-size: 3em;
  font-weight: 600;
  line-height: 90px;
}

.select2-container .select2-choice {
  display: block;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.select2-container .select2-choice .select2-arrow{
  border-left: 0 !important;
  background: #fff !important;
  background-image: linear-gradient(to top, #eee 0%, #fff 50%) !important;
}


.file-space {
  width: 80%;
  height: auto;
}

.dragUpload {
  /* border: 1px dashed #e9e9e9; */
  border-radius: 4px;
  cursor: pointer;

  text-align: center;
}


/* Table Base */

.downloads_table {
  width: 70%;
  margin: 0 auto;
  font-family: 'Noto Sans', sans-serif;
}

.downloads_table table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: arial;
}

.downloads_table .table {
  border-bottom: #999999 solid 1px;
  width: 100%;
  margin-bottom: 20px;
}

.downloads_table .table th,
.downloads_table .table td {
  border-right: #999999 solid 1px;
  font-size: 12px;
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}

.downloads_table .table tr td div {
  width: 180px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.downloads_table .table tr td div a {
  line-height: 1;
  padding-top: 4px;
}

.downloads_table .table tr td img {
  width: 160px;
  max-height: 110px;
  border: 3px solid #ccc;
  border-radius: 4px;
}

.downloads_table .table td {
  line-height: 33px;
}


.downloads_table svg .material-symbols-outlined {
  margin-right: 10px;
}

.downloads_table .table td:last-child {
   border-right: 0;
}

.downloads_table .table thead th {
  font-weight: normal;
  background-color: #fff;
  font-size: 14px;
  line-height: 18px;
  color: #1e1919;
}


.downloads_table .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0;
  border: 0;
  border-bottom: 1px solid #eee;
}

.downloads_table .table th, .downloads_table .table td {
  border-right: 0;
}

.downloads_table .table tbody > tr:nth-child(odd) > td,
.downloads_table .table tbody > tr:nth-child(odd) > th {
  /* background-color: #f8f8f8; */
  /* align-items: center;
  display: flex; */
}

.downloads_table .table tbody > tr td a:nth-child(0n + 1) { 
  display: flex;
  align-items: center;
}

/* Small Sizes */
@media (max-width: 767px) { 

/* Responsive Table */
.downloads_table .table-responsive {
  display: block;
  position: relative;
  width: 100%;
}

.downloads_table .table-responsive thead,
.downloads_table .table-responsive tbody,
.downloads_table .table-responsive th,
.downloads_table .table-responsive td,
.downloads_table .table-responsive tr {
  display: block;
}
.downloads_table .table-responsive td,
.downloads_table .table-responsive th {
  height: 35px;
}

.downloads_table .table-responsive thead {
  float: left;
}

.downloads_table .table-responsive tbody {
  width: auto;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.downloads_table .table-responsive tbody tr {
  display: inline-block;
}


.downloads_table .table td:last-child {
   border-right: #999999 solid 1px;
}


}

.folderCreate_container {
  max-width: 600px;
  margin-top: 8px;
}