/*====================================================
	- HTML Table Filter Generator stylesheet
	- do not hesitate to edit classes below to 
	change filter grid appearance
=====================================================*/

/* TABLE LAYOUT@	for NISD -- 2022/8/3
=====================================================*/
table.TF { 
	font-family: "CI", Meiryo, "qMmpSVbN", "Hiragino Sans", sans-serif;
	width: 100%; 
    font-size: 1.4rem;
	background-color: #ffffff;
    border-top: solid #989898 1px;
    border-left: solid #989898 1px; 
}
table.TF thead {
    border-bottom: solid #989898 2px;
}
table.TF thead th {
	padding: 5px 10px;
    color: #ffffff;
    background-color: #989898;
    border-right: solid #ffffff 1px;
    text-align: center;
    vertical-align: middle;
}
table.TF thead th:last-child {
    border-right-color: #989898;
}
table.TF thead td {
    padding: 5px 10px;
    background-color: #f0f0f0;
    border-right: solid #989898 1px;
    text-align: left;
    vertical-align: top;
}
table.TF thead td:last-child {
    border-right-color: #989898;
}
table.TF tbody th,
table.TF tbody td {
    padding: 10px;
    background-color: #ffffff;
    border-right: solid #989898 1px;
    border-bottom: solid #989898 1px;
    vertical-align: top;
}

/* FILTERS BAR
=====================================================*/
.fltrow td {
    background-color: #efefef;
}
.flt {
    width: 100%;
    height: 25px;
    padding: 0 5px;
    background-color: #ffffff;
    border: solid #cccccc 1px;
}
.flt:focus {
    border-color: #990000;
}
select.flt {
    -webkit-appearance: auto;
    appearance: auto;
}

/* RESET BUTTON
=====================================================*/
/* Reset button 
input.reset{
	width:19px; height:19px; cursor:pointer !important;
	border:0 !important; vertical-align:middle;
	background:transparent url(TF_Themes/btn_clear_filters.png) center center no-repeat !important;
}
input.reset:hover{ background:#CAD1D6 url(TF_Themes/btn_clear_filters.png) center center no-repeat !important; }
*/
/* PAGING ELEMENTS
=====================================================*/
.inf {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ldiv {
    color: #990000;
}
.rdiv a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 335px;
    min-height: 50px;
    border: solid #505050 1px;
}
.rdiv a:hover {
    border-color: #990000;
}
.rdiv a::before {
    content: "";
    width: 30px;
    height: calc(75px * 30 / 94);
    margin-right: 10px;
    background-image: url("/common/images/ico_reset_505050.svg");
    background-repeat: no-repeat;
}
.rdiv a:hover::before {
    background-image: url("/common/images/ico_reset_990000.svg");
}
.mdiv {
    display: none;
}

/* BEHAVIOURS
=====================================================*/
span.keyword{ background-color: #ffcc00;}/*highlighted word*/

.even{ background-color:#fff; }/*row bg alternating color*/
.odd{ background-color:#E5E5E5; }/*row bg alternating color*/

.loader{ /* loader appearance */
	position:absolute; padding: 5px 10px 5px 10px;
	margin:20px 0 0 20px; width:auto; 
	z-index:1000; font-size:12px; font-weight:bold;
	border:1px solid #666; background:#f4f4f4; 
	vertical-align:middle;
}

div.status{ /* status bar appearance */
	float:left; overflow:hidden;
	width:150px; height:15px;
	border-right:1px solid #ccc;
	margin:0 5px 0 2px;
	padding:0 2px 0 2px;
}
div.status span{ font-weight:bold; font-size:11px; }

div.cont{ /*table container div*/
	height:200px; overflow: auto;
}
div.head{ width:auto; overflow:hidden; }

/* Help elements */
.helpBtn{ margin:0 5px 0 5px; padding: 2px 4px 2px 4px; border-left:1px solid #ccc; border-right:1px solid #ccc; } /* help button */
div.helpCont{ /* help container */
	position:absolute; display:none; 
	max-width:250px; overflow:auto;
	padding:5px 5px 5px 5px; margin:15px 0;
	border:1px solid #333; 
	background:#f4f4f4; text-align:left;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:5px 5px 2px #888;
	-webkit-box-shadow:5px 5px 2px #888;
	box-shadow:5px 5px 2px #888; 
}
div.helpCont a{ color:#cc0000; text-decoration:underline; font-weight:normal; }
div.helpCont a:hover{ text-decoration:none; }
div.helpFooter{ margin:10px 0 0 0; }

/* Pop-up filters elements */
div.popUpFilter{ 
	position:absolute; display:none; width:100px;
	background:#C8E0FB; border:1px solid #e4e4e4;
	padding:1px 3px 1px 1px; 
	margin:20px auto 0 0px;
}

/* Active column header */
.activeHeader { 
	background-color: #990000 !important;
}


/* WEB FX Sortable table
/* Change images paths if you don't use same folder
/* Remove safely if not used
=====================================================*/
/*
.sort-arrow {
	position: relative;
	display: inline-block;
	height: 100%;
}
.sort-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    display: none;
    width: 8px;
    height: 8px;
    border-top: solid #ffffff 2px;
    border-right: solid #ffffff 2px;
}
.sort-arrow.ascending,
.sort-arrow.descending {
    background-color: #990000 !important;
}
.sort-arrow.ascending::before {
    display: block;
    transform: rotate(-45deg);
}
.sort-arrow.descending::before {
    display: block;
    transform: rotate(135deg);
}

.sort-arrow.descending {
	position: relative;
	background-image: url("TF_Themes/down.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.sort-arrow.ascending {
	position: relative;
	background-image: url("TF_Themes/up.png");
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.sort-arrow {
	width: 20px; 
	height: 24px; 
	margin: 0 2px;
	background-image: url("TF_Themes/default.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.sort-arrow.descending {
	position: relative;
	background-image: url("TF_Themes/down.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.sort-arrow.ascending {
	position: relative;
	background-image: url("TF_Themes/up.png");
	background-position: center center;
	background-repeat: no-repeat;
}
/*
.sort-arrow.descending { background-image:url("TF_Themes/down.png"); }
.sort-arrow.ascending { background-image:url("TF_Themes/up.png"); }


.sort-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 100%;
    min-height: 40px;
    padding: 5px 10px;
    background-color: #989898;
    text-align: center;
    transition: all 0.2s;
    line-height: 1.2;
    cursor: pointer;
}
.sort-arrow.ascending,
.sort-arrow.descending {
    padding: 5px 15px;
    background-color: #990000 !important;
}
.sort-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    display: none;
    width: 8px;
    height: 8px;
    border-top: solid #ffffff 2px;
    border-right: solid #ffffff 2px;
}
.sort-arrow.ascending::before {
    display: block;
    transform: translateY(-30%) rotate(-45deg);
}
.sort-arrow.descending::before {
    display: block;
    transform: translateY(-70%) rotate(135deg);
}
*/