/**
Results css
MeR 230913 moved from Settings/style.css
*/

.results-head{
	margin: 0;
    padding-top: 0.2rem;
	width: 100%;
	height: 2rem;
	background-color: rgb(8, 72, 115);
	vertical-align: middle;
}

.results {
	position: relative;
	width: 100%;
	max-height: calc(100% - 2rem - 1.5rem);
	margin: 0;
    height: auto;
    overflow-y: auto;
}

.results-foot{
    position: absolute;
    margin: 0;
    bottom: 0;
	font-size:0.8rem;
	width: 100%;
	height: 1.5rem;
	background-color: rgba(127, 127, 127, 0.3);
	/*display: inline;*/
}

.results table {
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 0.8rem;

}

.results table thead {
    flex: 0 0 auto;
    width: inherit;
    background-color: rgba(19, 102, 153);
    color: azure;
    font-size: 0.9rem;
}

.results table tbody {
    width: 100%;
    flex: 1 1 auto;
    display: block;

}

.results table tbody tr {
    width: 100%;
}

.results table thead, .results table tbody tr {
    display: table;
    table-layout: fixed;
}

.results td, .results th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.2rem;
}

.results td:hover {
    text-overflow:initial;
}

.results td:nth-child(odd) {
    background: rgba(0,150,150,0.3);
}

.results td:nth-child(even) {
    background: transparent;
}


.results-foot p {
    font-size: 0.8rem;
    padding: 0.2rem 0 0 0;
    margin: 0;
}

.results-rows {
    color: #333;
    text-align: right;
}

.results-name{
	font-size: 1rem;
	font-weight: bold;
	color: white;
	width: 100%;
}


.results-id {
    font-size: 0.8rem;
    color: #333;
    text-align: right;
    direction: rtl;
}

.results-date {
    font-size: 0.8rem;
    color: #3a1e1e;
    text-align: left;
}

#EtatStat {
    font-size: 0.7rem;
    color: darkred;
}

.results td.selected {
    font-weight: bold;
	color: rgb(26, 7, 80);
	border-left: 1px solid rgb(23, 0, 128);
}

.element {
	position: fixed; 
	border: 0px solid silver; /*192*/
	padding: 4px;
	box-shadow: 0 0 4px 4px rgba(80, 80, 160, 0.2) inset;

}

.element:hover {
	border-color: #00f;
    box-shadow: 9px 6px 6px rgba(40, 99, 209, 0.7);
    /*transition: width 1s; 230906 transition make issue in resize ?!*/ 
}

.icons {
    width: 1rem;
	aspect-ratio : 1 / 1;
	margin-top: 0.1rem;
	float: right;
}

.icons:hover{
	border: 1px solid lightblue;
}
