select {
    background: white;
}
.anal-wrapper {
    border: 1px solid #ddd;
    border-bottom: 0px;
    border-radius: 12px;
}
#searchForm b {
    font-size: 16px;
    color: black;
}
#searchForm input {
    padding: 6px 8px;
    width: 100px;
}
#searchForm button {
    border-radius: 0px;
}
#searchForm .period-check {
    padding-left: 0px;
}
#searchForm .period-check li {
    list-style: none;
    padding: 7px 13px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    background: white;
    cursor: pointer;
}
#searchForm .period-check li:nth-child(1) {
    border-left: 1px solid #ddd;
}
#searchForm .period-check li.active {
    background: #8c8c8c;
    color: white;
}
.search-section {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #F2F2F7;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.search-section input[type='radio'] {
    margin-left: 20px;
}
.search-check {
    float: left;
    margin-right: 20px;
}
.search-check span {
    margin-left: 5px;
}
.fs-16 {
    font-size: 16px;
}

.anal-header {
    background: #F2F2F7;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #ddd;
}
.anal-header p {
    text-align: center;
    margin-bottom: 0px;
}
.text-red {
    color: red !important;
}
.text-blue {
    color: blue !important;
}
.text-green {
    color: green !important;
}
.day-check {
    margin-left: 15px;
    padding: 8px 13px;
    background: white;
    cursor: pointer;
    border: 1px solid #a9a9a9;
    vertical-align: middle;
}
#searchForm .prev, #searchForm .next{
    cursor: pointer;
    padding: 0px 5px;
    font-size: 16px;
    color: black;
}
#searchForm .prev:hover, #searchForm .next:hover {
    color: #0a0a0a;
}
.round{
    font-size: 23px;
    text-align: center;
}

.round > span{
    cursor: pointer;
}

.round-select span{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgb(169, 169, 169);
    background: white;
    color: #757b87;
    padding-top: 8px;
    padding-bottom: 9px;
    cursor: pointer;
}

.round-select select{
    padding: 4px 8px;
    font-size: 13px;
    padding-bottom: 10px;
    width: 80px;
}

.round-check{
    line-height: 34px;
}

p.current-round{
    display: inline-block;
}

.round-select .start-round,
.round-select .end-round{
    width: 90px;
}
.b-1 {
    border: 1px solid #ddd;
}
.p-10 {
    padding: 10px;
}
.today-pattern-table th {
    min-width: 50px;
}
.today-pattern-table th, .today-pattern-table td {
    text-align: center;
    vertical-align: middle !important;
    padding: 8px 4px !important;
}
.pattern-wrapper {
    position: absolute;
    top: 0px;
    left: 59px;
    background: white;
}
.pattern-wrapper th, .pattern-wrapper td {
    padding: 8px 5px !important;
    text-align: center;
    border: 1px solid #666 !important;
}
.pattern-wrapper th {
    background: #ddd;
}

.round-result .nav>li.active>a {
    text-decoration: none;
    background-color: rgb(123, 123, 123)!important;
    color: white!important;
    border-bottom: none;
}

.round-result .nav>li>a {
    border-radius: 0;
}
.round-result .nav>li>a {
    padding: 8px 0;
}

.round-result .tab-top{
    padding: 10px;
    margin-top: 20px;
    background-color: #f2f2f7;
    border: 1px solid #ddd;
}

.tbl-round tr:first-child > td,
.tbl-round tr > td:first-child{
    background-color: #f2f2f7;
}

.tbl-round td{
    vertical-align: middle!important;
    /* border: none!important; */
    border: 1px solid #ddd;
    text-align: center;
    min-width: 40px;
}

.tbl-round tr:first-child > td{
    padding: 20px 0px;
}

.tbl-round td > span.circle.strong{
    padding: 12px 8px;
    border-radius: 50%;
}
.pattern-table th, .pattern-table td {
    text-align: center;
    vertical-align: middle !important;
    padding: 8px 4px !important;
    min-width: 40px;
}

.notice-section{
    margin-top: 10px;
    padding: 10px 10px;
}

.graph-title{
    float: left;
    width: 18%;
    text-align: center;
    padding: 16px 10px;
    background-color: #f2f2f7;
}

.graph-field {
    float: left;
    /* display: table-cell; */
    width: 16%;
    text-align: center;
    padding: 16px 10px;
    background-color: #f2f2f7;
}

.item {
    float: left;
    display: table-cell;
    width: 20%;
    text-align: center;
    padding: 16px 10px;
    background-color: #f2f2f7;
    border-top: 1px solid #ddd;
}

.tbl-hitting td{
    text-align: center;
    padding: 20px 10px!important;
}
table.table.tbl-hitting {
    border-bottom: 1px solid #ddd;
}

table.table.tbl-hitting tr:last-child > td{
    border-top: 1px solid #f5f5f5;
}
table.table.tbl-hitting tr > td:not(:last-child){
    border-right: 1px solid #ddd;
}
.graph-section {
    margin-top: 10px;
    border: 1px solid #ddd;
}

span.round-rect {
    padding: 0px 6px;
    border-radius: 10px;
    font-size: 10px;
    margin-right: 4px;
}
span.border{
    border: 1px solid;
}

.table-section{
    margin-top: 10px;
}

.table-caption{
    background-color: #f2f2f7;
    border: 1px solid #ddd;
    border-bottom: none;
    padding-top: 14px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

table.tbl-result{
    border: 1px solid #ddd;    
}

table.tbl-result > thead > tr > th{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-width: 1px;
    text-align: center;
    background-color: #f2f2f7;
    vertical-align: middle;
}
table > thead > tr > th{
    font-size: 12px;
}
span.circle {
    padding: 5px 1px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
    letter-spacing: -1px;
}

table.tbl-result > tbody > tr.strong{
    border: 2px solid #000;
}

table.tbl-result > tbody > tr > td{
    vertical-align: middle;
    text-align: center;
}

table.tbl-result > tbody > tr > td:first-child{
    background-color: #f2f2f7;
}

#searchForm .pattern-check, 
#searchForm .type-check{
    padding-left: 0px;
}
#searchForm .pattern-check li,
#searchForm .type-check li {
    list-style: none;
    padding: 7px 6px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    background: white;
    cursor: pointer;
    letter-spacing: -1px;
}
#searchForm .pattern-check li:nth-child(1),
#searchForm .type-check li:nth-child(1) {
    border-left: 1px solid #ddd;
}
#searchForm .pattern-check li.active,
#searchForm .type-check li.active {
    background: #8c8c8c;
    color: white;
}
.p-t-5 {
    padding-top: 5px;
}
.pick-table th, .pick-table td {
    vertical-align: middle !important;
    text-align: center;
}
.img-chat {
    width: 30px;
    cursor: pointer;
}
#round_table td{
    text-align: center;
    height: 50px;
    vertical-align: middle;
}
#round_table td > span.circle.strong{
    padding: 12px 8px;
    border-radius: 50%;
}