/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 5px 5px 4px;
/** border-bottom: 1px solid #111;*/
 
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
/*table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}*/
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
 border-bottom: 1px solid #ccc;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  width:200px;
  margin-left:40px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  margin-right:40px;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  width:150px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
  margin-left:40px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  margin-right:40px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  /*min-width: 1.5em;
  padding: 0.4em 0.8em;*/
  width:30px; height:30px; line-height:30px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #fff !important;
  background-color: #ccc;
   border-radius: 50%;
  outline: none;
 /* border: 1px solid transparent;*/
}

a#itemsTable_previous,a#itemsTable_next {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.4em 0.8em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  background: transparent;
  /* border: 1px solid transparent;*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important; 
  border-radius: 50%;
  outline: none;
/*border: 1px solid #cacaca; background-color: #e91e63;*/
  background-color: #e91e63;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e91e63), color-stop(100%, #e91e63));
   background: -webkit-linear-gradient(top, #e91e63 0%, #e91e63 100%);
  background: -moz-linear-gradient(top, #e91e63 0%, #e91e63 100%);
  background: -ms-linear-gradient(top, #e91e63 0%, #e91e63 100%);
  background: -o-linear-gradient(top, #e91e63 0%, #e91e63 100%);
  background: linear-gradient(to bottom, #e91e63 0%, #e91e63 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #e91e63 !important;
   color: #fff !important; 
  border-radius: 50%;
  outline: none;
  background-color: #e91e63;
  /*border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
   background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
   background: -moz-linear-gradient(top, #585858 0%, #111 100%);
   background: -ms-linear-gradient(top, #585858 0%, #111 100%);
   background: -o-linear-gradient(top, #585858 0%, #111 100%);
   background: linear-gradient(to bottom, #585858 0%, #111 100%);*/
 }
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
 /* background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;*/
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
 
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
 border-bottom: 1px solid #ccc; 
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.data9,.hidedata td:nth-of-type(9),th:nth-of-type(9) {text-align:justify;}

.table th[column="A"],.table td[column="A"]{width:7%!important}
.table th[column="B"],.table td[column="B"]{width:7%!important}
.table th[column="C"],.table td[column="C"]{width:15%!important}
.table th[column="D"],.table td[column="D"]{width:12%!important}
.table th[column="E"],.table td[column="E"]{width:27%!important}
.table th[column="F"],.table td[column="F"]{width:23.5%!important}
.table th[column="G"],.table td[column="G"]{width:15%!important}
.table th[column="H"],.table td[column="H"]{width:20.5%!important}
.table th[column="I"],.table td[column="I"]{width:20.5%!important}


@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center;}.dataTables_wrapper .dataTables_paginate{
margin-top: 0.5em;}}
@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center;}
.dataTables_wrapper .dataTables_filter{margin-top:0.5em;}}

