body {
    zoom: 0.9;
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

body[data-sidebar=dark] .logo-dark {
    display: none
}

body[data-sidebar=dark] .logo-light {
    display: block
}

.logo-dark figure.logo-sm {
    display: none
}

body[data-sidebar=dark] .navbar-brand-box {
    background: #121e2d;
    border-bottom: 1px solid #192a3f
}

body:not([data-topbar=dark]) .navbar-brand-box {
    background-color: #5b5b5b;
    /* border-bottom: 1px solid #ebebeb */
}

body[data-sidebar-size=sm] .logo figure.logo-sm {
    display: none
}

body[data-sidebar-size=lg] .logo figure.logo-lg {
    display: none
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e4f0ef
}

.table-striped>tbody>tr:nth-of-type(odd) td.colsticky {
    background-color: #e4f0ef;
    z-index: 1;
    overflow: visible;
}

.table-striped>tbody>tr:nth-of-type(even) td.colsticky {
    background-color: #f5f6fa;
    z-index: 1;
    overflow: visible;
}

.fixNavbar-top .logo figure.logo-sm,
.fixNavbar-top .logo figure.logo-lg {
    margin: 2% 0;
    font-size: 0;
    height: 50px;
    line-height: 50px
}

.fixNavbar-top .logo figure.logo-sm {
    text-align: start;
    /* width: 50px */
}

.fixNavbar-top .logo figure.logo-lg {
    text-align: center;
    width: 170px;
    height: 53px;
}

.fixNavbar-top .logo figure.logo-sm img,
.fixNavbar-top .logo figure.logo-lg img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    display: inline-block
}

.fixNavbar-top .logo figure.logo-sm img {
    padding: 10% 0
}

/* .nav.navbar-nav {
    width: 100%;
}
 */
nav.fixNavbar-top ul li>button {
    background-color: #24c1b1;
    border-left: 3px solid #128d80;
    border-radius: 0 8px 8px 0;
    color: #fff;
}

nav.fixNavbar-top ul li>button:hover {
    filter: brightness(1.2);
}

.logo-light {
    display: none
}

.logo-light .logo-sm {
    display: none
}

.logo-dark {
    display: block
}

.navbar-brand-box {
    padding: 0;
    width: 158px;
    border-right: 3px solid #128d80;
}

.navbar-brand-box.short {
    width: 50px
}

.logo {
    line-height: 60px
}

.header-item {
    height: 60px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0
}

.position-relative {
    position: relative !important
}

.app-search {
    padding: 11px 0
}

.app-search .form-control {
    height: 38px;
    padding-left: 30px
}

.app-search span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #9599ad
}

.d-inline-block {
    display: inline-block !important
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.main-wrapper {
    position: relative;
    margin: 60px 0 0
}

.layout-wrapper header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.layout-wrapper header nav ul.topRightOption li {
    margin: 0 2%;
    white-space: nowrap
}

.layout-wrapper header nav ul.topRightOption li a {
    color: #999c9e;
    text-decoration: none
}

.layout-wrapper header nav ul.topRightOption li a .badge {
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 13px;
    padding: 1px 5px;
    background-color: #ff3838
}

.layout-wrapper header nav ul.topRightOption li a i {
    font-size: 18px;
    margin: 0 5% 0 0
}

ul.topRightOption li:nth-last-of-type(1)>ul,
ul.topRightOption li:nth-last-of-type(2)>ul {
    left: unset;
    right: 0
}

.layout-wrapper header nav ul.topRightOption li ul li {
    padding: 5% 0;
    margin: 0;
    border-bottom: 1px solid #b5b5b5
}

.layout-wrapper header nav ul.topRightOption li ul li:last-of-type {
    border-bottom: none
}

.layout-wrapper header nav ul.topRightOption li ul li>a {
    padding: 0 5%
}

#wrapper {
    overflow: hidden;
    padding: inherit
}

.notyet {
    display: none
}

.page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
    background: #fff;
}

.fixNavbar-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    padding: 0 10px 0 0
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tableWrap {
    margin: 0 0 20px;
    overflow-x: auto;
    overflow-y: visible;
}

.tableWrap>table {
    margin-bottom: unset;
    word-break: break-all;

}

.tableWrap.min500 {
    min-height: 500px
}

.tableWrap>div {
    padding: 0
}

.flexBlockRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.flexBlockLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flexBlockCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.M-P-0 {
    padding: 0;
    margin: 0
}

.M-P-0>div.dataTables_paginate {
    text-align: left !important
}

.submenu {
    margin: 0 0 1% 0
}

.wordNoBreak {
    word-break: keep-all;
    white-space: nowrap;
    -ms-flex-item-align: center;
    align-self: center
}

.inputPromptGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 10px 0 0
}

.inputPromptGroup q {
    color: #d9534f;
    display: none;
    font-style: normal;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 0 10px
}

a:focus,
a:hover {
    color: #33cabb;
    text-decoration: underline
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #33cabb;
    border-color: #33cabb
}

.pagination>li a {
    outline: none
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #33cabb;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #33cabb;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1592ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

ul.side-nav {
    position: fixed;
    top: 60px;
    left: 190px;
    width: 158px;
    margin-left: -190px;
    z-index: 800;
    background-color: #5b5b5b;
    overflow-y: auto;
    padding: 10px 0 0;
    border-right: 3px solid #128d80;
}

ul.side-nav::-webkit-scrollbar {
    width: 2px
}

ul.side-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100px #96f3e9;
    box-shadow: inset 0 0 100px #96f3e9
}

ul.side-nav::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 10px;
    background: #24c1b1
}

ul.side-nav::-webkit-scrollbar:vertical:hover {
    background: #24c1b1
}

ul.side-nav.navSwitch {
    width: 53px;
    overflow: visible;
    position: absolute;
    margin-top: -60px
}

ul.side-nav.navSwitch li:hover {
    background-color: #00786d
}

ul.side-nav.navSwitch li:hover a[id*=left_menu_] figure:first-child::before {
    color: #fff
}

ul.side-nav.navSwitch li:hover ul[id*=left_sub_menu_] {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 50px;
    width: 160px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    display: block;
    padding: 0
}

ul.side-nav.navSwitch li:hover ul[id*=left_sub_menu_]::after {
    content: unset
}

ul.side-nav.navSwitch li:hover ul[id*=left_sub_menu_] li {
    border-left: none;
    margin: 0
}

ul.side-nav.navSwitch li:hover ul[id*=left_sub_menu_] li a {
    padding: 0 0 0 20px;
    height: 50px;
    line-height: 50px
}

ul.side-nav.navSwitch li:hover:nth-last-of-type(-n+6) ul[id*=left_sub_menu_] {
    bottom: 0;
    top: unset
}

ul.side-nav.navSwitch li a[id*=left_menu_] {
    width: 50px;
    padding: 15px;
    /* border-right: 2px #fff solid */
}

ul.side-nav.navSwitch li a[id*=left_menu_] figure:first-child::before {
    font-size: 21px
}

ul.side-nav.navSwitch li a[id*=left_menu_] figure:last-child {
    display: none
}

ul.side-nav.navSwitch li a[id*=left_menu_] figure figcaption {
    display: none
}

ul.side-nav>li.active {
    border-left: 4px solid #19aa8d;
}

ul.side-nav>li>a {
    color: #ffffff;
    width: 190px
}

