/**
 * Payment Period Button Styles
 * Delta Kurs Otomasyonu - Gelir Gider Modülü
 * @version 1.0.0
 * @author selcukmart
 * 
 * Bootstrap 3 + Metronic 4 uyumlu ödeme periyodu buton stilleri
 */

/* Container */
.payment-period-options {
    margin-top: 10px;
}

/* Button Base Styles */
.payment-period-btn {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #e7ecf1 !important;
    margin-bottom: 8px;
    padding: 10px 15px;
    text-align: left;
    width: 250px;
    display: block;
}

/* Hover Effect */
.payment-period-btn:hover {
    background-color: #f8f9fa;
    border-color: #3598dc !important;
    transform: translateX(3px);
}

/* Active State - Seçili Buton */
.payment-period-btn.active {
    background-color: #3598dc !important;
    color: #ffffff !important;
    border-color: #3598dc !important;
    box-shadow: 0 2px 5px rgba(53, 152, 220, 0.3);
}

/* Active State - İkonlar */
.payment-period-btn.active i {
    color: #ffffff !important;
}

/* Radio Button */
.payment-period-btn input[type="radio"] {
    margin-right: 8px;
    vertical-align: middle;
}

/* Responsive - Mobil Cihazlar */
@media (max-width: 768px) {
    .payment-period-btn {
        width: 100%;
    }
}

/* ============================================
   Ödeme Planı Satırları - Payment Plan Rows
   ============================================ */

/* Satır Aralığı */
.payment-plan-row {
    margin-bottom: 10px;
}

/* Datepicker Button - Cursor Pointer */
.datepicker_here_btn {
    cursor: pointer;
}

/* Add/Remove Button Container */
.payment-plan-row .input-group-addon[data-table] {
    padding: 5px;
}

/* Taksit Number Label */
.payment-plan-row .label-info {
    padding: 8px;
    display: inline-block;
    width: 100%;
}

/* Top Row Spacing - Başlangıç Tarihi ve Toplu Tutar Güncelleme */
.portlet-body > .row:first-child {
    margin-bottom: 20px;
}