@media only screen and (max-width: 1280px){#data3,#data6,.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(2){width:20%;}.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(5){width:20%;}.hidedata td:nth-of-type(6),.hidedata th:nth-of-type(6){width:40%;}.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7){width:15%;}.hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9){width:10%;padding-top: 13px; text-align:justify}.table th[column="H"],.table td[column="H"]{width:28%!important;}.btn-floating i.i1{top:-12px;}.fixed-action-btn.horizontal ul{top: 15px;}}
@media only screen and (min-width: 1360px){.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(5),.hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9){display:none;}}
@media only screen and (min-width: 1920px){.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(5),.hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9){display:none;}}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait){#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{/*display:block; width:70px*/}.table>thead>tr>th{font-size:10px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:10px;}.table th[column="F"],.table td[column="F"]{width:50.5%!important}.table th[column="E"],.table td[column="E"]{/*width:100%!important*/}.table th[column="I"],.table td[column="I"]{width:10.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:13px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; font-size:13px; padding-bottom: 0.755em;}/*.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.2em 0.6em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em;width: 100px;}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:55px;right:80px;}*/.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 23%;padding-bottom:30px;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{/*display:block; width:70px;*/height:22px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:12px;}.table th[column="I"],.table td[column="I"]{width:14%!important}/*.table th[column="E"],.table td[column="E"]{width:100%!important}*/.table th[column="F"],.table td[column="F"]{width:45.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; font-size:14px; margin-top:-10px; padding-bottom: 0.755em; margin-bottom:30px}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; width:130px;}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:55px;right:90px;}*/.btn-floating i{font-size:2.3rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 30%;padding-bottom:30px;}}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px; height:10px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 10px;}.table>tbody>tr>td{font-size:12px;}.table th[column="I"],.table td[column="I"]{width:10.5%!important}.table th[column="F"],.table td[column="F"]{width:45.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; /*width:260px*/}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:7px;right:90px;}*/.btn-floating i{font-size:2.3rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 33%;padding-bottom:30px;}}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{/*display:block; width:70px;*/}.table>thead>tr>th{font-size:10px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:10px;}.table th[column="F"],.table td[column="F"]{width:40.5%!important}.table th[column="E"],.table td[column="E"]{/*width:100%!important*/}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:13px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:13px; padding-bottom: 0.755em; margin-bottom:30px}/*.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.2em 0.6em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; /*width: 100px;*/}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:75px;right:80px;}*/.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 25%;padding-bottom:30px;}}



@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{/*display:block; width:70px;*/ padding-top:14px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:12px;}.table th[column="E"],.table td[column="E"]{/*width:100%!important*/}.table th[column="F"],.table td[column="F"]{width:45.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}/*.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.1em 0.4em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em;/* width:130px*/}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:55px;right:90px;}*/.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 23%;padding-bottom:30px;}}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px; height:10px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 10px;}.table>tbody>tr>td{font-size:12px;}.table th[column="I"],.table td[column="I"]{width:10.5%!important}.table th[column="F"],.table td[column="F"]{width:45.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; /*width:260px*/}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:7px;right:90px;}*/.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 35%;padding-bottom:30px;}}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px; height:10px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 10px;}.table>tbody>tr>td{font-size:12px;}.table th[column="I"],.table td[column="I"]{width:8%!important}.table th[column="F"],.table td[column="F"]{width:48.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; /*width:260px*/}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:7px;right:90px;}*/
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:12px;}.table th[column="F"],.table td[column="F"]{width:48.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}/*.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.1em 0.4em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; width:130px}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:55px;right:90px;}*/.btn-floating i{font-size:2rem;}.btn-floating i.i1{top:10px;}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px; height:10px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 10px;}.table>tbody>tr>td{font-size:12px;}.table th[column="I"],.table td[column="I"]{width:8%!important}.table th[column="F"],.table td[column="F"]{width:48.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:14px; padding-bottom: 0.755em;}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; /*width:260px*/}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:7px;right:90px;}*/.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 33%;padding-bottom:30px;}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:12px;}.table th[column="F"],.table td[column="F"]{width:48.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}/*.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.1em 0.4em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; width:130px}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:55px;right:90px;}*/.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 23%;padding-bottom:30px;}
}

/* iPhone 5 -----------*/
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{width:70px; height:10px;}.table>thead>tr>th{font-size:11px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 10px;}.table>tbody>tr>td{font-size:12px;}.table th[column="I"],.table td[column="I"]{width:10.5%!important}.table th[column="F"],.table td[column="F"]{width:45.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:14px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:14px; padding-bottom: 0.755em; margin-bottom:30px}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em; width:180px}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}/*.navigations1{top:7px;right:90px;}*/
.btn-floating i.i1 {top: 0px;}.btn-floating i{font-size:2.3rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 36%;padding-bottom:30px;}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
#data1{width:25px;}.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}#data8{/*display:block; width:70px;*/}.table>thead>tr>th{font-size:10px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:10px;}.table th[column="F"],.table td[column="F"]{width:45.5%!important}.table th[column="E"],.table td[column="E"]{/*width:100%!important*/}.dataTables_wrapper .dataTables_info{margin-left: 0px; font-size:13px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; margin-top:-10px; font-size:13px; margin-top: -10px; padding-bottom: 0.755em; margin-bottom:30px}/*.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.2em 0.6em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em;width: 100px;}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}.btn-floating i.i1 {top: 0px;}.btn-floating i{font-size:2rem;}.dat-info{position:absolute;margin-top:55px;margin-left: 23%;padding-bottom:30px;}}