ul.side-nav>li>a[aria-expanded*=true] {
    color: #ffffff;
}

ul.side-nav>li a[id*=left_menu_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

ul.side-nav>li a[id*=left_menu_]:hover {
    background-color: #808080 !important;
}

ul.side-nav>li a[id*=left_menu_]:focus,
ul.side-nav>li a[id*=left_menu_]:active {
    background-color: unset !important;
    /* border-bottom: 2px solid #46dbbd; */
}

ul.side-nav>li a[id*=left_menu_] figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 8px 0 0;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
    white-space: nowrap
}

ul.side-nav>li a[id*=left_menu_] figure:first-child:before {
    font-size: 18px
}

ul.side-nav>li a[id*=left_menu_] figure figcaption {
    padding: 0 0 0 8px
}

ul.side-nav>li ul[id*=left_sub_menu_] {
    position: relative;
    background-color: #3b3b3b;
    padding: 0 5% 5%;
    list-style: none
}

ul.side-nav>li ul[id*=left_sub_menu_]::after {
    content: " ";
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    bottom: 7px;
    left: 17px
}

ul.side-nav>li ul[id*=left_sub_menu_] li {
    border-left: 1px solid #fff;
    margin: 0 0 0 8%
}

ul.side-nav>li ul[id*=left_sub_menu_] li a {
    color: #fff;
    padding: 10px 0 10px 12px
}

ul.side-nav>li ul[id*=left_sub_menu_] li:hover {
    filter: brightness(1.5);
}

ul.side-nav>li ul[id*=left_sub_menu_] li a:hover,
ul.side-nav>li ul[id*=left_sub_menu_] li a:focus,
ul.side-nav>li ul[id*=left_sub_menu_] li a:active {
    color: #84fff3;
    background-color: unset !important
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #33cabb;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

.top-nav>li>a:hover>span.badge,
.top-nav>li>a:active>span.badge,
.top-nav>li>a:focus>span.badge {
    background-color: #33cabb
}

#page-wrapper {
    background-color: #f5f6fa;
    padding: 1px 0 0 175px;
    zoom: 0.9;
}

#page-wrapper.contentSwitch {
    padding: 1px 0 0 50px
}

#page-wrapper>nav.nav {
    position: fixed;
    width: 100%;
    z-index: 99
}

div[id*=tab-content] main {
    min-height: 1000px;
    margin: 60px 0 30px
}

.breadcrumb {
    padding: 15px 15px 0;
    background-color: #fcfcff;
    border-bottom: 1px solid #ededed
}

.breadcrumb>li {
    border-bottom: 1px solid #33cabb;
    padding-bottom: 10px
}

.breadcrumb>li:first-of-type {
    padding-left: 15px
}

.breadcrumb>li:last-of-type {
    padding-right: 15px
}

.panel-heading {
    padding: 24px
}

body,
body.modal-open,
.modal,
.modal.fade,
.modal.fade.in {
    padding-right: unset !important;
}

.panel-heading div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.panel-primary {
    border-color: #33cabb
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #33cabb;
    border-color: #33cabb
}

.panel-heading .row>div.col-xs-3 {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .2588235294);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.panel-group .panel {
    border-radius: 15px
}

.panel-footer {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px
}

.panel-heading .row>div.col-xs-3>i {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 24px
}

.panel-green {
    border-color: #f96868
}

.panel-green>.panel-heading {
    border-color: #f96868;
    color: #fff;
    background-color: #f96868
}

.panel-info {
    border-color: #33cabb
}

.label-info {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
    background-color: #33cabb
}

input#terminal-query {
    text-align: left;
    padding: 0 0 0 1%
}

.panel-info>.panel-heading {
    border-color: #15c377;
    color: #fff;
    background-color: #15c377
}

.panel-danger {
    border-color: #926dde
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #926dde;
    border-color: #926dde
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
    white-space: nowrap
}

main.showDashboard-view>div.row:first-child {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2% 0;
    padding: 0 0 1% 0
}

main.showDashboard-view>div.row form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0
}

main.showDashboard-view>div.row form label {
    padding: 0;
    margin: 0 2% 0 0;
    -ms-flex-item-align: center;
    align-self: center;
    white-space: nowrap
}

main.showDashboard-view>div.row form select {
    width: unset;
    height: unset;
    margin: 0 2% 0 0
}

main.showDashboard-view .panel .panel-body,
.showRegisterDashboard-view .panel .panel-body {
    height: 400px;
    overflow: hidden
}

main.showRegisterDashboard-view>div.row:first-child {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2% 0;
    padding: 0 0 1% 0
}

main.showRegisterDashboard-view>div.row form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0
}

main.showRegisterDashboard-view>div.row form label {
    padding: 0;
    margin: 0 2% 0 0;
    -ms-flex-item-align: center;
    align-self: center;
    white-space: nowrap
}

main.showRegisterDashboard-view>div.row form select {
    width: unset;
    height: unset;
    margin: 0 2% 0 0
}

main>div.row:first-child {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2% 0;
    padding: 0 0 1% 0
}

main.showBranchList-view>div.row form {
    margin: 0 0 1% 0
}

main>div.row form {
    margin: 0 0 1% 0
}

.wordNoBreak+select,
.wordNoBreak+input {
    margin: 0 3%;
    -ms-flex-item-align: center;
    align-self: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.pagination-info {
    word-break: keep-all;
    -ms-flex-item-align: center;
    align-self: center
}

.pagination-info>b {
    padding: 0 2%;
    font-size: 2rem
}

.panel-default .panel-heading {
    padding: 15px
}

.panel-default .panel-heading h3 i {
    margin: 0 1% 0 0;
    font-size: 21px;
    background-color: #ddd;
    border-radius: 70px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #727272
}

.label-danger {
    background-color: #c3c3c3;
    border-color: #c3c3c3
}

.label-primary {
    background-color: #449d44;
    border-color: #449d44
}

.label {
    padding-top: .3em;
    border-radius: 2px;
    font-weight: 300
}

.btnGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: 0 10% 0 0
}

.btnGroup>button {
    margin: 0 1%
}

.btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0
}

.btnarea button b {
    color: #fff !important;
    font-size: 18px !important
}

.btnarea li {
    margin: 1% 0
}

.btnarea input[type=checkbox].xl {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    padding: 0
}

.btnarea label {
    margin: 0;
    padding: 0 5px;
    font-weight: normal;
    -ms-flex-item-align: center;
    align-self: center
}

