/*div.abs_pres { width:100%; height:100%; text-align:left; overflow:auto; }*/
body {
    overflow: hidden;
}table.TV_abs_pres td { vertical-align:middle; }
.size1 table.TV_abs_pres td.btn { cursor:pointer; /* width:100px; */ height:40px; }
.size2 table.TV_abs_pres td.btn { cursor:pointer; /* width: 80px; */ height:40px; }
.size3 table.TV_abs_pres td.btn { cursor:pointer; /* width: 60px; */ height:40px; }
table.TV_abs_pres td button { 
	height:100%; width:100%; 
	background-image: linear-gradient(to top,#CCC 0%, #DDD 100%);
	border-radius: 6px;
}
table.TV_abs_pres td img { height:24px; }
table.TV_abs_pres td img[name="signature"] { height:100%; width:100%; cursor:pointer; }
.TV_abs_pres img#IMGemargement_formateur {     position: absolute;
    right: 15px;
    top: 15px;
    height: 80%;
    width: 20%;
    border: solid 1px #dedede;
    cursor: pointer;
    border-radius: 10px;
}
/* table.TV_abs_pres td.selection { background-image: linear-gradient(to bottom, #E69731 0%, #FFD399 100%); } */
table.TV_abs_pres div#signature_dessin { width:300px; height:150px; border:solid 1px #bbbbbb; cursor: crosshair; }
table.TV_abs_pres td.treeCell { display:none; }
table.TV_abs_pres table { width:100%; }

div.popup.signature { right: 10px; top: 0px; left: 10px; bottom: 5px; max-width: 500px; max-height: 500px; overscroll-behavior-y: contain; overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
}
div.popup.signature div#signature_dessin { width:100%; height:calc(100% - 70px); }
div.popup.signature canvas { width:100%; height:100%; }

/* <-- (christophe 11 mars 22) -- */
.popupSignature.titre { height: 70px; }
/*  --> */

div.abs_pres {
    position: absolute;
    width: 97%;
    height: auto;
    top: 25%;
	bottom: 1%;
	overflow: auto;
    padding: 1%;
    left: 0%;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 70px;
}

#abs_pres .OTreeViewTitle{
	position:relative;
	display: block;
    font-size: 2rem;
    font-family: 'Frontage Condensed Inline TheFontsMaster com';
    font-weight: lighter;
    margin-bottom: 20;
}

@media screen and (min-width: 500px){
	#abs_pres .OTreeViewTitle{
		font-size:2.5rem;
	}
}