/*
  Theme Name: Twenty Twenty-Three Child
  Template: twentytwentythree
*/

@media print {

	@page { 
      size: landscape;
    }
	
	.no-print{display:none;}
	
	table.table_shop_h {
		border: 2px solid black!important;
	}
	table.table_shop_h td, table.table_shop_h th, table.table_shop_h tr {
		border: 2px solid black!important;
	}
	table.table_shop_h .shop_first_row {
		border-top: 4px solid black!important;
	}

	table.table_shop_h td.table-light, table.table_shop_h th.table-light {
		background-color: #f8f9fa!important;
	}
	
	table.table_shop_h td.table-warning, table.table_shop_h th.table-warning {
		background-color: #ffeeba!important;
	}
}

div.wp-site-blocks {
	position: relative;
}

#spn_loading {
	background: rgba(0, 0, 0, .5);
	z-index: 10000;
}

span:has(>#lbl_last_disp_datetime) {
	font-size: x-small;
	position: absolute;
	top: 2px;
	right: 1rem;
}

#btn_reload {
	cursor: pointer;
}

div.toast {
	position: fixed;
	top: 3em;
	right: 1em;
	z-index: 999;
}

table.table_shop {
	table-layout: fixed;
}

table.table_shop td, table.table_shop th {
	position: relative;
}

table.table_shop td a {
	cursor: pointer;
}

table.table_shop .btn_join {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}

table.table_shop td.mark_new {
	background-color: lightyellow;
}

table.table_shop td.mark_reg {
	border: 4px solid #75b798;
}

table.table_shop .parent-father,
table.table_shop_g .parent-father {
	background-color: #6495ED;
	color: white;
}

table.table_shop .parent-mother,
table.table_shop_g .parent-mother {
	background-color: #FA8072;
	color: white;
}

table.table_shop .parent-other,
table.table_shop_g .parent-other {
	background-color: #A9A9A9;
	color: white;
}

table.table_shop_h tr {
	height: 40px;
}

table.table_shop_h .shop_name {
	width: 10em;
}

table.table_shop_h .shift_title {
	width: 5em;
}

table.table_shop_h .shop_emph_row {
	border-top: 2px solid black;
}

table.table_shop_h td, table.table_shop_h th {
	padding-top: 0;
	padding-bottom: 0;
}

.txt_short_time {
	font-size: small;
	position: absolute;
	top: 0.25em;
	right: 0.25em;
}

.cel_clerk_bottom {
	font-size: x-small;
	height: 1.4em;
}

.cel_clerk_bottom .txt_class_names {
	position: absolute;
	left: 0.5em;
}

.cel_clerk_bottom .txt_notes {
	position: absolute;
	right: 0.25em;
}

select#sel_col_num {
	width: 5em;
}