/*@media (min-width:768px){#data8,#data9{display:none;}}*/

/* iPads (portrait and landscape) -----------
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {.table>thead>tr>th{font-size:12px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:13px; vertical-align:middle}.table th[column="F"],.table td[column="F"]{width:40.5%!important}.table th[column="I"],.table td[column="I"]{width:9%!important}.table th[column="G"],.table td[column="G"]{width:100%!important; padding-top:20px;}.dataTables_wrapper .dataTables_info{margin-left: 12px; font-size:13px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; font-size:13px; padding-bottom: 0.755em;}.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.2em 0.6em;}.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em;width: 300px;}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}.navigations1{top:75px;right:80px;}.btn-floating i.i1{top:0px;}} */

@media (min-width:768px){ #data8,#data9,.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(5),.hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9) {/** display:none;**/}}

@media only screen and (device-width:768px){
	#data2,#data7,.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(7),.hidedata th:nth-of-type(7),{display:none;}#data9, .hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9) {display:block;}
.table>thead>tr>th{font-size:12px;}.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{vertical-align:middle}.table tbody>tr>td:first-child, .table thead tr>th:first-child{padding-left: 0px;}.table>tbody>tr>td{font-size:13px; vertical-align:middle}.table th[column="F"],.table td[column="F"]{width:40.5%!important}.dataTables_wrapper .dataTables_info{margin-left: 12px; font-size:13px;}.dataTables_wrapper .dataTables_paginate{margin-right:0px; font-size:13px; padding-bottom: 0.755em; margin-bottom:30px}./*dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0.2em 0.6em;}*/.dataTables_wrapper .dataTables_paginate .ellipsis{padding: 0 0.5em;}#itemsTable_length > select{width:50px;}.dataTables_wrapper .dataTables_length{text-align:left; margin-left:10px; float:left; width:50%;}.dataTables_wrapper .dataTables_filter{text-align:right; margin-right:10px;}.dataTables_wrapper .dataTables_filter input {margin-left: 0em;width: 300px;}.row{margin-bottom:0px;}.topspace{padding-top:20px;}select{z-index:999;}.btn-floating i.i1{top:-8px;}.table th[column="I"],.table td[column="I"]{width:80%!important; height: 30px; padding-top: 20px;} }


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#data3,#data6,.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(5){width:20%;}.hidedata td:nth-of-type(6),.hidedata th:nth-of-type(6){width:45%;}.hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9){width:10%;padding-top: 13px;}.table th[column="H"],.table td[column="H"]{width:28%!important;}.btn-floating i.i1{top:10px;}.fixed-action-btn.horizontal ul{top: 45px;}}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#data3,#data6,.hidedata td:nth-of-type(2),.hidedata th:nth-of-type(2),.hidedata td:nth-of-type(3),.hidedata th:nth-of-type(3),.hidedata td:nth-of-type(4),.hidedata th:nth-of-type(4),.hidedata td:nth-of-type(8),.hidedata th:nth-of-type(8) {display:none;}.hidedata td:nth-of-type(5),.hidedata th:nth-of-type(5){width:25%;}.hidedata td:nth-of-type(6),.hidedata th:nth-of-type(6){width:40%;}.hidedata td:nth-of-type(9),.hidedata th:nth-of-type(9){width:10%;padding-top: 13px; text-align:justify}.table th[column="H"],.table td[column="H"]{width:28%!important;}.btn-floating i.i1{top:-10px;}.fixed-action-btn.horizontal ul{top: 22px;}}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : landscape){.fixed-action-btn.horizontal ul{top:16px;}.hidedata td:nth-of-type(1),.hidedata th:nth-of-type(1){width:10%;}}

/* Smart Phone Landscape
@media only screen and (min-width : 321px) {}
@media only screen and (min-device-width: 480px)and (max-device-width: 640px)and (orientation: landscape){}
@media (max-width:980px){}
@media only screen and (min-width:980px) and (max-width:1280px){}
@media only screen and (max-width:980px){}
@media (max-width:320px){}	
@media (max-width:360px){}
@media (max-width:480px){}	
@media only screen and (max-width: 1170px){}
@media only screen and (min-device-width : 320px) and (max-device-width : 980px) {
}*/
