.btn-outline-primary {
    background-color: #fff;
    border-color: #ccc;
    color: #0f5d9b;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0f5d9b;
    border-color: #0f5d9b;
}
.trade-calendar {
    padding: 20px;
}
.trade-calendar .tit {
    padding-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #d6dce3;
}
.calendar-wrap {
    margin: 20px 0;
    width: 350px;
}
.calendar-wrap .tit {
    height: 52px;
    padding: 11px 20px;
    background-color: #0f5d9b;
    color: #fff;
    font-size: 18px;
}
.calendar-wrap .tit .prev-icon,
.calendar-wrap .tit .next-icon {
    margin-top: 5px;
    width: 15.4px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(up.png);
    background-size: 15.4px 8.6px;
    cursor: pointer;
    transform-origin: center center;
}
.calendar-wrap .tit .prev-icon {
    transform: rotate(-90deg);
}
.calendar-wrap .tit .next-icon {
    display: none;
    transform: rotate(90deg);
}

.calendar-wrap .select-contanier .bootstrap-select {
    width: 85px !important;
}
.calendar-wrap .select-contanier .dropdown-toggle {
    padding: 0 15px;
    background-color: #0f5d9b;
    border: none;
    color: #fff;
}
.calendar-wrap .select-contanier .dropdown-toggle:focus,
.calendar-wrap .select-contanier .dropdown-toggle:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}
.cutline {
    margin: 20px 0;
    font-size: 14px;
}
.cutline span {
    margin-right: 30px;
}
.cutline i {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}
.cutline i.white {
    background-color: #fff;
    border: 1px solid #ccc;
}
.cutline i.gray {
    background-color: #ddd;
}
.table-contanier {
    width: 100%;
    border: 1px solid #d6dce3;
}
.calendar-table {
    width: 100%;
    font-size: 16px;
}
.calendar-table td,
.calendar-table th {
    font-size: 14px;
    display: inline-block;
    width: 14.28%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px dashed #d6dce3;
}

.calendar-table td.disable {
    cursor: default;
    color: #999;
}
.calendar-table td.today {
    border: 2px solid #e62842;
}

.calendar-table td.not-trade-day:not(.disable) {
    background-color: #eee;
    cursor: default;
    color: #999;
}