

/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-plan-spes-table/style.css?17878379181466*/
.admission-table-section {
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.table-header-blue {
    background-color: #2b6ce2;
    color: #fff;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 16px;
}

.table-responsive {
    overflow-x: auto;
}

.admission-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 13px;
}

.admission-table th {
    background-color: #f8f9fa;
    color: #5d7391;
    text-align: left;
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    font-weight: 500;
}

.admission-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #f1f3f5;
    line-height: 1.4;
    vertical-align: top;
}

.admission-table tbody tr:hover {
    background-color: #fcfdfe;
}

/* Стили колонок */
.col-code { white-space: nowrap; font-weight: 500; }
.col-name { font-weight: 500; color: #444; min-width: 200px; }
.col-plan { 
    text-align: right; 
    font-weight: bold; 
    color: #1e7e34; /* Зеленый цвет для плана приёма */
    font-size: 15px;
}

.table-footer-note {
    margin-top: -20px;
    padding-left: 5px;
    color: #666;
    font-size: 13px;
    font-style: italic;
}

/* Адаптивность для мобилок */
@media (max-width: 768px) {
    .admission-table { font-size: 12px; }
    .admission-table th, .admission-table td { padding: 8px 10px; }
}
/* End */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-plan-spes-table/style.css?17878379181466 */
