.grid-view table.items, table.detail-view {
	width: 100%;
}


.grid-view table.items thead th, table.detail-view thead th, table.detail-view tr.head {	
    border-bottom: 1px solid #1051a475;
    font-weight: bold;
    text-align: center;
    background: transparent;
	background-color: #1051a4;
    color: white;
	padding: 8px;
	line-height: 1.42857143;
	font-size: 14px;
}

.sort-link {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}
.grid-view table.items thead th a.asc, table.detail-view thead th a.asc, .grid-view table.items thead th a.desc, table.detail-view thead th a.desc {
	color: white;
	opacity: 1;
	background: none;
}


.sort-link.asc:after, .sort-link.desc:before {
	opacity: 1;
}
.sort-link:before {
	border-top: 4px solid #fff;
	bottom: .1rem;
}
.sort-link:after {
	border-bottom: 4px solid #fff;
	border-top: 4px solid transparent;
	top: .1rem;
}
.sort-link:after, .sort-link:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: .2;
}


.grid-view table.items tr.filters td {
	color: initial;
	border: 1px solid #ddd;
	border-bottom: 1px solid #1051a475;
}
.grid-view .filters input, .grid-view .filters select {
	opacity: .7;
	border: 1px solid #1051a4;
	border-radius: 5px;
	padding: 0px 5px;
	padding-block: 4px;
	padding-inline: 8px;
}
.grid-view .filters select {
	padding-block: 4px;
	padding-inline: 8px;
}



table.detail-view tbody th {
	padding: 8px;	/* .5rem .75rem	*/
	color: inherit;
	vertical-align: middle;
    line-height: 1.42857143;
    vertical-align: top;
	font-size: 14px;
	border: 1px solid #ddd;
	text-align: right;
	font-weight: bold;
}
.grid-view table.items tbody td, table.detail-view tbody td {
	padding: 8px;	/* .5rem .75rem	*/
	color: inherit;
	vertical-align: middle;
    line-height: 1.42857143;
    vertical-align: top;
	font-size: 14px;
	border: 1px solid #ddd;
}
.grid-view table.items tbody tr.odd, table.detail-view tbody tr.odd {
	background: #F5F5F5;	/*EEEEEE F8F8F8*/
}
.grid-view table.items tbody tr.even, table.detail-view tbody tr.even {
	background: #FFFFFF;	/*EEEEEE F8F8F8*/
}
.grid-view table.items tbody tbody tr:hover, table.detail-view tbody tr:hover {
	background: #D5D5D5;
}
.grid-view table.items tbody tr.selected, table.detail-view tbody tr.selected {
	background: #C0C0C0;
}
.fa, .fas {
	line-height: 1.42857143 !important;
}

.grid-view table.items tfoot td, table.detail-view tfoot td {	
    border-top: 1px solid #1051a475;
    font-weight: bold;
    text-align: left;
    background: transparent;
	background-color: #1051a4;
    color: white;
	padding: 8px;
	line-height: 1.42857143;
	font-size: 14px;
}


.grid-view .summary {
	display: inline-block;
	margin: 20px 0 0 0;
	color: inherit;
	/* font-size: .875rem; */
}
.grid-view .pager {
	display: inline-block;
	margin: 10px 0 0 0;
	float: right;
	color: inherit;
	/* font-size: .875rem; */
}
ul.yiiPager {
	font-size: inherit;
	line-height: inherit;
	border: 0;
	margin: 5px 0px 0px 0px;
	padding: 0;
	display: inline-block;
}
ul.yiiPager li {
    list-style: none;
    float: left;
	margin: 0px 3px 0px 0px;
	font-size: 14px;
}
ul.yiiPager a:link, ul.yiiPager a:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	padding: 0;
	margin: 0 3px;
	border: 1px solid #1051a4;
	border-radius: 50% !important;
	width: 30px;
	height: 30px;
	/* font-size: .875rem; */
	margin-left: 0;
}
ul.yiiPager a:hover {
	background-color: #1051a4;
	box-shadow: none;
	color: #fff;
}
ul.yiiPager .page a {
	font-weight: 700;
}
.dataTable-pagination a {
	float: left;
	position: relative;
	text-decoration: none;
}
ul.yiiPager .selected a {
	background-color: #1051a4c2;
	box-shadow: none;
	color: #fff;
	border: none;
}




.pou-child {
	--bs-pou_child-padding-x: 1.5rem;
    --bs-pou_child-padding-y: 0.25rem;
	--bs-pou_child-font-family: "Roboto", Helvetica, Arial, sans-serif;
	--bs-pou_child-font-size: 0.75rem;
	--bs-pou_child-font-weight: 700;
    --bs-pou_child-line-height: 1.667;
	--bs-pou_child-border-radius: 0.5rem;
}
.pou {
	display: flex;
	justify-content: flex-end;
	*display:inline-block;
	position:relative;
	white-space:nowrap;
	vertical-align:middle;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	font-size: inherit;
}
.pou::after {
	
}
.pou>li {
	float: left;
	list-style: none;
	/* margin-bottom: auto; */
}
.pou > li:first-child a.pou-child {
    margin-left: 0;    
    border-bottom-left-radius: var(--bs-pou_child-border-radius) !important;
    border-top-left-radius: var(--bs-pou_child-border-radius) !important;
	-webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
	border-right: 0px solid var(--bs-btn-border-color) !important;
}
.pou > li:last-child a.pou-child {
	border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: var(--bs-pou_child-border-radius) !important;
    -webkit-border-top-right-radius: var(--bs-pou_child-border-radius) !important;
	border-left: 1px solid var(--bs-btn-border-color) !important;
	border-right: 1px solid var(--bs-btn-border-color) !important;
}

.pou>li:hover {
}
.pou>li>a {
	margin-bottom: 0px;
	opacity: 0.75;
}

.pou-child {
	/* padding: var(--bs-pou_child-padding-y) var(--bs-pou_child-padding-x); */
	background-color: var(--bs-btn-bg);
	color: var(--bs-btn-color);
	border: 1px solid var(--bs-btn-border-color) !important;
	border-right: 0px solid var(--bs-btn-border-color) !important;
	margin-bottom: 1rem;
    letter-spacing: 0;
    background-size: 150%;
    background-position-x: 25%;
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	
	font-family: var(--bs-pou_child-font-family);
	font-size: var(--bs-pou_child-font-size);
	font-weight: var(--bs-pou_child-font-weight);
	line-height: var(--bs-pou_child-line-height);
	border-radius: 0 !important;
}
.pou-child:hover {
    background-color: var(--bs-btn-hover-bg);
	border: 1px solid var(--bs-btn-border-color) !important;
	color: var(--bs-btn-hover-color);
}
.pou-child:focus {
    background-color: var(--bs-btn-hover-bg);
}