.wanscake-inscription-box {
    margin-top: 8px;
    padding: 10px 12px;
    background: #E8FAFA;
    border-left: 4px solid #33CCCC;
    border-radius: 4px;
}

.wanscake-inscription-label {
    display: block;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}

.wanscake-inscription-text {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #33CCCC;
    line-height: 1.4;
}

.wanscake-pickup-box {
    margin-top: 8px;
    padding: 10px 12px;
    background: #f0fff4;
    border-left: 4px solid #00a65a;
    border-radius: 4px;
}

.wanscake-pickup-label {
    display: block;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.wanscake-pickup-row {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.sell-details-page .box {
    border-top: 3px solid #33CCCC;
}

.sell-details-page .table > thead > tr > th {
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.sell-details-page .table-responsive {
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

a.wanscake-dash-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

a.wanscake-dash-link:hover .info-box-new-style {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

a.wanscake-dash-link .info-box-icon,
a.wanscake-dash-link .info-box-icon i {
    color: #fff;
}

.info-box-icon.wanscake-icon-pink {
    background: #33CCCC;
}

.wanscake-production-tabs.nav-tabs-custom {
    box-shadow: none;
    border: 1px solid #e3e6ea;
    border-radius: 4px;
    background: #fff;
}

.wanscake-production-tabs.nav-tabs-custom > .nav-tabs {
    border-bottom: 1px solid #e3e6ea;
    padding: 0 8px;
}

.wanscake-production-tabs.nav-tabs-custom > .nav-tabs > li > a {
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #555;
    font-weight: 600;
    padding: 14px 18px;
}

.wanscake-production-tabs.nav-tabs-custom > .nav-tabs > li.active > a,
.wanscake-production-tabs.nav-tabs-custom > .nav-tabs > li.active > a:hover,
.wanscake-production-tabs.nav-tabs-custom > .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #3c8dbc;
    color: #3c8dbc;
    background: transparent;
}

.wanscake-production-tabs .tab-content {
    padding: 15px;
}

.wanscake-production-toolbar {
    margin-bottom: 12px;
}
