.dws-menu [type="checkbox"],
.dws-menu label.toggleSubmenu{
 display: none;
}
.dws-menu label.toggleMenu{
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,f6f6f6+2,c4c5c7+98,757577+100;Custom+3 */
 background: rgb(201,201,201); /* Old browsers */
 background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(246,246,246,1) 2%, rgba(196,197,199,1) 98%, rgba(117,117,119,1) 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(246,246,246,1) 2%,rgba(196,197,199,1) 98%,rgba(117,117,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#757577',GradientType=0 ); /* IE6-9 */

 display: none;
 padding: 15px 40px;
 text-transform: uppercase;
 font-size: 14px;
 cursor: pointer;
 position: relative;
}

.dws-menu label.toggleMenu .fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}

@media screen and (max-width: 600px){
  .table_t thead{
    display: none;
  }
  #idTable {
    width: 94%;
    padding: 0 !important;
  }

  #id_rows_caption td:before{
    content: attr(data-label);
    position: absolute;
    left: 2%;
    display: block;
    border-right: 1px solid;
    width: 30%;
  } 

  #id_rows_caption td{
    display: block;
    padding-left: 30%;
    border:none;
  }

  #id_rows_caption td:nth-child(odd){
    background: rgba(101, 102, 101, 0.21);
  }
  .table_t tr:nth-child{
    background: #f9f9f966;
  }
  #id_rows_caption {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 13px;
    border-spacing: 4px;
  }
  .num_pack {
    font-family: initi;
    box-shadow1: 2px 3px 2px #333;
    font-size: 13pt !important;
    color: #971e1e;
    text-shadow1: 0px 3px 41px #fff;
    background: rgba(132, 118, 86, 0.5) !important;
  }
  .text-center1 {
    text-align: center;
    font-family: initi;
    font-size: 13pt !important;
    color: #971e1e;
    width: 100% !important;
  }
  .text-center20 {
    text-align: center;
    width: 100% !important;
  }
  .text-center50 {
    text-align: center;
    width: 100% !important;
  }
  .text-center200 {
    text-align: center;
    width: 100% !important;
  }
  .conteiner_rows tr {
    padding-top: 20px;
    border-bottom: 10px solid red;
  }

}
@media all and (max-width: 600px){
  .acardion {
    display: none;
  }
 
  .dws-menu{
    overflow: hidden;
  }

  .dws-menu ul{
    display: block;
    max-height: 0;
    transition: max-height 0.3s;
  }

  .dws-menu li>ul li ul{
    position: absolute;
    right: auto;
    top: auto;
  }
 
  .dws-menu label.toggleMenu{
    display: block;
  }
 
  input.toggleMenu:checked + label.toggleMenu{
    background: #000;
    color: #fff;
  }
 
  input.toggleMenu:checked ~ ul,
  input.toggleSubmenu:checked ~ ul{
    display: block;
    position: relative;
    max-height: 5000px;
    transition: max-height 2s ease-in;
  }
 
  .dws-menu label.toggleSubmenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
  }
 
  input.toggleSubmenu:checked ~ a{
    background: #454547;
    color: #fff;
  }
 
  .dws-menu1 label.toggleSubmenu .fa:before{
    content: "\f0d7";
    color: #454547;
  }
 
  .dws-menu label.toggleSubmenu .fa{
    position: absolute;
    top: 15px;
    right: 30px;
  }
 
  .dws-menu1 input.toggleSubmenu:checked ~ label.toggleSubmenu .fa::before{
    content: "\f0d8";
    color: #ffffff;
  }

  #table_packet {
    margin: 2px !important;
    width: 100% !important;
  }
}
