td {
    font-family: "Open Sans", sans-serif !important;
}
.sidebar {
    padding-bottom: 420px;
}
/* .sidebar {
    padding: 5px;
}
.sidebar-nav .nav-link {
    padding: 10px 12px;
}
#toggle-sidebar-btn-id {
    padding: 8px 15px;
} */
.sidebar .toast-container {
    height: auto !important;
}
.sidebar .toast-container:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
    content: "\f360";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #ffa090;
    margin-left: 13px;
}
.toggle-sidebar .sidebar .toast-container:before {
    display: none;
}
.sidebar .jq-toast-wrap {
    opacity: 0;
    white-space: nowrap;
    height: 0;
}
.toggle-sidebar .sidebar .toast-container,
.toggle-sidebar .sidebar .jq-toast-wrap {
    width: 100%;
}
.toggle-sidebar .sidebar .jq-toast-wrap {
    opacity: 1;
    height: auto;
}
.sidebar .jq-toast-single {
    padding-bottom: 30px;
}
.close-jq-toast-single:hover,
.jq-toast-single .done-btn:hover {
    color: #fff;
}
.searchbgcolor {
	background: #3c76a3;
    padding: 15px 10px;
	color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
}
.searchbar {
	padding-bottom: 10px;
}
.searchbar div {
    margin: 0 5px;
    position: relative;
}
.searchbar .iconcal {
    position: absolute;
    top: 2px;
    right: 5px;
}
.searchbar input[Type="text"],
.filterbar input[Type="text"] {
    padding: 0.2em 0.4rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.2rem;    
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.searchbar select,
.filterbar select {
	padding: 0.15rem 22px 0.15rem 0.4rem !important;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 12px;
	color: #212529;
	background-color: #eee;
	background-position: right 2px center;
}
.searchbar .hktopbtn {
	color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc107 !important;
}
.searchbar input[Type="button"] {
    color: #000 !important;
    background-color: #ffca2c !important;
    border-color: #ffc107 !important;
}
.searchbar input[Type="button"]:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.searchbar #searchKeyword {
    width: 180px;
}
.border-box {
	border: 2px solid rgba(255,255,255,.3);
	padding: 8px 5px;
	border-radius: 8px;
	margin-bottom: 5px;
}
.hk-top-btns {
    right: 0;
}
.hk-top-btns a:link,
.hk-top-btns a:visited, 
.hk-top-btns a:active {
    font-size: 13px;
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
#dvAnnounceMent {
    position: absolute;
    top: 64px;
    left: 65px;
}
#customMessage {
    color: #333333;
    font-size: 11px;
    visibility: hidden;
    z-index: 999999;
    background-color: #FFFF99;
    position: fixed;
    top: 64px;
    width: 50%;
    text-align: center;
    left: 50%;
    margin-left: -25%;
}
.sidebar-nav #dnrDetailLeftDiv a:before {
    background-color: rgba(255,255,255,.4);
    background-color: rgba(0,0,0,.4);
    border-radius: 0.375rem;
    content: "";
    height: 0.375rem;
    left: 10px;
    opacity: .5;
    position: absolute;
    top: var(--bs-nav-link-padding-y)-0.1875rem0.03125rem;
    width: 0.375rem;
}
.sidebar-nav #dnrDetailLeftDiv a:after {
    background-color: rgba(255,255,255,.4);
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 0.75rem;
    left: 12px;
    opacity: .5;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 0.0625rem;
}
.sidebar-nav #dnrDetailLeftDiv a:first-child:after {
    height: 0.4rem;
    top: 3px;
}
.sidebar-nav #dnrDetailLeftDiv a:hover:before {
    background-color: #3e97ff;
}
.sidebar-nav #dnrDetailLeftDiv br {
    display: none;
}
.trs-table,
#hkStatusCountLeftDiv {
    padding-left: 5px;
    padding-right: 5px;
}
.sidebar-nav .nav-content .trs-table a {
    font-size: 11px;
    padding: 0;
}
.sidebar-nav .nav-content .trs-table .link-2n5:before,
.sidebar-nav .nav-content .trs-table .link-2n5:after {
    display: none;
}
#dt-main table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}
#dt-main table > :not(caption) > * > * {
	padding: 0.5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#dt-main table > tbody {
	vertical-align: inherit;
}
#dt-main table > thead {
	vertical-align: bottom;
}
#dt-main th,
#dt-main th a {
	font-weight: bold;
	font-size: 14px;
}
#dt-main th {
	border-bottom: 2px solid #444;
}
#dt-main table > :not(:last-child) > :last-child > * {
	border-bottom-color: currentColor;
}
#dt-main table > tbody > tr.yui-dt-even {
	background-color: var(--bs-table-striped-bg) !important;
	color: var(--bs-table-striped-color);
    border: 0;
}
#dt-main table > tbody > tr.yui-dt-odd {
	background-color: #fff !important;
	color: var(--bs-table-striped-color);
    border: 0;
}
#dt-main table > tbody > tr:hover {
	background-color: var(--bs-table-hover-bg) !important;
	color: var(--bs-table-hover-color);
}
#dt-main td {
	font-size: 12px;
    border-bottom: 1px solid #ddd;
}
#dt-main th:first-child,
#dt-main td:first-child {
    padding-right: 10px;
    text-align: right;
}
#dt-main .class-room,
#dt-main .yui-dt-col-roomtype,
#dt-main .class-hkstatus,
#dt-main .yui-dt-col-roomstatus {
    text-align: center;
}
#dt-main td.class-remarks:hover {
    background: #eef6ff;
}
#dt-main .yui-dt-liner {
    padding: 0;
    width: auto;
}
#dt-main td.class-hkstatus .yui-dt-liner,
#dt-main td.yui-dt-col-roomstatus .yui-dt-liner,
#dt-main .room-no div,
#dt-main .roomstatus div,
#dt-main .maintenance-tbl .task-pending div {
    background: rgba(250,250,250,.8);
    border-radius: 16px;
}
#dt-main .yui-dt-col-remarks {
    width: 17%;
}
#dt-main .yui-dt-col-service {
    width: 16%;
}
#dt-main .yui-dt-col-discrepancy {
    width: 15%;
}
.gtoolbar-pos {
    background: #3c76a3;
    height: 1px;
    border: 0;
}
.yui-dt-editor .yui-dt-button button {
    font-weight: 600;
    color: #212529 !important;
    background: #fff !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #bbb !important;
    padding: 3px 12px;
    font-size: 13px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: auto !important;
    height: auto !important;
    margin: 0 3px;
}
.yui-dt-editor .yui-dt-button button.yui-dt-default {
    color: #000 !important;
    background: #ffc107 !important;
    border: #ffc107 !important;
}
.yui-dt-editor .yui-dt-button button:hover,
#addDiscrepancyForm button:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
#addDiscrepancyForm .pnl_tb2 {
    font-family: "Open Sans", sans-serif !important;
    font-size: 11px;
    background-color: #e9f3fa;
}
.ui-widget {
    font-family: "Open Sans", sans-serif !important;
    background: #f5f5f5 !important;
    box-shadow: 0px 8px 12px 4px rgba(0, 0, 0, 0.3);
	padding: 0 !important;
    border: 0 !important;
	border-radius: 0 !important;
}
#dt-main .ui-state-default, 
#dt-main .ui-widget-content .ui-state-default, 
#dt-main .ui-widget-header .ui-state-default {
    background: #fff;
    border: 0;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, .3);
    border-radius: 8px 8px 0 0;
}
#dt-main .ui-widget.ui-widget-content {
    box-shadow: none;
    background: none !important;
}
.ui-dialog {
    padding: 0;
    border-radius: 0;
}
.ui-dialog .ui-dialog-title {
    margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar {
    color: #fff !important;
    background: #444 !important;
    padding: 9px 40px 9px 15px !important;
    margin: 0 !important;
    line-height: inherit;
	border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: transparent !important;
    border: 0 !important;
    font-size: 24px;
    color: #fff !important;
    line-height: 24px !important;
    padding: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f62a";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
}
.ui-dialog .ui-dialog-content {
    padding: 16px;
}
.atbar div {
    margin: 0 5px;
    position: relative;
}
.atbar input,
.atbar select {
    font-size: 11px;
}
#hkAuditTrailContent .hasDatepicker {
	font-size: 11px;
}
.hkauditbox .hasDatepicker {
    width: 100px;
}
.searchbar .hasDatepicker {
    width: 110px;
}
i.male {
    color: #0683E5;
}
i.female {
    color: #f44795;
}
.yui-skin-sam .yui-dt td.class-hkname {
    color: #0683E5 !important;
    text-transform: capitalize;
}
.yui-skin-sam .yui-dt td.class-hkname:hover {
    color: #4154f1 !important;
    opacity: 1 !important;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 5px;
    right: 5px;
}
button.ui-datepicker-trigger {
    top: 3px;
    right: 5px;
    color: #666 !important;
    font-size: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    line-height: 1em !important;
}
button.ui-datepicker-trigger:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f073";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
button.ui-datepicker-trigger img {
    display: none;
}
#hkAuditTrailContent .ui-datepicker-trigger {
	position: absolute;
	top: 0;
	right: 0;
}
.bottom-toolbar {
    background: #eee;
    vertical-align: middle;
    padding: 15px;
    height: auto;
    border: 0;
}
.bottom-toolbar div {
	margin: 0 5px;
}
.bottom-toolbar .border-box {
    border: 2px solid rgba(0,0,0,.3);
}
.bottom-toolbar select {
	padding: 0.2rem 1.5rem 0.2rem 0.4rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 13px;
    color: #212529;
    background-color: #ffffd8;
    display: inline-block !important;
    width: auto;
	vertical-align: -1px;
}
.bottom-toolbar input[type=button],
.bottom-toolbar select,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Open Sans", sans-serif !important;
}
#resvGroupIdVal {
    width: 140px;
}
#yui-dropdownceditor2-container {
    width: 160px;
    right: 1px;
    left: auto !important;
}
.yui-panel-container form {
    font-family: "Open Sans", sans-serif !important;
}
.ui-dialog input[type="text"], 
.ui-dialog input[type="text"].form-control-sm, 
.ui-dialog input[type="password"], 
.ui-dialog select, 
.ui-dialog select.form-select-sm {
    font-size: 11px;
}