.btn-primary {
    color: #fff;
    background-color: #33cabb;
    border-color: #33cabb
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #33cabb;
    border-color: #33cabb;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-primary:hover:hover,
.btn-primary:hover:active,
.btn-primary:hover:focus,
.btn-primary:active:hover,
.btn-primary:active:active,
.btn-primary:active:focus,
.btn-primary:focus:hover,
.btn-primary:focus:active,
.btn-primary:focus:focus {
    background-color: #33cabb;
    border-color: #33cabb;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #6dd7ce
}

.btn-warning {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background-color: #c3c3c3;
    border-color: #c3c3c3;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-warning:hover:hover,
.btn-warning:hover:active,
.btn-warning:hover:focus,
.btn-warning:active:hover,
.btn-warning:active:active,
.btn-warning:active:focus,
.btn-warning:focus:hover,
.btn-warning:focus:active,
.btn-warning:focus:focus {
    background-color: #c3c3c3;
    border-color: #c3c3c3;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #449d44
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #449d44;
    border-color: #449d44;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-success:hover:hover,
.btn-success:hover:active,
.btn-success:hover:focus,
.btn-success:active:hover,
.btn-success:active:active,
.btn-success:active:focus,
.btn-success:focus:hover,
.btn-success:focus:active,
.btn-success:focus:focus {
    background-color: #449d44;
    border-color: #449d44;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-setup_edit {
    color: #fff;
    background-color: #876eba;
    border-color: #876eba
}

.btn-setup_edit:hover,
.btn-setup_edit:active,
.btn-setup_edit:focus {
    background-color: #876eba;
    border-color: #876eba;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-setup_edit:hover:hover,
.btn-setup_edit:hover:active,
.btn-setup_edit:hover:focus,
.btn-setup_edit:active:hover,
.btn-setup_edit:active:active,
.btn-setup_edit:active:focus,
.btn-setup_edit:focus:hover,
.btn-setup_edit:focus:active,
.btn-setup_edit:focus:focus {
    background-color: #876eba;
    border-color: #876eba;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-reflash {
    color: #fff;
    background-color: #f96868;
    border-color: #f96868
}

.btn-reflash:hover,
.btn-reflash:active,
.btn-reflash:focus {
    background-color: #f96868;
    border-color: #f96868;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-reflash:hover:hover,
.btn-reflash:hover:active,
.btn-reflash:hover:focus,
.btn-reflash:active:hover,
.btn-reflash:active:active,
.btn-reflash:active:focus,
.btn-reflash:focus:hover,
.btn-reflash:focus:active,
.btn-reflash:focus:focus {
    background-color: #f96868;
    border-color: #f96868;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-cancel {
    color: #fff;
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

.btn-cancel:hover,
.btn-cancel:active,
.btn-cancel:focus {
    color: #fff;
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-cancel:hover:hover,
.btn-cancel:hover:active,
.btn-cancel:hover:focus,
.btn-cancel:active:hover,
.btn-cancel:active:active,
.btn-cancel:active:focus,
.btn-cancel:focus:hover,
.btn-cancel:focus:active,
.btn-cancel:focus:focus {
    color: #fff;
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-check_out {
    color: #fff;
    background-color: #00c0ef;
    border-color: #00c0ef
}

.btn-check_out:hover,
.btn-check_out:active,
.btn-check_out:focus {
    color: #fff;
    background-color: #00c0ef;
    border-color: #00c0ef;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-check_out:hover:hover,
.btn-check_out:hover:active,
.btn-check_out:hover:focus,
.btn-check_out:active:hover,
.btn-check_out:active:active,
.btn-check_out:active:focus,
.btn-check_out:focus:hover,
.btn-check_out:focus:active,
.btn-check_out:focus:focus {
    color: #fff;
    background-color: #00c0ef;
    border-color: #00c0ef;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-underline {
    color: #fff;
    background-color: #00713d;
    border-color: #00713d
}

.btn-underline:hover,
.btn-underline:active,
.btn-underline:focus {
    color: #fff;
    background-color: #00713d;
    border-color: #00713d;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-underline:hover:hover,
.btn-underline:hover:active,
.btn-underline:hover:focus,
.btn-underline:active:hover,
.btn-underline:active:active,
.btn-underline:active:focus,
.btn-underline:focus:hover,
.btn-underline:focus:active,
.btn-underline:focus:focus {
    color: #fff;
    background-color: #00713d;
    border-color: #00713d;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-chips {
    color: #fff;
    background-color: #009688;
    border-color: #009688
}

.btn-chips:hover,
.btn-chips:active,
.btn-chips:focus {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.btn-chips:hover:hover,
.btn-chips:hover:active,
.btn-chips:hover:focus,
.btn-chips:active:hover,
.btn-chips:active:active,
.btn-chips:active:focus,
.btn-chips:focus:hover,
.btn-chips:focus:active,
.btn-chips:focus:focus {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.check_out_list {
    list-style: none;
    text-align: left;
    position: absolute;
    background-color: #fff;
    border: 1px solid #00c0ef;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    z-index: 999;
    width: 130px;
    right: 80px;
    top: 10px
}

.check_out_list li {
    width: 100%;
    margin: 0;
    padding: 5%
}

.check_out_list li:hover,
.check_out_list li:focus,
.check_out_list li:active {
    background-color: #c3c3c3
}

.check_out_list li:hover:first-of-type,
.check_out_list li:focus:first-of-type,
.check_out_list li:active:first-of-type {
    border-radius: 7px 7px 0 0
}

.check_out_list li:hover:last-of-type,
.check_out_list li:focus:last-of-type,
.check_out_list li:active:last-of-type {
    border-radius: 0 0 7px 7px
}

.check_out_list li:hover a,
.check_out_list li:focus a,
.check_out_list li:active a {
    color: #fff;
    text-decoration: none
}

.userAccount_list {
    list-style: none;
    text-align: left;
    position: absolute;
    background-color: #fff;
    border: 1px solid #00c0ef;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    z-index: 9;
    width: 130px;
    right: -138px;
    top: 0px
}

.userAccount_list li {
    width: 100%;
    margin: 0;
    padding: 5%
}

.userAccount_list li:hover,
.userAccount_list li:focus,
.userAccount_list li:active {
    background-color: #c3c3c3
}

.userAccount_list li:hover:first-of-type,
.userAccount_list li:focus:first-of-type,
.userAccount_list li:active:first-of-type {
    border-radius: 7px 7px 0 0
}

.userAccount_list li:hover:last-of-type,
.userAccount_list li:focus:last-of-type,
.userAccount_list li:active:last-of-type {
    border-radius: 0 0 7px 7px
}

.userAccount_list li:hover a,
.userAccount_list li:focus a,
.userAccount_list li:active a {
    color: #fff;
    text-decoration: none
}

div.row.flexBlockRight {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.row.flexBlockRight div.text-right.flexBlockRight {
    margin: 0 10px 1%
}

div.row.flexBlockRight div.text-right.flexBlockRight label,
div.row.flexBlockRight div.text-right.flexBlockRight input[type=checkbox] {
    margin-bottom: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: 0
}

#mainTable_wrapper {
    padding: 0
}

main.admin_group-view #mainTable_wrapper>.row:last-child {
    margin: 1% 0 0
}

.dataTable .sorting {
    color: blue
}

.dataTable [class^=sorting_] {
    color: red
}

.dataTable .sorting_disabled {
    color: #fff
}

.dataTables_info b {
    padding: 0 2%;
    font-size: 2rem
}

.popup .modal-content {
    border-radius: 20px 20px 15px 15px
}

.popup .modal-content .modal-header {
    background-color: #33cabb;
    text-align: center
}

.popup .modal-content .modal-header h5 {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: bold
}

.popup .modal-content .modal-body {
    padding: 5% 3%
}

.popup .modal-content .modal-body .nav-tabs {
    border-bottom: 1px solid #33cabb
}

.popup .modal-content .modal-body .nav-tabs li a {
    color: #a5a5a5
}

.popup .modal-content .modal-body .nav-tabs li a:active,
.popup .modal-content .modal-body .nav-tabs li a:focus,
.popup .modal-content .modal-body .nav-tabs li a:hover {
    color: #9fceca;
    background-color: #fff;
    border: none
}

.popup .modal-content .modal-body .nav-tabs li.active a {
    color: #33cabb;
    border: 1px solid #33cabb;
    border-bottom-color: rgba(0, 0, 0, 0)
}

.popup .modal-content .modal-body .nav-tabs li.active a:active,
.popup .modal-content .modal-body .nav-tabs li.active a:focus,
.popup .modal-content .modal-body .nav-tabs li.active a:hover {
    color: #33cabb;
    border: 1px solid #33cabb;
    border-bottom-color: rgba(0, 0, 0, 0)
}

.popup .modal-content .modal-body .tab-content>div {
    padding: 2% 0
}

.popup .modal-content .modal-body .tab-content>div .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup .modal-content .modal-body .tab-content>div .contentWrap .typeGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 1% 0
}

.popup .modal-content .modal-body .tab-content>div .contentWrap .input-group {
    margin: 0 2% 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.popup .modal-content .modal-body .tab-content>div .contentWrap .input-group:nth-of-type(even) {
    margin: 0
}

.popup .modal-content .modal-body .tab-content>div .contentWrap .input-group label {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 2% 0 0
}

.popup .modal-content .modal-body .modal-footer {
    padding: 15px 0
}

.popup .modal-content .modal-body .modal-footer button {
    padding: 6px 20px 6px 12px;
    font-size: 18px;
    vertical-align: inherit
}

.popup .modal-content .modal-body .modal-footer button i {
    margin: 0 10% 0 0;
    font-size: 18px
}

.popup .modal-content .modal-body .modal-footer button:active,
.popup .modal-content .modal-body .modal-footer button:focus,
.popup .modal-content .modal-body .modal-footer button:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.modal-content {
    border-radius: 20px 20px 15px 15px
}

.modal-header {
    border-bottom: unset;
    background-color: #31b0d5;
    border-radius: 15px 15px 0 0
}

.modal-title {
    color: #fff;
    font-size: 18px
}

h5.modal-title i {
    padding: 0 1% 0 0
}

ul#payTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: scroll;
    width: calc(100% - 160px);
    margin: 0;
    padding: 8px 5px 0 5px;
    background-color: #f3f3f3;
    margin-top: -2px;
}

ul#payTab::-webkit-scrollbar {
    width: 50%;
    height: 10px
}

ul#payTab::-webkit-scrollbar-track {
    background: #393939 !important; 
  }
   
ul#payTab::-webkit-scrollbar-thumb {
    background: #e9b20d !important; 
    border: 1px solid #907218 !important; 
    border-radius: 10px;
  }

ul#payTab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100px #b1b1b1;
    box-shadow: inset 0 0 100px #b1b1b1
}

ul#payTab::-webkit-scrollbar-thumb {
    background-color: #33cabb;
    border: none
}

ul#payTab li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 5px 10px;
    background-color: #b1b1b1;
    margin: 0 3px;
    border-radius: 5px 5px 0 0;
    width: auto;
}

ul#payTab li.active {
    background-color: #33cabb
}

ul#payTab li.active a {
    background-color: unset
}

ul#payTab li a {
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

ul#payTab li a:nth-child(2) {
    padding: 0 0 0 5px
}

.showAdminList-view>.row>div.col-lg-12 div#listTables:not(:first-child) {
    width: 98%;
    margin: 2% auto 0;
    background-color: #e9e9e9;
    padding: 2%;
    position: relative
}

