.anal-wrapper {
    border: 1px solid #ddd;
    border-bottom: 0px;
}
#searchForm b {
    font-size: 16px;
    color: black;
}
#searchForm input {
    padding: 6px 8px;
    width: 100px;
}
#searchForm button {
    border-radius: 0px;
}
#searchForm .period-check,
.pattern-check,
.odd-check {
    padding-left: 0px;
}
#searchForm .period-check li,
.odd-check li,
.pattern-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),
.odd-check li:nth-child(1),
.pattern-check li:nth-child(1) {
    border-left: 1px solid #ddd;
}
#searchForm .period-check li.active,
.odd-check li.active,
.pattern-check li.active {
    background: #8c8c8c;
    color: white;
}
.search-section {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #F2F2F7;
}
.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: rgb(231, 76, 60) !important;
}
.text-red1 {
    color: rgb(192, 57, 43) !important;
}

.text-blue {
    color: rgb(52, 152, 219) !important;
}
.text-blue1 {
    color: rgb(41, 128, 185) !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;
    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: 46%;
    text-align: center;
    padding: 16px 10px;
    background-color: #f2f2f7;
    text-align: left;
}

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

.item {
    float: left;
    display: table-cell;
    width: 25%;
    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;
}

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

.round-result .chart .pie-chart {
    min-height: 250px;
}

table.tbl-round-pladder tbody > tr > td{
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

table.tbl-round-pladder tbody > tr > td > p{
    margin-bottom: 0px;
    text-align: center;
}

table.tbl-round-pladder tbody > tr > td > p.bottom-line{
    height: 5px;
    position: relative;
    bottom: 0px;
}
table.tbl-round-pladder tbody > tr > td > p.top-line{
    height: 5px;
    position: relative;
    top: 0px;
}
table.tbl-round-pladder tbody > tr > td > p.bg-blue{
    background-color: #3498db;
}
table.tbl-round-pladder tbody > tr > td > p.bg-red{
    background-color: #e74c3c;
}

table.tbl-round2 tbody > tr:nth-child(2) > td{
    padding-bottom: 0px;
    padding-top: 4px;
}
table.tbl-round2 tbody > tr:nth-child(3) > td{
    padding-top: 0px;
    padding-bottom: 4px;
}

.tbl-round-pladder td > span.circle.strong {
    padding: 12px 8px;
    border-radius: 50%;
}

table.tbl-round-pladder tbody > tr > td input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 10px;
}

span.sm-badge-0 {
    border-radius: 50%;
    background-color: #000;
    padding: 0px 3px;
    display: inline-block;
    color: white;
    font-size: 10px;
    position: relative;
    left: -30px;
    top: -6px;
}
span.sm-badge-1 {
    border-radius: 50%;
    background-color: #000;
    padding: 0px 3px;
    display: inline-block;
    color: white;
    font-size: 10px;
    position: relative;
    left: -8px;
    top: -9px;
}

span.sm-badge-0 > p,
span.sm-badge-1 > p{
    width: 7px;
    height: 12px;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
}
table.tbl-custom > thead > tr > th:first-child{
    min-width: 50px;;
}

table.tbl-custom > thead > tr > th:nth-child(5){
    min-width: 50px;
}

table.tbl-custom > thead > tr > th:nth-child(2){
    min-width: 130px;
}

table.tbl-custom > tbody > tr > td > span{
    display: block;
    margin-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
}

table.tbl-custom > tbody > tr > td > span.border{
    padding: 5px 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    width: 65px;
}

table.tbl-custom > tbody > tr > td{
    text-align: center;
}

table.tbl-custom tbody > tr > td input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}