
/* body[data-sidebar="dark"] .menu-title {
    color: #ffffff;
} */

.small-table {
    width: 100%;
}
.small-table th,
.small-table td {
    padding: 4px 10px 4px 0px;
}
small p {
    margin-bottom: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e2e2e2;
    color: rgb(73, 80, 87);
}
.va_top{
    vertical-align: top;
}
#room_area_table{
    padding-inline-start:0;
}

.form-control-custom{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.94rem + 2px);
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.icon-default {
    color: #a8b5c9;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom: none;
}

.editable-input {
    margin-right: 0;
}

.editableform .form-control.input-sm {
    max-width: 150px;
}
.editableform .form-group .input-small {
    max-width: 100px;
}
.editableform input[type=number]{
    max-width: 100px;
}

.editableform .editable-input {
    position: relative;
}
.editableform .input-append.date .add-on i,
.editableform .input-prepend.date .add-on i {
    position: absolute;
    top: 0;
    right: 0;
    /* background: #000; */
}

.datepicker td,
.datepicker th {
    font-size: 12px;
}

textarea.form-control{
    height: 175px;
}

.width-10{
    width: 10% !important;
}
.width-15{
    width: 15% !important;
}

.sales-price-option{
    position: relative;
    top: 5px;
}

.transaction-font {
    font-size: 15px;
    font-weight: 600 !important;
}

.transaction-card-col {
    padding: 1.5em !important;
}

.transaction-btn {
    /* color: #31ACBF; */
    background-color: #fff;
    border-color: #fff;
}

.btn-nav-list {
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.btn-nav-list:hover {
    z-index: 1;
    color: #536AE9;
    /* text-decoration: none; */
    /* background-color: white; */
    border-bottom: 2px solid #536AE9 !important;
}

.btn-nav-list.active {
    z-index: 1;
    color: #536AE9;
    border-bottom: 2px solid #536AE9 !important;
}

.list-nav-group {
    display: flex;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.list-nav-group::-webkit-scrollbar{
    display: none;
}

.list-nav-group .list-nav-group-item {
    color: #374255; /* !important */
    list-style: none;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease-in-out!important;
}

.list-nav-group .list-nav-group-item.active .button_status {
    z-index: 1;
    color: #536AE9 !important;
    border-bottom: 2px solid #536AE9 !important;
}

.dashboard-card-title{
    position: relative;
    left: 10px;
}

.float-end{
    float: right !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: .47rem 1.75rem .47rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #b9bfc4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .15rem rgba(85, 110, 230, .25);
    box-shadow: 0 0 0 .15rem rgba(85, 110, 230, .25)
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    color: #74788d;
    background-color: #eff2f7
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .7109375rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.015625rem
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3
}

.dashboard-nav{
    background-color: transparent;
}