.showAdminList-view>.row>div.col-lg-12 div#listTables:not(:first-child)::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e9e9e9 rgba(0, 0, 0, 0);
    top: -10px;
    left: 10px
}

.showAdminList-view #listTables>table {
    background-color: #fff
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #ffc2c2
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ffc2c2;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

div.dataTables_info label:nth-of-type(2) {
    margin: -5px 0 0
}

div.flexBlockCenter label:nth-of-type(2) {
    margin: -5px 0 0
}

.showMemberList-view .row>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.maskTop {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    vertical-align: middle
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 34px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 1px rgba(43, 45, 80, .1019607843), 0 2px 5px 0 rgba(43, 45, 80, .0784313725), 0 1px 1.5px 0 rgba(0, 0, 0, .0705882353), 0 1px 2px 0 rgba(0, 0, 0, .0784313725);
    box-shadow: 0 0 0 1px rgba(43, 45, 80, .1019607843), 0 2px 5px 0 rgba(43, 45, 80, .0784313725), 0 1px 1.5px 0 rgba(0, 0, 0, .0705882353), 0 1px 2px 0 rgba(0, 0, 0, .0784313725)
}

.btn-outline-primary {
    color: #33cabb;
    border-color: #33cabb;
    background-color: #fff
}

#messagechat-box,
#terminal-box {
    overflow: auto;
    width: auto;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: auto
}

#terminal-box {
    background-color: #000;
    color: #fff;
    letter-spacing: 2px
}

form[id*=search] {
    margin: 0 0 3% !important
}

.outsideWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.outsideWrap hr {
    border-left: 1px solid #ddd;
    padding: 0;
    margin: 0 2%;
    height: inherit
}

button[class*=hideUp] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-self: center
}

button[class*=hideUp] b.mdi {
    font-size: 24px;
    margin: 0 0 0 -5px;
    padding: 0;
    line-height: normal;
    -ms-flex-item-align: center;
    align-self: center
}

.dateSearchWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dateSearchWrap>div {
    width: 100%
}

.dateSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2% 0 0;
    height: 35px
}

.dateSelect>input {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.dateSelect>label {
    margin: 0 2%;
    -ms-flex-item-align: center;
    align-self: center
}

.dateSelect>select {
    margin: 0 0 0 2%
}

.mainsite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2% 0 0
}

.mainsite>select {
    width: 100%
}

.memberOrder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2% 0 0
}

.memberOrder>*,
.accountRang>*,
.gametypeRang>*,
.orderKind>*,
.paymentFlow>* {
    width: 100%
}

.memberOrder>*:not(*:nth-child(1)),
.accountRang>*:not(*:nth-child(1)),
.gametypeRang>*:not(*:nth-child(1)),
.orderKind>*:not(*:nth-child(1)),
.paymentFlow>*:not(*:nth-child(1)) {
    margin: 0 0 0 2%
}

.optionWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.optionWrap>div {
    width: 100%;
    height: 35px
}

.accountRang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.issueRang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2%
}

.gametypeRang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 2%
}

.dateSearchbtnGroup {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 2% 0 0
}

.dateSearchbtnGroup button {
    margin-right: 1%
}

.dateSearchbtnGroup button:last-child {
    margin-right: 0
}

.orderKind {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.paymentFlow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 2% 0 0
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.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
}

.dateSearchWrap .dateSelect b {
    margin: 0 1%;
    -ms-flex-item-align: center;
    align-self: center
}

.dateInputGroupAddon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2.3em;
    padding: 0 5%;
    height: 34px
}

.bettingRang>h5 {
    width: 100%;
    text-align: center;
    margin: 2% 0 0
}

.dropdown-checkbox .dropdown-search {
    cursor: pointer
}

.dropdown-checkbox .dropdown-search:active,
.dropdown-checkbox .dropdown-search:focus {
    cursor: text
}

.dropdown-checkbox .dropdown-menu {
    width: 100%;
    max-height: 210px;
    overflow-y: auto
}

.dropdown-checkbox .dropdown-menu .dropdown-header,
.dropdown-checkbox .dropdown-menu .dropdown-section {
    padding-left: 1rem
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem
}

