%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
/*!
* @package yii2-grid
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2023
* @version 3.5.1
*
* Gridview ExpandRowColumn styling and enhancements
*
*/
.kv-expand-header-cell,
.kv-expand-icon-cell {
padding-top: 0;
padding-bottom: 0;
font-size: 1.35em;
}
.kv-expand-header-cell.kv-batch-toggle,
.kv-expand-icon-cell {
cursor: pointer;
}
.kv-expand-header-cell .kv-expand-icon {
width: 100%;
height: 80px;
padding: 0;
}
.kv-expand-header-cell.kv-batch-toggle:hover,
.kv-expand-header-cell.kv-batch-toggle:focus {
color: #245269;
background-color: #eee;
}
.kv-expand-icon-cell:hover,
.kv-expand-icon-cell:focus {
color: #245269;
background-color: #d9edf7 !important;
}
.kv-expand-icon-cell.kv-state-disabled,
.kv-expand-icon-cell.kv-state-disabled:hover,
.kv-expand-header-cell.kv-state-disabled,
.kv-expand-header-cell.kv-state-disabled:hover {
cursor: not-allowed;
color: #333;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=25);
opacity: .25;
}
.kv-expand-icon-cell.kv-state-disabled:hover,
.kv-expand-header-cell.kv-state-disabled:hover {
background: none !important;
}
.kv-expand-detail-loading {
background-image: url('../img/loading-sm.gif');
background-position: right 2px center;
background-repeat: no-repeat;
cursor: wait;
opacity: 0.6;
}