.lab-tab-norm {text-align: center;}
.lab-tab-checkbox{position: relative;width: 25px;}
.lab-tab-checkbox:before {content: '';display: block;position: absolute;left: -5px;top: -18px;width: 33px;height: 33px;border: 1px solid #919191;background: #fff;border-radius: 4px;}
.selected .lab-tab-checkbox:after {content: '';position: absolute;top: -8px;left: 4px;width: 19px;height: 15px;background-image: url(/-/media/Additional/smart/img/customer/check.png);}
tr.selected {background: #e2007a;color: #fff}
.form-link-box {display: none; position: fixed;bottom: 0;left: 0;width: 100%; background-color: #fff;border-top: solid 1px #ededed;height: 75px;
z-index: 1;}
.form-link-box a {display: block;width: 250px;margin: auto;margin-top: 20px;}
#lab-tab tr {cursor: pointer}

#lab-options input {opacity:0;position:absolute}
#lab-options label {display:flex;height:50px;align-items:center;cursor:pointer}
#lab-options label span {padding-left:40px}
#lab-options .lab-tab-checkbox:before {top:-18px;left:15px}
#lab-options .lab-tab-checkbox:after {top:-7px;left:23px}

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px) {
    table,thead,tbody,th,td,tr {display: block}
    #lab-tab tr:nth-of-type(1) {position: absolute;top: -9999px;left: -9999px;}
    #lab-tab tr {border: 1px solid #dadada;margin-bottom: 15px;}
    #lab-tab td {border: none;border-bottom: 1px solid #dadada;position: relative;padding-left: 140px;text-align: left;}
    #lab-tab td:nth-of-type(1) {padding-left: 10px;height:40px}
    .lab-tab-checkbox:before {top:-13px}
    .selected .lab-tab-checkbox:after {top:-3px}
    #lab-tab td:nth-of-type(5) {padding-left: 10px;}
    #lab-tab td:before {position: absolute;left: 6px;width: 135px;white-space: nowrap;}
    #lab-tab .lab-tab-name:before {content: "Oznaczenie";}
    #lab-tab .lab-tab-norm:before {content: "Norma/Procedura";}
    #lab-tab .lab-tab-method:before {content: "Tytuł/Metoda";}
    table {border: none;}
    .lab-tab-lg-hidden {display: block;}
}