/* PARTITIONS */

/* execOk */
.execOk{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 50px;



	/*display: none;*/
}

/* PARTITIONS SLIDER */

.targetDiv {
    display: none
}

.slide_panel_container{
	margin: 0 auto;
	width: 100%;
}

.slide_panel{
	margin: 10px 0;
	border: 1px solid #bbb; 
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #bbb;
}

.panel_header{
	background-color: #ccc;
}
.panel_header a{
	line-height: 30px;
	display: inline-block;
	width: 80%;
	padding: 0 20px;
}

.panel_tools{
	display: inline-block;
	padding: 0 0 0 10px;
	color: #a86;
}

.panel_tools a:hover{
	margin: 0 0 !important;
}

.panel_tools button{
	vertical-align: middle;
	font-size: larger;
	background-color: transparent;
	color: #358;
	padding: 0 0;
	border: none;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.panel_tools button:hover{
	cursor: pointer;
	color: blue;
	text-shadow: 2px 2px 4px #333; 
	-webkit-transform: translateX(2px); 
	        transform: translateX(2px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.btn_supp_content{
	display: inline-block;
	font-size: larger;
}

.btn_supp_content button{
	color: #66b;
	border: none;
	background-color: #fff;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.btn_supp_content button:hover{
	color: #00f;
	cursor: pointer;
	-webkit-transform: translateX(3px);
	        transform: translateX(3px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.barre{
	text-decoration: line-through;
	color: #666;
}

.panel_header a:hover{
	text-decoration: none;
	cursor: pointer;
}

.panel_body{
	line-height: 1.5em;
	width: 100%;
	padding: 0px 10px 30px 10px;
	background-color: #fff;
}

.panel_body a{
	text-decoration: none;
}

.table-partitions td{
    padding: 10px 0 10px 5px;
}

.table-concerts {
	/*border: 1px solid #000;*/
	max-width: 800px;
	margin: 30px auto 0px;
	color: #333
}

.titre_concert{
	color: #555;
	font-style: italic;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.grand_texte{
    font-size: x-large;
}

.petit_texte{
	font-size: small;
}

/* DRAG AND DROP*/

.fa-arrows-v{
	padding: 0 5px 0 10px;
}

.ui-state-default:hover{
	cursor: grab;
	cursor: -moz-grab;
    cursor: -webkit-grab;
}


/* Content */

.partAddComment{
	min-height: 60px;
	width: 48%;
	display: inline-block;
	/*float: left;*/
	margin: 10px 1%;
	border: 2px solid #888;
	padding: 10px;
	box-shadow: 4px 4px 6px #aaa;

}

.partAddComment input{
	display: inline-block;
	width: 100%;
    font-size: 16px;
}


.upload{
	min-height: 180px;
	width: 48%;
	display: inline-block;
	float: left;
	margin: 10px 1%;
	border: 2px solid #888;
	padding: 10px;
	box-shadow: 4px 4px 6px #aaa;
}

.upload input{
	display: inline-block;
	width: 100%;
    font-size: 16px;
    margin: 5px 0 5px 0;
}

.upload input:first-child{
	width: 20%;
}

.upload form button{
	float: right;
}

.lien_content{
	width: 94%;
	display: inline-block;
	float: left;
	margin: 10px 3%;
	border: 2px solid #888;
	padding: 20px;
	box-shadow: 4px 4px 6px #aaa;
}

.lien_content input{
	width: 100%;
	font-size: 16px;
    margin: 5px 0 5px 0;
}

/* Lecteur */

#btn_play:hover, #btn_pause:hover,
#btn_stop:hover, #btn_repereA:hover,
#btn_repereB:hover, #btnPlayLoop:hover,
#timeline:hover{
	cursor: pointer;
}


.lecteur_container{
	min-width: 320px;
	position: fixed;
	z-index: 51;
	left: 30%;
	top: 30%;

	/* prblm de coord avec translate, pas cool */
	/*transform: translateX(-50%);*/
	text-align: center;
	display: inline-block;
	border: 1px solid #666;
	box-shadow: 5px 5px 10px #666;
	padding: 10px 10px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px 5px;
}

.lecteur_container:hover{
	cursor: move;
}

.commentaire_lecteur{
	display: inline-block;
    color: #666;
    text-decoration: none;
    text-shadow: 1px 1px 1px #aaa;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*border: 1px solid #000;*/
}







.btn_lecteur{
	display: inline-block;
    color: #55f;
    text-decoration: none;
    text-shadow: 1px 1px 1px #aaa;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*border: 1px solid #000;*/
}

.btn_lecteur:hover{
    color: #00f;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    text-shadow: 2px 2px 2px #555;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.playerNav{
	margin: 5px 0;
}

.timeline{
	margin: 3px 0;
	display: inline-block;
	width: 210px;
	height: 22px;
	border: 1px solid #000;
}

.cursor{
	width: 10px;
	height: 20px;
	background-color: #46a;

}

.cursorAnim{
	-webkit-animation: anim-cursor 0.4s infinite alternate ease-in-out;
	        animation: anim-cursor 0.4s infinite alternate ease-in-out;
}

#tpsAvant{
	float: left;
	line-height: 34px;
}

#tpsApres{
	float: right;
	line-height: 34px;
}

.player_btn{
	font-size: large;
	color: #333;
	background-color: #ccc;
	border-style: none;
	padding: 4px 12px;
	margin: 0 3px;
}

.player_btn_active{
	color: #bdf;
	background-color: #6af;
	box-shadow: 0px 0px 8px #38f;
}

.playerLoop{
	font-size: small;
	margin: 5px 0;
	font-size: 1rem;
}

#btnPlayLoop{
	margin: 0 10px;
	padding: 5px 10px;
}

.playerLoop button{
	font-size: 1rem;
}

.playLoopOn{
	border: none;
	color: #bdf;
	background-color: #6af;
	box-shadow: 0px 0px 8px #38f;
}

.playLoopOff{
	background-color: #ccc;
	border: none;
}

.playerHide{
	display: none;
}

.playerShow{
	display: block;
}

.close{
	float: right;
	margin: -8px -8px 0 0;
	padding: 0px 12px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;

}

.close:hover{
	background-color: #f33;
	cursor: pointer;
	color: #999;
	box-shadow: 0 0 10px #f00;
	-webkit-transition: 0.1s all;
	transition: 0.1s all;
}

.close:before{
	content: 'X';
}

/* Aide */

#btn_aide{
	float: right;
}

#aide_lecteur{
	z-index: -1;
	position: absolute;
	top: -60px;
	left: -100px;
	width: 540px;
	height: 300px;
}

