* {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.bold {
    font-weight: bolder;
}

.btn-light-cus {
    border: 1px solid #5A5A5A!important;
    background: transparent!important;
}

.btn-light-cus:hover,
.btn-light-cus:active,
.btn-light-cus.hover,
.btn-light-cus:focus {
    border: 2px solid #5A5A5A!important;
}

.btn-danger-cus {
    background-color: #ecac4b;
    border-color: #ecac4b;
}

/* .btn-danger-cus:hover, */
/* .btn-danger-cus:active, */
/* .btn-danger-cus.hover { */
/*     border-color: #fd0000; */
/*     background-color: #fd0000; */
/* } */

.btn-danger-cus:not(:disabled):not(.disabled):active, .btn-danger-cus:not(:disabled):not(.disabled).active,
.show > .btn-danger-cus.dropdown-toggle {
    border-color: rgb(0, 0, 0);
    background-color: rgb(247, 219, 176);
}

.tb-single-rwd > .td.hd.hd-fixed2 {
    width: 250px;
}

.hidden {
    display: none;
}
