﻿.bg-cover {
    background: url(../dist/img/custom/bg-banner.jpg);
    background-size: auto;
    background-size: cover;
}

.dt-buttons {
    position:absolute !important;
}

.btn-tool-custom {
    width: 50px !important;
    height: 30px !important;
    padding: 0 !important;
}

.form-control-sm {
    width:128px !important;
}

.dt-Rpt-Bold {
    font-weight: bold !important;
}

/*table thead tr th span.select-checkbox:checked {
    content: "✔";
    margin-left: .7em;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}

table thead tr th span.select-checkbox {
    margin-left: .7em;
    text-align: center;
}

table thead tr th input {
    visibility: hidden;
    display: block;
    margin-left: .7em;
    text-align: center;
    position: absolute;
    overflow: hidden;
}

table thead tr th span {
    height: 10px;
    width: 10px;
    border: 1px solid red;
    display: inline-block;
    margin-left: .7em;
    text-align: center;
}
table thead tr th input:checked+span { 
        background: black;
    }*/

@media only screen and (max-width: 550px) {
    .HideCol {
        display: none;
    }
}

.displaynone {
    display: none;
}