.aide_hide{
	display: none;
}

.aide_show{
	display: block;
}

#test{
	border: 3px solid #000;
	width: 400px;
	height: 150px;
	padding: 0.5em;
}

#aide1, #aide2, #aide3, #aide4{
	color: #000;
	font-weight: bold;
	font-size: large;
	text-shadow: 0px 0px 8px #efefef;
	display: block;
	position: absolute;
	width: 200px;
}

#aide1{
	left: -101px;
	top: 152px;
}

#aide1 img{
	position: absolute;
	left: 65%;
}

#aide2{
	left: 435px;
	top: 155px;
}

#aide2 img{
	position: absolute;
	right: 65%;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#aide3{
	left: 312px;
	top: 263px;
}

#aide3 img{
	position: absolute;
	left: -10px;
	top: -60px;
	-webkit-transform: rotate(-130deg);
	        transform: rotate(-130deg);
}
#aide4{
	left: 455px;
	top: 84px;
}

#aide4 img{
	position: absolute;
	left: -80px;
	top: 30px;
	-webkit-transform: rotate(160deg);
	        transform: rotate(160deg);
}

/* animation curseur clignote */
@-webkit-keyframes anim-cursor {
    0%  {	background-color: #57b;
    		box-shadow: 0 0 10px #00f;}
    50% {	background-color: #57b;
     		box-shadow: 0 0 10px #00f;}
    65%	{	background-color: #adf;}         
    100%{	background-color: #adf;}
}
@keyframes anim-cursor {
    0%  {	background-color: #57b;
    		box-shadow: 0 0 10px #00f;}
    50% {	background-color: #57b;
     		box-shadow: 0 0 10px #00f;}
    65%	{	background-color: #adf;}         
    100%{	background-color: #adf;}
}