.dropdown>input+span {
    position: absolute;
    top: 15px;
    right: 10px
}

body {
    background-color: #f8f8f8;
    position: relative;
    margin-top: inherit
}

body main {
    margin: 0 0 1%
}

body main form>.tableWrap>table.setupSheetGroup td[id*=setupSheet] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: unset;
    overflow: unset;
    max-width: unset;
    text-overflow: unset
}

body main form>.tableWrap>table.setupSheetGroup td[id*=setupSheet]>table {
    width: 31%;
    margin: 2% 1%
}

body main form>.tableWrap>table.setupSheetGroup td[id*=setupSheet]>table thead td {
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

body main form>.tableWrap>table tbody>tr {
    position: relative
}

body main form>.tableWrap>table tbody>tr>th {
    width: 20%;
    font-size: 18px;
    font-weight: bold;
    text-align: right
}

body main form>.tableWrap>table tbody>tr>th ul {
    list-style: none;
    padding: 0;
    margin: 3% 0 3% 3%;
    font-size: 12px;
    line-height: 24px;
    color: #d9534f
}

body main form>.tableWrap>table tbody>tr td p:not([class*=amountNum]) {
    text-align: left
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul[id*=table_limit_] {
    display: block;
    margin: 1%
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul[id*=table_limit_] li.list-group-item:last-of-type {
    margin-right: .5%
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul[id*=table_limit_] li.list-group-item ul.card-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2% 0
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul[id*=table_limit_] li.list-group-item ul.card-body li {
    width: 250px;
    line-height: 30px
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul li {
    margin: 0 .5% 0 0
}

body main form>.tableWrap>table tbody>tr td[class*=checkbox_] ul li:last-of-type {
    margin-right: 0
}

body main form>.tableWrap>table tbody>tr td div[id*=config] {
    margin-top: 20px
}

body main form>.tableWrap>table tbody>tr td ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 700
}

body main form>.tableWrap>table tbody>tr td label {
    margin: 0 1% 0 0
}

body main form>.tableWrap>table tbody>tr td label:last-of-type {
    margin: 0
}

body main form>.tableWrap>table tbody>tr td input:not([type*=checkbox], [type*=radio], [type*=file]),
body main form>.tableWrap>table tbody>tr td select {
    text-align: left;
    padding: 5px;
    height: 34px;
    font-size: 13px
}

body main form>.tableWrap>table tbody>tr td button {
    display: block
}

body main form>.tableWrap>table tbody>tr td textarea.form-control {
    text-align: left;
    height: 100px;
    font-size: 13px
}

body main form>.tableWrap>table tbody>tr td span:not([class*=cke]) {
    margin: 0 0 0 1%
}

body main form>.tableWrap>table tbody>tr td table.table-striped {
    margin: 2% 0
}

body main form>.tableWrap>table tbody>tr td table.table-striped thead {
    background-color: #00786d;
    color: #fff
}

body main form>.tableWrap>table tbody>tr td table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #bed6d4
}

body main form>.tableWrap>table tbody>tr td .input-group {
    height: 34px
}

body main form>.tableWrap>table tbody>tr:last-of-type td[colspan] {
    text-align: right
}

body main form>.tableWrap>table tbody>tr:last-of-type td[colspan] button {
    display: unset
}

body main form>.tableWrap>table tbody>tr:last-of-type td[colspan] button:first-of-type {
    margin: 0 1% 0 0
}

body main form>.tableWrap>table tfoot td[colspan] {
    text-align: right
}

body main form>.tableWrap>table tfoot td[colspan] button {
    display: unset
}

body main form>.tableWrap>table tfoot td[colspan] button:first-of-type {
    margin: 0 1% 0 0
}

body main table {
    width: 100%
}

body main table .colsticky {
    /* position: sticky; */
    top: 0;
    left: 0
}

body main table thead {
    background-color: #33cabb;
    color: #fff
}

body main table thead select,
body main table thead input,
body main table thead textarea {
    color: initial
}

body main table thead th {
    text-align: center;
    vertical-align: middle !important
}

body main table thead th.colsticky {
    background-color: #33cabb
}

body main table thead th>a[href*="javascript:window"] {
    color: blue;
    text-decoration: none
}

body main table thead th>a[href*="javascript:window"]:focus,
body main table thead th>a[href*="javascript:window"]:hover {
    color: blue;
    text-decoration: underline;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

body main table thead th>a[href*="javascript:window"].workOn {
    color: red
}

body main table thead th>a[href*="javascript:window"] b {
    font-size: 18px;
    vertical-align: middle
}

body main table thead th>a[href*="javascript:window"]:nth-of-type(2) {
    color: #000
}

body main table thead th>a[href*="javascript:window"]:nth-of-type(2) b {
    font-size: 15px;
    vertical-align: middle
}

body main table tr {
    position: relative
}

body main table tr th {
    word-break: keep-all
}

body main table tr th+td {
    text-align: left
}

body main table tr th+td div>button[type=button] {
    margin: 1% 0
}

body main table tr th+td>button[type=button] {
    margin: 0
}

body main table tr.noData {
    height: 30px;
    background: none;
    border: none
}

body main table tr td {
    text-align: center;
    word-break: keep-all;
    white-space: wrap;
    vertical-align: middle !important
}

body main table tr td>.btnarea>button {
    margin: 1%
}

body main table tr td>input[type=button],
body main table tr td button[type=button] {
    margin: 1%
}

body main table tr td .panel-heading {
    padding: 1%
}

body main table tr td .form-control {
    width: auto
}

body main table tr td .gameIcon {
    width: 80px;
    height: auto
}

body main table tr td textarea.form-control {
    width: 100%;
    padding: 6px 5px
}

body main table tr td select.form-control {
    padding: 6px 1px
}

body main table tr td img[id*=qrcode_img_display] {
    width: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0
}

body main table tr td img[id*=carousel_] {
    width: 200px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin: 1% 0
}

body main table tr td img[id*=favicon_display] {
    width: 32px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0 0
}

body main table tr td img[id*=logo_tiny_display] {
    width: 100px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0 0
}

body main table tr td img[id*=logo_big_display] {
    width: 200px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0 0
}

body main table tr td img[id*=sticky_header_logo_display] {
    width: 300px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0 0
}

body main table tr td img[id*=title_image_display] {
    width: 300px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0
}

body main table tr td img[id*=IMsIcon_display] {
    width: 200px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999c9e;
    margin: 1% 0 0
}

body main table tr td .form-group.dateSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

body main table tr td .form-group.dateSelect .input-group {
    width: 20%
}

body main table tr td .form-group.dateSelect .input-group span {
    padding: 0 10px;
    margin: 0
}

body main table tr td .form-group.dateSelect b {
    margin: 0 1%
}

body main table tr td .amountNum {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: right
}

body main table tr td b.orderStatus_0 {
    font-size: 18px;
    color: #ff7d00
}

body main table tr td b.orderStatus_1 {
    font-size: 18px;
    color: #449d44
}

body main table tr td b.orderStatus_2 {
    font-size: 18px;
    color: red
}

body main table tr td b.orderStatus_3 {
    font-size: 18px;
    color: blue
}

select[id*=onlyOnline] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

input[type=checkbox],
input[type=radio] {
    margin: 0 5px 5px 0;
    -ms-flex-item-align: center;
    align-self: center
}

.userRow>span {
    position: relative;
    padding: 6px 0;
    cursor: pointer;
    display: block;
    width: 9em
}

.userRow>span b {
    position: relative
}

.userRow>span b::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.5px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
    position: absolute;
    top: 5px;
    right: -10px
}

.colorflag {
    color: #fff;
    border-radius: 5px
}

.colorflag b::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff !important
}

.lockWidth {
    width: 390px;
    min-width: 390px;
    max-width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.SumoSelect .multiSelect {
    height: 30px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    color: #555 !important
}

.SumoSelect .SelectBox input {
    height: 30px !important
}

.SumoSelect .SelectBox.CaptionCont {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    color: #555 !important
}

.SumoSelect .SelectBox.CaptionCont>label>i {
    background-image: unset !important;
    width: unset !important;
    height: unset !important;
    left: 8px !important;
    opacity: 1 !important;
    font-size: 21px !important;
    font-weight: bolder !important
}

.SumoSelect .optWrapper {
    margin-bottom: 0px !important
}

.SumoSelect .optWrapper .select-all {
    height: 34px !important
}

.SumoSelect .optWrapper .select-all>span {
    margin-left: -35px !important
}

.SumoSelect .optWrapper .select-all.selected>span i {
    background-color: #33cabb !important
}

.SumoSelect .optWrapper>.options li.opt.selected span i {
    background-color: #33cabb !important
}

.loginPage {
    background-color: #dbdbdb
}

.loginPage main {
    width: 40%;
    height: auto;
    margin: 10% auto;
    padding: 3%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 6px #9ae5de);
    filter: drop-shadow(0 0 6px #9ae5de)
}

.loginPage main header {
    width: 100%;
    margin: 0 auto;
    max-width: 400px
}

.loginPage main header figure {
    margin: 0 auto
}

.loginPage main header h3 {
    text-align: center;
    font-size: 2vmax;
    font-weight: bold;
    letter-spacing: 15px;
    margin: 6% auto
}

.loginPage main article {
    width: 100%;
    margin: 0 auto;
    max-width: 400px
}

.loginPage main article form {
    margin: 0 auto
}

.loginPage main article form .input-group {
    margin: 3% auto
}

.loginPage main article form .input-group span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.loginPage main article form .input-group input {
    text-align: inherit;
    padding-left: 3%
}

.loginPage main article form button {
    margin: 3% auto;
    width: 100%
}

.loginPage main footer {
    width: 100%;
    margin: 0 auto;
    max-width: 400px
}

.loginPage main footer p {
    color: #bdbdbd;
    text-align: center
}

.noticePopup {
    display: block;
    position: fixed;
    right: .5vh;
    bottom: 0vh;
    z-index: 999;
    -webkit-filter: drop-shadow(0 0 5px #999c9e);
    filter: drop-shadow(0 0 5px #999c9e)
}

.noticePopup a {
    position: absolute;
    right: 0;
    top: -25px;
    background-color: #33cabb;
    color: #fff;
    cursor: pointer;
    height: 25px
}

.noticePopup a::before {
    font-size: 35px;
    margin: -12px 0 0
}

.noticePopup a:hover,
.noticePopup a:active,
.noticePopup a:focus {
    background-color: #33cabb;
    border-color: #33cabb;
    -webkit-filter: opacity(0.7);
    filter: opacity(0.7)
}

.noticePopup section {
    width: 20vmax
}

.noticePopup section header {
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    padding: 2%;
    position: relative
}

.noticePopup section article {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 10vmax;
    max-height: 150px;
    min-height: 100px;
    padding: 3% 4%;
    font-size: 15px;
    overflow-y: auto;
    overflow-x: hidden
}

.noticePopup section footer {
    background-color: #fff;
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right
}

.task_edit .condTitle,
.task_edit .rewardTitle {
    display: block;
    text-align: left;
    margin: 0 0 1% !important
}

.task_edit .cron_group .cond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.task_edit .cron_group .cond .condSelect {
    width: 15%;
    margin: 0 1% 0 0
}

.task_edit .cron_group .cond .calcSelect,
.task_edit .cron_group .cond .compareSelect {
    width: 10%;
    margin: 0 1% 0 0
}

.task_edit .cron_group .cond .dateRangerSelect {
    width: 10%;
    margin: 0 1% 0 0
}

.task_edit .cron_group .cond .condNum {
    width: 60%;
    margin: 0 1% 0 0;
    height: 34px
}

.task_edit .cron_group .cond .condGame,
.task_edit .cron_group .cond .condDay {
    width: 30%;
    margin: 0 1% 0 0;
    height: 34px
}

.task_edit .cron_group .cond button {
    margin: 0
}

.task_edit .reward_group .reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.task_edit .reward_group .reward .rewardSelect {
    width: 15%;
    margin: 0 1% 0 0
}

.task_edit .reward_group .reward .rewardNum {
    width: 60%;
    margin: 0 1% 0 0;
    height: 34px
}

.task_edit .reward_group .reward button {
    margin: 0
}

.minigameEdit .rewardsTitle {
    display: block;
    text-align: left;
    margin: 0 0 1% !important
}

.minigameEdit .rewards div[id*=conditions] {
    text-align: left
}

.minigameEdit .rewards div[id*=conditions] .conditionSelect {
    width: 15%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=conditions] .compareSelect {
    width: 10%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=conditions] .calcSelect {
    width: 10%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=conditions] .conditionsNum {
    width: 60%;
    margin: 0 1% 0 0;
    height: 34px
}

.minigameEdit .rewards button {
    margin: 0
}

.minigameEdit .rewards div[id*=rewards] {
    text-align: left
}

.minigameEdit .rewards div[id*=rewards] .reward-group {
    background-color: #bed6d4;
    padding: 1%
}

.minigameEdit .rewards div[id*=rewards] .reward-group .rewardSelect {
    width: 10%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=rewards] .reward-group .rewardNum {
    width: 60%;
    margin: 0 1% 0 0;
    height: 34px
}

.minigameEdit .rewards div[id*=rewards] .reward-group .valueWrap {
    width: 20%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=rewards] .reward-group .checkTimesWrap {
    width: 20%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=rewards] .reward-group .rewardCondType {
    width: 10%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=rewards] .reward-group .rewardCondCalcType {
    width: 10%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=rewards] .reward-group .rewardCondValueWrap {
    width: 20%;
    margin: 0 1% 0 0
}

.minigameEdit .rewards div[id*=rewards] .reward-group .receivingCondition {
    margin: 1% 0
}

.showDashboard-view .admin_dashboard_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px 10px
}

.showDashboard-view .admin_dashboard_info>div {
    width: 23%;
    margin: 1%
}

.terminal_index .panel-heading,
.messageReply-view .panel-heading {
    border-color: #33cabb;
    color: #fff;
    background-color: #33cabb;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    padding: 15px 10px 15px 20px
}

.admin_group_info-view .setupWrap {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 1% 0 2% 1%;
    grid-auto-rows: auto;
    grid-auto-columns: 100%;
    grid-template-columns: repeat(1, 1fr)
}

.admin_group_info-view .setupWrap .panel {
    margin: 0 1% 1% 0
}

.admin_group_info-view .setupWrap .panel .panel-heading {
    padding: 15px 0 10px 15px
}

.admin_group_info-view .setupWrap .panel .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.admin_group_info-view .setupWrap .panel .list-group .list-group-item {
    background-color: unset;
    color: #333;
    border: none;
    width: 200px;
    text-align: left
}

.admin_group_info-view .setupWrap .panel .list-group .list-group-item input[type*=checkbox] {
    vertical-align: bottom
}

.terminal_index .panel-footer button.btn {
    padding: 6px 20px 6px 12px;
    margin: 0 1% 0 0
}

.terminal_index .panel-footer button i {
    margin: 0 10% 0 0
}

.messageReply-view form div button:first-of-type {
    margin: 0 1% 0 0
}

.messageReply-view form input[id*=messageout] {
    text-align: left;
    padding: 0 0 0 1%
}

.messageReply-view .identityBubble {
    width: 10%;
    margin: 0 0 0 4%
}

.messageReply-view .identityBubble .membersPhoto {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    margin: 0 auto 5%;
    width: 75%;
    border: 1px solid #000
}

.messageReply-view .identityBubble .membersName {
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #33cabb
}

.messageReply-view .takeBubble {
    background-color: #e4f0ef;
    border-radius: 10px;
    width: 90%;
    padding: 1% 2%;
    word-break: break-all;
    position: relative
}

.messageReply-view .takeBubble p {
    color: #000;
    margin: 0;
    font-size: 1vmax
}

.messageReply-view .takeBubble::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 20px;
    content: "";
    height: 0px;
    position: absolute;
    top: 25px;
    left: -40px;
    width: 0px
}

.messageReply-view .takeBubble::after {
    border-color: #e4f0ef rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4f0ef;
    border-style: solid solid solid solid;
    border-width: 10px 20px;
    content: "";
    height: 0px;
    position: absolute;
    top: 25px;
    right: -25px;
    width: 0px
}

.messageReply-view .msgtime {
    position: absolute;
    color: #8f8f8f;
    font-size: 12px;
    bottom: -23px;
    left: 0
}

.messageReply-view .fromUs .identityBubble {
    margin: 0 4% 0 0
}

.messageReply-view .fromUs .takeBubble::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.messageReply-view .fromUs .takeBubble::after {
    border-color: #e4f0ef #e4f0ef rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: unset;
    left: -25px
}

.messageReply-view .fromUs .msgtime {
    left: unset;
    right: 0
}

.showMemberVIPList-view table.vipSetup tbody tr td:nth-of-type(1) {
    width: 15%
}

.showMemberVIPList-view table.vipSetup tbody tr td:nth-of-type(2) {
    width: 10%
}

.showMemberVIPList-view table.vipSetup tbody tr td div p {
    margin: 0 20px 0 0;
    -ms-flex-item-align: center;
    align-self: center
}

.showMemberVIPList-view table.vipSetup tbody tr td div .input-group {
    margin: 0 10px
}

.showMemberVIPList-view table.vipSetup tbody tr td div .form-control {
    text-align: inherit;
    padding: 5px;
    height: 34px;
    font-size: 13px
}

.showMemberDisabled-view .input-group {
    width: 20%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.showMemberDisabled-view .input-group input {
    width: 60%
}

.showMemberDisabled-view .input-group span {
    width: 40%;
    line-height: 20px;
    padding: 6px
}

.reconcile-view table {
    table-layout: fixed
}

.reconcile-view table thead th {
    text-align: center
}

.reconcile-view table tbody td {
    text-align: center
}

.reconcile-view table tbody td b {
    font-size: 21px;
    color: #ff7d00
}

.reconcile-view table tbody td b.totle {
    color: red
}

.reconcile-view table tfoot ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 1% 3%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.reconcile-view table tfoot ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 12%
}

.reconcile-view table tfoot ul li::after {
    content: "-";
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 40px;
    color: #33cabb
}

.reconcile-view table tfoot ul li:nth-of-type(1)::after {
    content: "+"
}
.reconcile-view table tfoot ul li:nth-of-type(2)::after {
    content: "+"
}

.reconcile-view table tfoot ul li:nth-of-type(7)::after {
    content: "="
}

.reconcile-view table tfoot ul li:last-of-type::after {
    content: unset
}

.reconcile-view table tfoot ul li span {
    text-align: center
}

.reconcile-view table tfoot ul li span h3 {
    font-size: 18px
}

.reconcile-view table tfoot ul li span p {
    font-size: 18px
}

.reconcile-view table tfoot ul li span b.totle {
    font-size: 18px;
    color: red
}

.walletList-view table tbody td b {
    font-size: 21px;
    color: #ff7d00
}

.walletList-view table tbody td b.totle {
    color: red
}

.walletList-view table tbody td .check_out_list {
    right: -23px !important
}

.showAdminList-view .row>div>.btn-group:first-of-type {
    margin: 0 1% 0 0
}

.messageList-view .newMsgNum {
    width: unset !important
}

.messageList-view .messageList_title {
    width: 15%;
    min-width: 150px
}

.messageList-view .messageList_title p {
    -webkit-line-clamp: 2;
    height: 40px
}

.messageList-view .messageList_content {
    width: 30%;
    min-width: 300px
}

.messageList-view .messageList_content p {
    -webkit-line-clamp: 1;
    height: auto
}

.messageList-view table {
    table-layout: auto
}

.messageList-view table td p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
    word-break: break-all;
    white-space: break-spaces
}

.messageList-view table td:last-of-type {
    text-align: center;
    white-space: nowrap;
    width: 10%;
    min-width: 160px
}

.carousel_index table {
    table-layout: auto
}

.carousel_index table td {
    word-break: keep-all;
    white-space: nowrap
}

.carousel_index table td:last-of-type {
    text-align: center;
    white-space: nowrap;
    width: 10%;
    min-width: 100px
}

.showBranchRetreatConfig-view div[id*=config] ul {
    margin: 0 0 0 1%
}

.showBranchRetreatConfig-view div[id*=config] ul li {
    padding: 0;
    margin: 1% .5% 0 0 !important;
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.showBranchRetreatConfig-view div[id*=config] ul li input {
    padding: 0;
    margin: 0 3% 0 0;
    position: unset;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.showBranchRetreatConfig-view div[id*=config] ul li input+p {
    margin: -4px 0 0;
    padding: 0;
    width: 285px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    white-space: normal
}

.showMemberList-view table {
    table-layout: auto;
    white-space: nowrap
}

.showMemberList-view table tr:nth-of-type(1n+8) ul.check_out_list {
    top: unset;
    bottom: 0
}

.consignment_info-view .selectize-input {
    width: 176px
}

.showBranchGameSwitchEdit-view form div button:first-of-type {
    margin: 0 10px 0 0
}

.showBranchGameSwitchEdit-view table tr td[rowspan] {
    background-color: #bed6d4;
    text-align: center;
    border: 1px solid #f5f6fa
}

.dateSearchBtn {
    padding: 0 3px;
    line-height: 0px;
    margin: 0 1%;
    height: 34px
}

.waves-effect .closed,
.waves-effect .burger {
    display: none;
}

.waves-effect .left,
.waves-effect.menu-clicked .right {
    display: flex;
    justify-content: center;
}

.waves-effect .right,
.waves-effect.menu-clicked .left {
    display: none;
}

.topLeftSwitch button.btn {
    display: none;
}

table.dataTable {
    width: 100% !important;
    min-width: 900px;
}

.navbar-nav>li {
    float: left;
    width: 100%;
}

@media(min-width: 768px) {
    .modal-dialog {
        margin: 15% auto
    }
}

@media screen and (max-width: 768px) {

    .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }

    body main table tr td .form-control {
        width: 100%;
    }

    #listTables {
        margin-bottom: 14px;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination,
    .pagination {
        display: flex;
        margin: 10px 0;
        width: 100%;
        justify-content: center;
    }

    .topLeftSwitch button.btn {
        display: flex;
        position: fixed !important;
    }

    .layout-wrapper header nav ul {
        width: 100%;
    }

    body:not([data-topbar=dark]) .navbar-brand-box {
        display: none;
    }

    body main table tr td {
        text-align: left;
        white-space: wrap;
    }

    .waves-effect .left,
    .waves-effect .right {
        display: none !important;
    }

    .waves-effect .closed,
    .waves-effect.menu-clicked .burger {
        display: flex;
        justify-content: center;
    }

    .waves-effect .burger,
    .waves-effect.menu-clicked .closed {
        display: none;
    }

    .outsideWrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .dateSearchWrap {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-right: none;
        padding-right: 0;
        margin-bottom: 2%
    }

    .optionWrap {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .loginPage main {
        width: 60%
    }

    .showDashboard-view .admin_dashboard_info>div {
        width: 49%;
        margin: 1% 0;
    }

    .panel-primary>.panel-heading {
        padding: 15px;
    }

    #side-wrapper {
        padding-bottom: 5%
    }

    .navbar-brand-box {
        margin-left: -190px
    }

    .layout-wrapper header nav ul.topRightOption li {
        margin: 0 5%;
    }

    .layout-wrapper header nav ul.topRightOption>li>a b {
        display: none
    }

    ul#payTab li {
        margin: 0 5px 0 3px;
    }

    /* ul.side-nav {
        left: 0
    } */

    .main-wrapper {
        zoom: 0.9;
    }

    #page-wrapper {
        padding: 1px 4px 0 1px;
        top: -13px;
    }

    .page-header {
        font-size: 20px;
        /* margin-left: -15px; */
        font-weight: 900;
    }

    .showDashboard-view .admin_dashboard_info {
        padding: 0 0 13px 0;
        justify-content: space-between;
    }

    /* FORM SETTING */
    div.row.flexBlockRight {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        zoom: 0.9;
        padding: 0;
        /* display: block; */
        margin: 0;
        justify-content: space-between;
    }

    .flexBlockCenter {
        zoom: 0.9;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .btn-primary {
        margin: 0 3px;
    }

    body main table .colsticky {
        padding: 0;
    }

    .pagination-info {
        text-wrap: nowrap;
    }

    #pagination0 {
        margin: 0;
        width: 100%;
        padding: 0;
        text-align-last: center;
    }

    form,
    .tablewrap {
        zoom: 0.9;
    }

    /* .btn.btn-primary,
    .btn.btn-primary:hover,
    .btn.btn-primary:active,
    .btn.btn-primary:focus,
    .btn.btn-primary.active {
        position: initial !important;
        display: block !important;
    } */

    .topLeftSwitch button.btn:hover {
        position: fixed !important;
        display: flex !important;
    }

    .wordNoBreak+select,
    .wordNoBreak+input {
        margin: 0 3px;
        width: auto;
    }

    div.row.flexBlockRight div.text-right.flexBlockRight {
        margin: 5px 0;
    }

    .loginPage main {
        width: 70%
    }

    .fixNavbar-top {
        height: 38px;
        padding: 0 3px 0 0;
        align-items: end;
        background-color: #173d38;
    }

    /* ul.side-nav {
        width: 100%;
    } */

    ul.side-nav>li ul[id*=left_sub_menu_] li a {
        padding: 10px 0 7px 12px !important;
    }

    #side-wrapper {
        padding-bottom: 5%;
        overflow: auto;
        background-color: #5b5b5b;
        position: fixed;
        z-index: 999;
        top: 42px;
        left: 0;
        margin: 0;
        border: 0;
        height: 100%;
        width: 100%;
        font-size: 16px;
    }

    ul#payTab {
        padding: 11px 0 0;
        width: 100%;
        overflow: auto;
        height: 50px;
        border-bottom: 2px solid #000;
    }

    ul#payTab li a {
        font-size: 17px;
        display: flex;
        font-weight: 900;
        align-items: center;
    }

    ul.side-nav>li a[id*=left_menu_] figure {
        margin: 0;
        margin-left: 8px;
    }

    ul.side-nav>li ul[id*=left_sub_menu_] li {
        margin: 0 0 0 4px;
    }

    #side-wrapper.navSwitch {
        left: -80px;
        width: 80px;
    }

    #page-wrapper>nav.nav {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 48px;
    }

    ul.side-nav.navSwitch li a[id*=left_menu_] {
        width: 100%;
        padding: 7px 0px;
        border-right: 0 #fff solid;
        display: block !important;
    }

    #page-wrapper.contentSwitch {
        padding: 1px 4px 0 1px;
        top: -13px;
    }

    nav.fixNavbar-top ul li>button,
    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        z-index: 999;
        display: block;
        position: static;
        top: 0;
        left: 0;
        background-color: #30cab8 !important;
        border: 0px solid #f3f3f3 !important;
        color: #232323 !important;
        align-items: center;
        height: 38px;
        border-radius: 0;
    }

    ul.side-nav>li ul[id*=left_sub_menu_]::after {
        display: none;
    }

    .layout-wrapper header nav ul.topRightOption li a {
        color: #fff;
    }

    .dropdown.d-inline-block .dropdown-menu li a {
        color: #2a2a2a;
    }

    .panel-heading .row>div.col-xs-3 {
        display: none;
    }

    .col-xs-12.text-right {
        padding: 0;
    }

    .container-fluid .col-lg-6 {
        padding: 0;
    }

}

