/**
 * Makbuz Listeleme - Custom Styles
 * Delta Kurs Otomasyonu
 * @author Delta System
 * @version 1.0
 * @since 2025-01-20
 */

/* Tarih Blok Stilleri */
.mc-date-block {
    background: #f5f5f5;
    padding: 3px;
    text-align: center;
    border-radius: 4px;
    width: 80px;
}

.mc-date-block .mc-day {
    font-size: 21px;
    font-weight: bold;
    color: #333;
}

.mc-date-block .mc-month {
    font-size: 13px;
    text-transform: uppercase;
    color: #4db3a4;
}

.mc-date-block .mc-year {
    font-size: 11px;
    color: #666;
}

.mc-date-block .mc-time {
    margin-top: 3px;
    font-size: 11px;
    color: #888;
    border-top: 1px solid #ddd;
    padding-top: 2px;
}

/* Kullanıcı Profil Stilleri */
.mc-user-profile .mc-user-info {
    padding: 5px;
}

.mc-user-profile .mc-user-name {
    margin-bottom: 5px;
}

.mc-user-profile .mc-user-contact {
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

/* Fiyatlandırma Stilleri */
.mc-pricing-content .mc-price-column-container {
    padding: 0;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid;
    border-color: #e1e7ec;
}

.mc-pricing-content .mc-price-table-head {
    padding: 5px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.mc-pricing-content .mc-price-table-head h2 {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.mc-pricing-content .mc-arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    margin: 0 auto;
}

.mc-pricing-content .mc-price-table-content {
    padding: 5px;
}

/* Renk Temaları */
.mc-bg-green {
    background-color: #36c6d3 !important;
}

.mc-border-green {
    border-color: #36c6d3 !important;
}

.mc-border-top-green {
    border-top-color: #36c6d3 !important;
}

/* Ribbon Stilleri */
.mc-ribbon-wrapper .ribbon-content {
    margin: 0;
    padding: 10px;
}

.mc-ribbon-wrapper .mc-ribbon {
    position: relative;
    margin-bottom: 15px;
    padding: 5px 10px;
    display: block;
    font-weight: bold;
}

.mc-ribbon-wrapper .mc-ribbon-shadow {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

.mc-ribbon-wrapper .mc-ribbon.mc-ribbon-primary {
    background-color: #337ab7;
    color: #fff;
}

.mc-ribbon-wrapper .mc-ribbon-shadow:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -10px;
    top: 0;
    border-right: 10px solid transparent;
    border-top: 20px solid #555;
}

/* Not Kutusu Stilleri */
.mc-note {
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 4px;
}

.mc-note h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
}

.mc-note.mc-note-danger {
    background-color: #fbe1e3;
    border-color: #e73d4a;
    color: #e73d4a;
}

.mc-note.mc-note-danger h4 {
    color: #e73d4a;
}

/* Ödeme Makbuzu Stilleri */
.mc-payment-receipt-display .thumbnail {
    transition: all 0.3s ease;
    cursor: pointer;
}

.mc-payment-receipt-display .thumbnail:hover {
    border-color: #337ab7;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: scale(1.05);
}

.mc-payment-receipt-display .btn-xs {
    padding: 3px 8px;
    font-size: 11px;
}

/* İyi Bölüm Stilleri */
.mc-well {
    margin-top: 10px;
    margin-bottom: 0;
}

.mc-well .caption-subject {
    font-weight: 600;
}
