.no-btn { cursor: default !important; }

.max-with-100 { max-width: 100% !important; }

textarea, select, input, button { outline: none; }

.form-control:focus, input:focus, select:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2, .select2-selection, .select2-show-search {
    max-width: 100%;
    width: 100%;
}
.select2-container .select2-selection--single {
    height: 42px;
    position: relative;
}
.select2-container .select2-selection--single, .select2-dropdown {
    min-width: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 8px;
}

.tt-menu {
    background: #fff;
    padding: 6px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 6px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.25);
    white-space: nowrap;
}

.page-title-icon {
    box-sizing: border-box;
    font-size: 50px !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    line-height: 0;
}
.page-title-icon, .br-pagetitle h4 {
    color: #6c757d;
}

.nobreak {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-size-3rem { font-size: 3rem !important; }

#console-response {
    position: absolute;
    top: 75px;
    right: -300px;
    width: 250px;
}

.w-90 { width: 90%; }

#datatable1_filter { display: none !important; }
.dataTables_scrollBody { height: inherit !important; max-height: 200px !important; }
