﻿.lavel_1 {
    padding-left: 10px;
}

.lavel_2 {
    padding-left: 20px;
}

.lavel_3 {
    padding-left: 30px;
}

.lavel_4 {
    padding-left: 40px;
}

.lavel_4 {
    padding-left: 50px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.blocks {
    display: inline-block;
    border: solid 0px;
    width: 50%;
}

.blocksright {
    margin-left: 0px;
    float: right;
    width: 50%;
}
/*
dl {
    border: 1px solid #bdc8ca;
    background-color: #f7fafa;
}
*/

.ie7 dl {
    overflow: hidden;
}

dt, dd {
    box-sizing: border-box;
    margin-bottom: -9px;
    padding: 10px;
    padding-left: 0;
}

.export {
    width: 100px;
}

dt {
    float: left;
    padding-bottom: 0;
}

.ie7 dt {
    padding-bottom: 10px;
    clear: both;
}

dd {
    margin-left: 100px;
    background-color: #fff;
}

.ie7 dd {
    margin-left: 40%;
    overflow: hidden;
}

dd:after {
    content: "";
    display: block;
    clear: both;
}

.row2 + dd:after {
    content: none;
}

thead input {
    width: 100%;
}

table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
    border: 1px;
}

button.dt-button.active {
    background: #FDF6BB;
}

th, td {
    white-space: nowrap; 
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

#checkAll {
    margin-left: -8px;
}

#Details {
    background-color: #FDF6BB;
}

dt-button buttons-columnVisibility active {
    width: 200px;
}

div.dt-button-collection.fixed.six-column {
    margin-left: -600px;
}

div.dt-button-collection.six-column {
    width: 1400px;
    padding-bottom: 1px;
    -webkit-column-count: 8;
    -moz-column-count: 8;
    -ms-column-count: 8;
    column-count: 8;
}

.primary-right {
    float: right;
}