.betrecord-page table thead tr th {
    white-space: nowrap
}

.betrecord-page .table>tbody>tr:hover>td {
    background: #fef3b9 !important
}

.betrecord-page tfoot {
    text-align: center;
    background: #dfdfdf
}

.betrecord-page .table-striped>tbody>tr:nth-child(odd)>td,
.betrecord-page .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.betrecord-page form fieldset {
    padding: 0 4px;
    text-align: center;
    border: 1px solid silver
}

.betrecord-page .form-horizontal .form-group {
    display: inline-block;
    width: 450px;
    height: 40px;
    margin: 0
}

.betrecord-page .control-div>input {
    width: 150px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #fff;
    border: 1px solid silver
}

.betrecord-page .form-group {
    float: left;
    width: 50%;
    line-height: 32px
}

.betrecord-page .form-group .control-label {
    width: auto;
    width: initial
}

.betrecord-page .form-group .control-div {
    width: auto;
    width: initial
}

.betrecord-page .tol {
    color: #a94442
}

#betDialog {
    display: none;
    font-size: 14px
}

.betrecord-page .row {
    display: inline-block;
    width: 100%;
    margin: 6px 0;
    padding: 0 54px 0 18px;
    line-height: 30px;
    text-align: right
}

.betrecord-page .check-inline {
    margin: 0 5px;
    cursor: pointer
}

.betrecord-page .search {
    font-size: 15px;
    font-weight: bold
}

.btn_search {
    width: 70px;
    height: 27px;
    background: url('/static/image/btn_01.png') 0 0 no-repeat;
    border: none
}

.btn_search:hover {
    background: url('/static/image/btn_02.png') 0 0 no-repeat
}

.btn_group {
    display: block;
    vertical-align: top;
    margin: 10px auto
}

.btn_group:before,
.btn_group:after {
    display: table;
    content: ''
}

.btn_group:after {
    clear: both
}

.btn_group button {
    float: left;
    background-color: transparent;
    border: 1px solid #666
}

.btn_group button:first-child {
    border-right: none;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn_group button:last-child {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.game-type {
    padding: 0 36px 0 17px
}

.game-type>.control-div {
    position: relative;
    height: 33px
}

.game-type>.control-div>.input {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 33px;
    margin-right: 5px;
    padding-left: 17px;
    line-height: 33px;
    text-align: left;
    background: #fff;
    border: 1px solid silver
}

.game-type>.control-div>.input:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border-color: #5f5f5f transparent transparent transparent;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    line-height: 0
}

.game-type>.control-div>.fa-spinner {
    display: inline-block;
    line-height: 33px;
    vertical-align: top
}

.game-type ul[custom-dropdown] {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 999;
    width: 150px;
    max-height: 250px;
    color: #333;
    font-size: 0;
    background: #fff;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    overflow: auto
}

.game-type ul[custom-dropdown]>li {
    padding-left: 17px;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 25px
}

.game-type ul[custom-dropdown]>li:hover {
    color: #fff;
    background-color: #1e90ff
}

#title .toggle-width {
    float: left
}

#member-center.partial-width #bet_record form fieldset {
    padding: 0 5px
}

#member-center.partial-width #bet_record .form-group .control-label {
    height: auto
}

#member-center.partial-width #bet_record .control-div>input {
    width: 130px
}

#member-center.partial-width #bet_record .game-type {
    padding: 0 36px 0 0
}