/* CUSTOM FIX JB */
input {
    width: auto;
}

.form-inline .input-group>.form-control {
    width: auto;
}

.form-group {
    display: flex;
}

.task_edit .cron_group .cond .condNum {
    width: auto;
}

.task_edit .reward_group .reward .rewardNum {
    width: auto;
}

.input-group {
    width: auto;
}

.minigameEdit .rewards div[id*=conditions] .conditionsNum {
    width: auto;
}

.minigameEdit .rewards div[id*=rewards] .reward-group .receivingCondition {
    margin: 11px auto;
    display: flex;
    align-items: center;
}

.minigameEdit .rewardsTitle {
    margin: 0 10px 0 0 !important;
}

.form-group {
    align-items: center;
}

.minigameEdit .rewards div[id*=rewards] .reward-group {
    display: block;
}

.dashboard-custom .panel-heading {
    height: 100%;
    min-height: 133px;
}

.dashboard-custom .panel-heading div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    width: 100%;
}

.dashboard-custom .panel .row .col-xs-12.text-right {
    width: calc(100% - 55px);
    padding: 0;
}

.dashboard-custom .panel .row .col-xs-12.text-right.baseliner {
    width: 100%;
    display: flex;
    /* background-color: #00000080; */
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 2px solid #00000049;
    margin-top: 10px;
    margin-bottom: -14px;
}

.dashboard-custom .panel .row .col-xs-12.text-right.baseliner .huge {
    font-size: 18px;
}

.bootstrap-datetimepicker-widget {
    list-style: none;
    z-index: 9;
    zoom: 0.9;
    display: block;
}

/* CUSTOM FIX JB */
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 5px;
}