.styled-table tbody tr:nth-of-type(2n),.styled-table thead tr{background-color:#f3f3f3}.loading{z-index:20;position:absolute;top:0;left:-5px;width:100%;height:100%;background-color:rgba(0,0,0,.4)}.loading-content{position:absolute;border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:50px;height:50px;top:40%;left:35%;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.erromsg,.error{color:#f30}.styled-table{border-collapse:collapse;margin:25px 0;font-size:.9em;font-family:sans-serif;min-width:400px;box-shadow:0 0 20px rgba(0,0,0,.15)}.styled-table thead tr{color:#000;text-align:left}.styled-table td,.styled-table th{padding:12px 15px}.styled-table tbody tr{border-bottom:1px solid #ddd}.styled-table tbody tr:last-of-type{border-bottom:2px solid #009879}.styled-table tbody tr.active-row{font-weight:700;color:#009879}