button.echprog-case{
	border-radius: 0;
    padding: 0;
}
.echprog-case .closecase{
	display: none;
	pointer-events:none;
}

footer div.controlbuttons button.echprog-case{
    border-radius: 0;
    opacity: 0.5;
}
footer div.controlbuttons button.echprog-case.current{
	/*border-color: #F00;*/
    opacity: 1;
}
.echprog-case.current[midival] .closecase{
	display: block;
	position: absolute;
	pointer-events:all;
	top: -3px;
    right: -3px;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background-color: #fff;
    color: #000;
    line-height: 13px;
}
div.morebuttons{
	left:auto;
	/*right:-400px;*/
	right:0;
	width: 56px;
}
div.morebuttons:after{
		transform: scaleX(-1);
		left: -30px;
		right: auto;
}

button#savecustombutton{
    width: 28px;
    height: 28px;
    pointer-events: none;
	opacity: 0.4;
}

button#savecustombutton.active{
    pointer-events: initial;
    opacity: 1;
}

div.morebuttons button#savecustombutton:after{
    /*
    -webkit-mask-image: url('../img/picto/floppy.svg');
    mask-image: url('../img/picto/floppy.svg');
    */

    -webkit-mask-image: url('../img/picto/btn-save.svg');
    mask-image: url('../img/picto/btn-save.svg');
}
.echauffement button{
    width: 50px;
    height: 50px;
    font-size: 14px;
}

.content .exercice-info{
	line-height: 35px;
	height: 35px;
	width: 64%;
	margin-left: 20px;
	text-align: left;
    display: flex;
}
.content .exercice-info input{
	width: 100%;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
}


footer .controlbuttons .blocregistres{
	flex-grow: 0;
	font-size: 14px;
}
.blocregistres label{
  	border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    width: 150px;
    height:26px;
    padding-left: 0;
    padding: 0;
    line-height: 1.8em;
    /*margin: 16px 0;*/
    display: inline-block;
}
.blocregistres ul{
  	border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    width: 150px;
    /*height:26px;*/
    padding-left: 0;
    position: absolute;
    bottom: 2px;
    padding-bottom: 26px;
}
.blocregistres ul li{	
		line-height: 1.8em;
		list-style: none;
		display:none;
}
.blocregistres ul.active {
    z-index: -1;
    background: #313C5E;
}
.blocregistres ul li.active {
    display: block;
    z-index: 1;
    background: #313C5E;
    margin-bottom: -26px;
    margin-left: 10px;
    margin-right: 10px;
    /* background-color: #000; */
}
.blocregistres ul.active li {
    display: block;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blocregistres ul.active li.active {
	background: none;
}
.blocregistres ul.active li:last-child {
	border: none;
}


.status-bar{
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    background-color: rgba(255,255,255,0.8);
    text-align: left;
    padding: 0px 30px;
    font-size: 12px;
    line-height: 34px;
}
#inputname{
    width:100%;
    padding: 0 10px;
}
#exotitle{
    white-space: nowrap;
    padding: 0 10px;
}
#inputname input::placeholder{
    /*position: absolute;*/
    background: url(../img/picto/btn-edit.svg);
    /*width: 16px;
    height: 16px;*/
    background-size: 15px;
    background-position: inherit;
    background-repeat: no-repeat;
    /*margin: 7px 5px;*/
}
#inputname input{
    background-position: -20px 0;
}
.fakeplaceholder{
    font-size: 13.3px;
}