/* 
    Created on : 12.03.2014, 11:37:08
    Author     : lars
*/
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  font-weight: normal;
  float: right;
}
div.dataTables_filter input {
  width: 16em;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate ul.pagination {
  margin: 2px;
}
table.table {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  white-space: nowrap;
}
table.table thead .sorting {
  background: url('../../bundles/labhubcore/images/datatables/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
  background: url('../../bundles/labhubcore/images/datatables/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('../../bundles/labhubcore/images/datatables/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
  background: url('../../bundles/labhubcore/images/datatables/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('../../bundles/labhubcore/images/datatables/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  border-top: none;
}
/*
 * TableTools styles
 */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
/* TableTools information display */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
.datatable.floating {
  /*padding: 0px 0px;*/
}
.dataTables_wrapper {
  padding: 10px 0px;
}
.dataTables_wrapper .panel-default {
  border: none;
  background-color: transparent;
}
.dataTables_wrapper .panel-default > .panel-heading,
.dataTables_wrapper .panel-default > .panel-body,
.dataTables_wrapper .panel-default > .panel-footer {
  padding: 0px 0px;
  background-color: transparent;
}
.dataTables_wrapper table.dataTable thead th,
.dataTables_wrapper table.dataTable tbody th,
.dataTables_wrapper table.dataTable tfoot th,
.dataTables_wrapper table.dataTable thead td,
.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tfoot td {
  padding: 10px 4px;
}
@media (max-width: 767px) {
  .dataTables_wrapper table.dataTable thead th,
  .dataTables_wrapper table.dataTable tbody th,
  .dataTables_wrapper table.dataTable tfoot th,
  .dataTables_wrapper table.dataTable thead td,
  .dataTables_wrapper table.dataTable tbody td,
  .dataTables_wrapper table.dataTable tfoot td {
    padding: 4px 1px;
    overflow: hidden;
  }
}
.dataTables_wrapper .table-responsive {
  border: none;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(60, 74, 149, 0.15);
}
.dataTable.predraw {
  opacity: 0.3 !important;
}
.dataTable.drawn {
  opacity: 1 !important;
}
.dataTables_wrapper {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -o-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  /*.transform(scale(1.01));*/
  /*.filter(blur(8px));*/
  /*
    visibility: hidden;
    overflow: hidden;
    max-height: 0px;
    height: auto;
    */
  /*.opacity(0);*/
  /**{.opacity(0);}*/
  background-image: url('../../bundles/labhubcore/images/cube.svg');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}
.dataTables_wrapper .panel {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.dataTables_wrapper.loaded {
  /*.filter(blur(0px));*/
  -webkit-transition: -webkit-transform 0.6s, opacity 1s;
  -moz-transition: -moz-transform 0.6s, opacity 1s;
  -o-transition: -o-transform 0.6s, opacity 1s;
  transition: -webkit-transform 0.6s,-moz-transform 0.6s,-o-transform 0.6s,transform 0.6s, opacity 1s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*.transform(scale(1.0));*/
  /*
        visibility: visible;
        overflow: initial;
        max-height: none;
        */
  /*.opacity(1);*/
  /**{.opacity(1);}*/
  background-image: none;
}
.dataTables_wrapper.loaded .panel {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  /*margin-left: 10px;*/
}
.dataTables_wrapper .panel-default > .panel-heading,
.dataTables_wrapper .panel-default > .panel-footer {
  padding: 0px 0px;
}
.dataTables_wrapper .panel-default > .panel-body {
  padding: 0px 0px;
}
.dataTables_wrapper .input-group {
  padding: 3px 0;
  width: 100%;
}
.dataTables_wrapper .input-group.ctrl-bulk .input-group-btn {
  width: 1%;
}
.dataTables_wrapper tbody {
  /*
        &.ui-sortable {
            tr.group-item {
                td:first-child:before {
                    font-family: FontAwesome;
                    content: "\f0c9 ";
                    .opacity(0.5);
                    padding-right: 4px;
                }
            }
            tr.group-item.disabled {
                td:first-child:before {
                    content: "";
                }
            }
        }
        */
}
.dataTables_wrapper tbody tr.row_selected > td:first-child:before {
  content: ' ';
  height: 0;
  left: 2px;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-left-color: rgba(60, 74, 149, 0.5);
}
.dataTables_wrapper tbody tr.disabled {
  color: #808080;
}
.dataTables_wrapper tbody tr.is-valid {
  border-left: 6px solid green;
}
.dataTables_wrapper tbody tr.is-deleted,
.dataTables_wrapper tbody tr.is-valid.is-deleted,
.dataTables_wrapper tbody tr.is-not-valid.is-deleted {
  text-decoration: line-through;
  border-left: 6px solid red;
}
.dataTables_wrapper tbody tr.is-not-valid.is-not-deleted {
  border-left: 6px solid orange;
}
.dataTables_wrapper tbody tr.is-deleted {
  /*color: red;*/
  text-decoration: line-through;
  border-left: 6px solid #ff0000;
}
.dataTables_wrapper tbody tr.group > td {
  /*background-color: @corporate-heavy-translucent;*/
  background-color: rgba(0, 0, 0, 0.66);
  color: #ffffff;
  padding: 7px 7px;
  /*border-bottom: 3px solid @corporate-light-translucent;*/
}
.dataTables_wrapper tbody tr.group > td.expanded-group:before {
  font-family: FontAwesome;
  content: "\f147";
  content: "\f146";
  padding-right: 5px;
  float: right;
}
.dataTables_wrapper tbody tr.group > td.collapsed-group:before {
  font-family: FontAwesome;
  content: "\f196";
  content: "\f0fe";
  padding-right: 5px;
  float: right;
}
.dataTables_wrapper tbody tr.info-box + tr.extra-info > td {
  border-top: 0px solid transparent;
}
.dataTables_wrapper tbody tr.extra-info td,
.dataTables_wrapper tbody tr.extra-info:hover td,
.dataTables_wrapper tbody tr.extra-info:hover th {
  background-color: transparent;
}
.dataTables_wrapper tbody tr.extra-info td .info-box table > tbody,
.dataTables_wrapper tbody tr.extra-info:hover td .info-box table > tbody,
.dataTables_wrapper tbody tr.extra-info:hover th .info-box table > tbody {
  /*                        width: 100%;
                                                display: block;*/
}
.dataTables_wrapper tbody tr.extra-info td .info-box table > tbody > tr[onclick],
.dataTables_wrapper tbody tr.extra-info:hover td .info-box table > tbody > tr[onclick],
.dataTables_wrapper tbody tr.extra-info:hover th .info-box table > tbody > tr[onclick] {
  /*                            display: block;
                                                        float: left;
                                                        width: 33%;
                                                        height: 80%;*/
}
.dataTables_wrapper tbody tr.extra-info td .info-box table > tbody > tr[onclick]:hover td,
.dataTables_wrapper tbody tr.extra-info:hover td .info-box table > tbody > tr[onclick]:hover td,
.dataTables_wrapper tbody tr.extra-info:hover th .info-box table > tbody > tr[onclick]:hover td {
  background-color: rgba(0, 0, 0, 0.15);
}
.dataTables_wrapper tbody tr.extra-info > td {
  padding: 0px;
}
.dataTables_wrapper tbody tr.extra-info > td form {
  margin: 0px 0px 0px 0px;
}
.dataTables_wrapper tbody tr.extra-info .supporter-list {
  font-size: 90%;
  color: rgba(0, 0, 0, 0.66);
}
.dataTables_wrapper table {
  max-width: 99.9% !important;
}
.dataTables_wrapper table tr .btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dataTables_wrapper table tr.info-box.shown:hover {
  /*color: @black;*/
  /*background-color: @corporate-heavy-translucent;*/
  background-color: #2d3871;
}
.dataTables_wrapper table tr:hover {
  /*background-color: @corporate-heavy-translucent;*/
  cursor: pointer;
}
.dataTables_wrapper table tr:hover .btn.btn-primary {
  /*.box-shadow(0px 0px 5px 2px @bright-heavy-translucent);*/
}
.dataTables_wrapper table tr:hover table tr:hover {
  cursor: default;
}
.dataTables_wrapper table tr a.btn.btn-xs {
  min-width: 34px;
  min-height: 35px;
  margin-top: -10px;
  margin-bottom: -10px;
  line-height: 210%;
  vertical-align: middle;
  /*                .fa {
                    vertical-align: sub;
                }*/
  /*
                span {
                    zoom: 150%;
                    line-height: 170%;
                }
                */
}
@media (max-width: 767px) {
  .dataTables_wrapper table tr a.btn.btn-xs {
    min-width: 34px;
    min-height: 20px;
    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 150%;
  }
}
.dataTables_wrapper table tr:hover > td > .btn.btn-default {
  background-color: #aaa;
  color: #fff;
  /*background-color: @gray-opaque;
                        color: @bright-opaque;*/
}
.dataTables_wrapper table tr:hover > td > .btn.btn-default:hover {
  color: #fff;
}
.dataTables_wrapper table tr:hover > td > .btn.btn-primary {
  background-color: #428bca;
}
.dataTables_wrapper table tr:hover > td > .btn.btn-warning {
  background-color: #f0ad4e;
}
.dataTables_wrapper table tr:hover > td > .btn.btn-danger {
  background-color: #d9534f;
}
.dataTables_wrapper table tr:hover > td > .btn.btn-success {
  background-color: #5cb85c;
}
.dataTables_wrapper table tr:hover > td > .btn.btn-info {
  background-color: #5bc0de;
}
.dataTables_wrapper table tr > td > .btn.btn-default {
  background-color: #aaa;
  color: #fff;
}
.dataTables_wrapper table tr > td > .btn.btn-default,
.dataTables_wrapper table tr > td > .btn.btn-primary,
.dataTables_wrapper table tr > td > .btn.btn-warning,
.dataTables_wrapper table tr > td > .btn.btn-danger,
.dataTables_wrapper table tr > td > .btn.btn-success,
.dataTables_wrapper table tr > td > .btn.btn-info {
  background-color: rgba(128, 128, 128, 0.15);
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom-width: 3px;
}
.dataTables_wrapper table.table thead .sorting {
  background: none;
}
.dataTables_wrapper table.table thead .sorting_asc,
.dataTables_wrapper table.table thead .sorting_desc {
  /*background-position: center left;
            padding-left: 16px;*/
  background: none;
}
.dataTables_wrapper table.table thead .sorting_asc:after,
.dataTables_wrapper table.table thead .sorting_desc:after {
  content: ' ';
  height: 0;
  /*left: 2px;*/
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  margin-left: 4px;
}
.dataTables_wrapper table.table thead .sorting_asc:after {
  border-bottom-color: rgba(60, 74, 149, 0.5);
  margin-top: -4px;
}
.dataTables_wrapper table.table thead .sorting_desc:after {
  border-top-color: rgba(60, 74, 149, 0.5);
  margin-top: 9px;
}
.dataTables_wrapper ul.pagination li > a {
  padding: 6px 6px;
}
.dataTables_wrapper ul.pagination li.active > a {
  padding: 6px 12px;
}
.dataTables_wrapper .overlay table.table thead {
  font-weight: bold;
  font-size: 75%;
}
.dataTables_wrapper .overlay table.table tbody ul {
  padding: 0;
}
.dataTables_wrapper .overlay table.table tbody ul li {
  list-style: none;
}
.dataTables_wrapper tr[role="row"] input.multiselect_checkall,
.dataTables_wrapper tr[role="row"] input.multiselect_checkbox {
  margin-left: 50px;
}
.dataTables_wrapper tr.group td:nth-child(2) {
  text-align: right;
}
.dataTables_wrapper #multiselect_submit.disabled {
  opacity: 0.3;
}
.dataTables_wrapper .group-item .input-group-lock {
  padding: 9px;
  position: absolute;
}
.dataTables_wrapper .group-item .input-group-lock .unlinked {
  display: none;
}
.dataTables_wrapper .group-item .input-group-lock .linked {
  display: block;
}
.dataTables_wrapper .group-item.unlinked .input-group-lock .linked {
  display: none;
}
.dataTables_wrapper .group-item.unlinked .input-group-lock .unlinked {
  display: block;
}
.dataTables_wrapper .group-item .input-group-add,
.dataTables_wrapper .group-item .input-group-sub {
  position: absolute;
}
.dataTables_wrapper .group-item .input-group-add {
  margin: 13px;
}
.dataTables_wrapper .group-item .input-group-add:hover i {
  color: #3c4a95;
}
.dataTables_wrapper .group-item .input-group-sub {
  margin: 3px;
}
.dataTables_wrapper .group-item .input-group-sub:hover i {
  color: #3c4a95;
}
.pagination > .active > a,
.pagination > .active > span {
  background-color: #3c4a95;
  border-color: rgba(60, 74, 149, 0.9);
}
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgba(60, 74, 149, 0.5);
  border-color: rgba(60, 74, 149, 0.9);
}
.dataTables_wrapper table.dataTable tbody td table.table.table-condensed tbody tr td {
  padding: 2px 7px;
  overflow: hidden;
}
.dataTables_wrapper table.dataTable tbody td table.table.table-condensed tbody tr:hover .language-flag {
  opacity: 0.35;
}
.dataTables_wrapper table.dataTable tbody td table.table.table-condensed tbody tr td .language-flag {
  width: 30px;
  position: relative;
  overflow: visible;
  float: left;
  height: 36px;
  margin-top: -21px;
  margin-left: -18px;
  -webkit-transform: rotateZ(-12deg);
  -moz-transform: rotateZ(-12deg);
  -o-transform: rotateZ(-12deg);
  transform: rotateZ(-12deg);
  z-index: 0;
  opacity: 0.15;
}
.dataTables_wrapper table.dataTable tbody td table.table.table-condensed tbody tr td .language-flag img {
  height: 250%;
}
.dataTables_wrapper table.dataTable tbody td table.table.table-condensed tbody tr td .language-flag ~ div {
  z-index: 1;
  position: relative;
  font-weight: bold;
  text-shadow: 0px 0px 3px #ffffff;
  line-height: 200%;
}
.dataTables_wrapper table.dataTable tbody tr.shown td {
  padding-top: 20px;
  padding-bottom: 20px;
}
#experimentformulartempselection_datatable_wrapper #multiselect_submit {
  float: right !important;
}
table#viewexpfortemhasfie_datatable tr td:nth-child(2),
table#viewexpfortemhasfie_datatable tr td:nth-child(3),
table#viewexpfortemhasfie_datatable tr td:nth-child(4) {
  word-break: break-word;
  font-size: 80%;
}
table#viewexpfortemhasfie_datatable tr td {
  background-color: rgba(128, 128, 128, 0.15);
}
table#viewexpfortemhasfie_datatable tr.disabled td {
  background-color: transparent;
}
table#viewexpfortemhasfie_datatable tr.group td {
  background-color: rgba(60, 74, 149, 0.5);
}
/*
.dataTables_wrapper table.dataTable tbody.ui-sortable tr[role="row"] .resort-grip{
    display: none;
}
.dataTables_wrapper table.dataTable tbody.ui-sortable tr[role="row"] .resort-grip{
    display: inline-block;
}
*/
.dataTables_wrapper table.dataTable tbody.ui-sortable tr[role="row"].disabled .resort-grip {
  display: none;
}
.dataTables_wrapper table.dataTable tbody.ui-sortable tr[role="row"] .resort-grip {
  cursor: move;
  /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grab;
  /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grab;
  /* Firefox 1.5-26 */
  cursor: grab;
  /* W3C standards syntax, should come least */
}
.dataTable.sortable tbody tr .handle .onhover {
  display: none;
}
.dataTable tbody.ui-sortable tr:hover .handle .onnormal {
  display: none;
}
.dataTable tbody.ui-sortable tr:hover .handle .onhover {
  display: block;
  cursor: move;
  /* fallback: no `url()` support or images disabled */
  cursor: -webkit-grab;
  /* Chrome 1-21, Safari 4+ */
  cursor: -moz-grab;
  /* Firefox 1.5-26 */
  cursor: grab;
  /* W3C standards syntax, should come least */
}
/*
@media (max-width: @screen-xs-max) {
    .dataTables_wrapper{
        thead tr { 
                position: absolute;
                top: -9999px;
                left: -9999px;
        }
        table, thead, tbody, th, td, tr { 
            display: block; 
        }
        .table > tbody tr td{
                border-top: 0px solid #ddd;
        }
        tr { border: 1px solid #ddd; }
    }
}
*/
/*

#assessment_datatable_wrapper,
#itemsets_datatable_wrapper{
    table.dataTable {
        display: block;
        thead{
            display: none;
        }
        tbody{
            width: 100%;
            display: block;
            vertical-align: top;
            tr{
                display: inline-block;
                width: 29%;
                margin: 2%;
                box-shadow: 0 14px 30px -17px rgb(47, 79, 79);
                &.group{
                    display: block;
                    width: 100%;
                    margin: 0%;
                    box-shadow: none;
                    td {
                        width: 100%;
                        background-color: transparent;
                        display: block;
                        color: black;
                        border-top: 0px solid rgb(221, 221, 221);
                        font-size: 150%;
                        &:before {
                            float: none;
                            font-size: 75%;
                        }
                    }
                }
                td {
                    display: block;
                    float: left;
                }
            }
        }
    }
}

#itemsets_datatable_wrapper table.dataTable tbody {
    tr {
        td {
            border-top: 0px;
        }
        td:nth-child(1) {
            border-top: 1px solid rgb(221, 221, 221);
            display: block;
            width: 100%;
        }
        td:nth-child(2),td:nth-child(3) {
            width: 50%;
            text-align: center;
        }
        td:nth-child(4),td:nth-child(5) {
            width: 50%;
            text-align: center;
            height: 0px;
            overflow: hidden;
            padding-top: 0px;
            padding-bottom: 0px;
            transition: all 0.2s;
        }
        &:hover{
            td:nth-child(4),td:nth-child(5) {
                height: 30px;
                max-height: initial;
                overflow: hidden;
                padding-top: 0px;
                padding-bottom: 0px;
                transition: all 0.2s;
            }
        }
    }
}

#assessment_datatable_wrapper table.dataTable tbody {
    tr {
        width: 46%;
        td {
            border-top: 0px;
        }
        td:nth-child(1) {
            border-top: 1px solid rgb(221, 221, 221);
            width: 100%;
            text-align: right;
        }
        td:nth-child(2) {
            width: 100%;
            font-weight: bold;
        }
        td:nth-child(3) {
            width: 100%;
        }
        td:nth-child(4),td:nth-child(5),td:nth-child(6){
            width: 33.3%;
            text-align: center;
        }
        td:nth-child(4),td:nth-child(5),td:nth-child(6) {
            height: 0px;
            overflow: hidden;
            padding-top: 0px;
            padding-bottom: 0px;
            transition: all 0.2s;
        }
        &:hover{
            td:nth-child(4),td:nth-child(5),td:nth-child(6) {
                height: 30px;
                max-height: initial;
                overflow: hidden;
                padding-top: 0px;
                padding-bottom: 0px;
                transition: all 0.2s;
            }
        }
    }
}

*/
