 .player_template
{
	position : relative;
	top:0;
	left:0;
	height:auto;
}

 .player_template .video
{
	display:block;
	position:relative;
	width:100%;
	height:0;
	padding-bottom: 56.25%;
	top:0;
	left:0;
}

.player
{
	position: absolute;
	left: 0;
	top: 0;
}

.pc .player
{
	top: 0;
}

 .player_template .tab
{
	display:block;
	position:relative;
	width:100%;
	top:10px;
	left:0;
	height:340px;
}

 .prelive_text
{
	text-align: center;
	color: #3D3932;
	font-size: 20px;
	margin: auto;
	width:auto;
	height:180px;
	vertical-align:middle;
	padding-top:145px;
}

 .player_template .slider
{
	position:relative;
}

.fullscreen .player_template .slider
{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom:0px;
    top:auto;
}

.state_prelive .player,
.state_prevod .player,
.state_prelive .player_template .slider,
.state_prevod .player_template .slider
{
	display:none;
}

.wisembly_iframe
{
	border:none;
}

h1
{
	text-align:center;
    background-image: url('../img/vodalys_logo_transparent.png');
	background-size: auto 60px;
	background-repeat: no-repeat;
	padding-bottom:20px;
	font-size:22px;
	margin-bottom:0;
}

 .module_player_logo {
    background-image: url('../img/vodalys_logo.png');
    display: inline-block;
    width: 15px;    
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}


 .tab ul.tab_titles
{
  padding: 0;
  margin: 0;
}

 .tab .tab_titles li
{
	color: white;
	font-weight: bold;
}

{
	font-family: 'Open Sans';
}

 .player_template .slider
{
	font-family : arial;
}

.other_shares
{
	margin:5px 0;
}

.set_time .text,
.set_time input,
.set_time button
{
	display: inline-block;
}

 .module_embed .configure .bloc
{
	padding:0 10px;
}

 .module_embed .configure .set_time .text,
 .module_embed .configure .width .text,
 .module_embed .configure .height .text
{
	width:75px;
}

 .module_embed .configure .width,
 .module_embed .configure .height
{
	display:inline-block;
	margin:0;
}

 .module_embed_container,
 .module_embed_container .line
{
	padding:0;
}

 .tab_contents
{
	background-color: #F0F0F0;
}

 .tab .tab_content.sharing
{
	padding:20px;
	width:auto;
	height:auto;
}

@media (max-width: 484px) {
	.tab .tab_content.sharing
	{
		padding:0;
		width:100%;
	}
}

 .tab .tab_content.sharing textarea
{
	max-width:422px;
}

 .tab .tab_content .facebook_sharing
{
	overflow:hidden;
}

 .module_tab .tab_content.hidden
{
	display:none;
}

 .day_order .day_order_toolbar div
{
	margin-left : 10px;
}

.state_live .player_template .slider
{
	width:100%;
}

 .day_order .clickable .chapter_node.level_0:hover
{
	color:#fff;
}

 .day_order .mustache_item.current
{
	background-color: white;
}



body.fullscreen{ width: 100%;height:100%;}
.fullscreen .player_template .video,
.state_live.fullscreen .player_template .slider{ width:100%}

.fullscreen .player_template .video{height:auto;bottom:50px;}

.state_live.fullscreen .player_template .slider{bottom:0;top:auto;}
.fullscreen .player_template .tab{ display:none}




.with_slide .module_player_storyboard .current_synchro {
	width: 50%;
}
.module_player_storyboard .current_synchro .current_diapo, .module_player_storyboard .current_synchro .current_thumbnail {
	background-size: contain;
	height: 100%;
	width: 100%;
}
.video.with_slide .flowplayer {
	width: 100%;
}
.video.with_slide .slide {
	width: 0;
}
.normal.with_slide .flowplayer {
	width: 50%;
}
.normal.with_slide .slide {
	width: 50%;
}
.diapo_and_small_video.with_slide .flowplayer {
	width: 25%;
}
.diapo_and_small_video.with_slide .slide {
	width: 75%;
}
.diapo.with_slide .flowplayer {
	width: 0;
}
.diapo.with_slide .slide {
	width: 100%;
}

.with_slide .player .flowplayer, .with_slide .player .html5player_container {
	display: inline-block;
	float: left;
	height: 100%;
	width: 50%;
}
.with_slide .player .slide {
	display: inline-block;
	float: right;
	height: 100%;
	width: 50%;
}
.with_slide .player .slide .current_synchro {
	height: 100%;
  margin-top:-1px;
}
.with_slide .player .slide .current_synchro .current_diapo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
}


.module_player_view_mode {
	display: none;
}

.with_slide .module_player_view_mode {
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 6px 5px;
	width: 40px;
	cursor:pointer;
	background-image: url("../img/speaker_with_diapo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.with_slide .player_view_mode, .player_view_mode_button{ height:100%;}


.player_view_mode_popup.visible {
	display: block;
}

.player_view_mode_popup {
	background-color: #111b1a;
	border: 1px solid #6b7a99;
	border-radius: 5px;
	bottom: 25px;
	height: 144px;
	left: -9px;
	padding-top: 4px;
	position: absolute;
	width: 54px;
	display:none;
}

.player_view_mode_video {
	background-image: url("../img/speaker.png");
}
.player_view_mode_normal{
	background-image: url("../img/speaker_with_diapo.png");
}
.player_view_mode_small_video_with_slide{
	background-image: url("../img/diapo_with_small_speaker.png");
}
.player_view_mode_slide{
	background-image: url("../img/diapo.png");
}


.player_view_mode_popup div {
	background-repeat: no-repeat;
	border-bottom: 1px solid #6b7a99;
	height: 30px;
	margin: auto;
	padding-bottom: 5px;
	width: 50px;
}

.icon {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
}

.with_slide.slide .player .slide{width: 100%}
.with_slide.slide .player .flowplayer{width: 0}
.with_slide.slide .player .html5player_container{width: 0}
.with_slide.slide .module_player_view_mode {	background-image: url("../img/diapo.png");}

.with_slide.video .player .slide{width: 0}
.with_slide.video .player .flowplayer{width: 100%}
.with_slide.video .player .html5player_container{width: 100%}
.with_slide.video .module_player_view_mode {	background-image: url("../img/speaker.png");}

.with_slide.small_video_with_slide .player .slide{width: 75%}
.with_slide.small_video_with_slide .player .flowplayer{width: 25%}
.with_slide.small_video_with_slide .player .html5player_container{width: 25%}
.with_slide.small_video_with_slide .module_player_view_mode {	background-image: url("../img/diapo_with_small_speaker.png");}

.player_view_mode_help{
position: absolute;
top: -70px;
background-color:  #6b7a99;
width: 200px;
left: -120px;
padding: 10px;
color:white;
}

.player_view_mode_arrow{
position:absolute;
width:20px;
height:20px;
background-image: url("../img/player_view_mode_arrow.png");
top: 49px;
left: 130px;
}

/* Player level selector */

.module_player_level_selector {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 6px;
    cursor:pointer;
}
.module_player_level_selector {
    display: none;
}

.player_level_selector {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    cursor: pointer;
}

.player_level_selector_current {
    width: 100%;
    height: 100%;
    color: white;
}

.player_level_selector_popup {
    display: none;
    position: absolute;
    bottom: 25px;
    width: 66px;
    border: 1px solid #6b7a99;
    border-radius: 5px;
    background-color: #111b1a;
    color: white;
}

.player_level_selector_popup.visible {
    display: block;
}

.player_level_selector_text.current{
    background-color: #666666;
}

.sorted_div .player_level_selector_text{
    font-size: 13px;
    font-weight : bold;
    margin: 5px;
}

.player_level_selector_text:hover {
    background-color: #6b7a99;
}

/* Player interface link */

.module_player_interface_link {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 6px;
}

.vodalys_interface_link a {
	text-decoration: none;
    cursor:pointer;
	color: white;
}
.vodalys_interface_link a.current {
    cursor:auto;
    color: #808080;
}

.vodalys_interface_link a:not(:last-child):after {
    content: " / ";
}

.waiting_jingle .player,
.waiting_jingle .player,
.waiting_jingle.pc .player_template .slider,
.waiting_jingle.pc .player_template .slider {
    display: block;
}

.waiting_jingle .module_player_storyboard {
    width: 60px;
    height: 14px;
    padding: 0;
    border-radius: 2px;
}

.waiting_jingle .module_player_storyboard .current_synchro {
    display: none;
}


/** Tentative de Vodalys Form ou au moins d'un css generique **/

.form_info
{
    color: grey;
    padding: 5px;
    display: inline-block;
}

.form_input
{
    
}

.form_input .form_input_message
{
    display: inline-block;
    color: #cc1e1e;
    font-size: 11px;
}

.form_input.empty input
{
    color : grey;
}

.form_input_time .form_input_time_hour,
.form_input_time .form_input_time_minute,
.form_input_time .form_input_time_second
{
    display: inline-block;
}

.form_input_time input
{
    width: 20px;
    text-align: center;
}

.form_input_email input
{

}

.form_fields
{
    padding: 10px;
}

.form_fields .horizontal
{   
    
}

.form_field
{
    
}   

.form_fields.horizontal .form_field
{
    display: inline-block;
    margin-right: 20px;
}

.form_field_label
{
    width: 50px;
    max-width: 50px;
}

.form_field_value
{ 
      
}

.form_field.horizontal .form_field_label
{
    display: inline-block;
}

.form_field.horizontal .form_field_value
{
    display: inline-block;
}

/** Login **/

.state_sas .loading
{
	display: none;
}

.vodalys_form
{
	background-color: #DEDEDE;
	margin: auto;
	padding: 10px;
}

.vodalys_form h2
{
	text-align: center;
}

form
{
	margin: auto;
	width: 300px;
}

form .field
{
	display:  flex;
	flex-direction: column;
}

form .field label
{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
    color: #8A8A8A;
}

form .field input[type='text']
{
	margin-bottom: 4px;
    width: 280px !important;
    border-radius: 0;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    margin-top: 5px;
    clear: both;
    float: left;
    padding: 10px;
}

form .field input[type='submit']
{    
	background-color: #DEDEDE;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    height: 35px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
}

form .field.checkbox
{
	flex-direction: row;
	align-items: baseline;
}

form .field.checkbox input[type='checkbox']
{
	margin-right: 10px;
}

form .required{
    font-weight: lighter;
    display: block;
    margin-top: 10px;
    color: red;
    font-size: 12px;
	min-height: 20px;
}

/** SAS **/
.vodalys_sas
{
	background-color: #DEDEDE;
	margin: 20px auto;
	padding: 20px;
	width: 640px;
}

.sas_image
{
	margin: auto;
	width: 640px;
	height: 360px;
}

/** Extraction **/

.day_order .extract
{
    text-align: right;
    padding: 0 5px 5px 0;
}

.extraction_module
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    background-color: #F0F0F0;
}

/**
QUESTIONS
**/

.tab_content.question
{
    position: relative;
}

.question .question_block_ask
{
    position: absolute;
	width:50%;
    right: 0;
    top: 0;
    height: 100px;
    background-color: #eee;
}

.question .question_block_ask .text_container
{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 17px;
    bottom: 52px;
}

.question .question_block_ask .text_container textarea
{
    width: 100%;
    padding: 5px;
    margin: 0;
    font-family: Arial;
    border: 1px solid grey;
    height: 100%;
}

.question .question_block_ask .text_container textarea.prompted
{
    color:grey;
}

.question .question_block_ask .name_container
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 140px;
}

.question .question_block_ask .name_container input
{
    padding: 5px;
    height: 18px;
    border: 1px solid grey;
    width: 100%;
}

.question .question_block_ask .name_container input.prompted
{
    color:grey;
}

.question .question_block_ask .submit_container
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 28px;
    width: 100px;
}

.question .question_block_ask .submit_container input 
{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.question .question_block_ask .submit_container.processing .processing_icon
{
    background-image: url('../img/loader_2.gif');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    left: 5px;
}

.question .question_block_ask .message_container
{
    position: absolute;
    bottom: 5px;
    left: 180px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.question .question_block_ask .message_container .error
{
    color: red;
}

.question .question_block_ask .message_container .info
{
    color: black;
}

.question .question_block_ask .message_container .error div,
.question .question_block_ask .message_container .info div
{
    display: inline-block;
    padding-right: 5px;
}

.question .question_block_view
{
    position: absolute;
    background-color: #eee;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}

.question .question_block_view .question_container
{
    position: relative;
    background-color: white;
    margin: 5px 5px 0 5px;
}

.question .question_block_view .question_container .header
{
    margin: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    color : #f09406;
}

.question .question_block_view .question_container .header .user
{
   display: inline-block;
}

.question .question_block_view .question_container .header .date
{
    position: absolute;
    right: 10px;
    top: 5px;
}

.question .question_block_view .question_container .body
{
    color: black;
    padding: 5px;
}

@media (max-width: 1000px) {
	body.pc {
		width: 100%;
	}
}

/* Archives */
.module_archives_medias {
	height: 300px;
	overflow-y: scroll;
	margin-top: 20px;
}

.module_archives_medias .titre{
	left: 0;
	padding-left: 100px;
}

.module_archives_medias .thumbnail{
	top: -7px;
}

/** 
TABLETTE
**/
body.tablette
{
	font-size: 14px;
}

body.tablette h1
{
	/*text-align:left;*/
	padding:20px;
}

body.tablette.fullscreen .player_template .video
{
	height:100%;
}

body.tablette.fullscreen .player_template .slider
{
	top:auto;
}

/** 
SMARTPHONE
**/
body.smartphone h1
{
	background-position: 0 10px;
	background-size: auto 30px;
	margin-bottom:0;
	/*text-align:left;*/
	font-size:17px;
	/*padding-left:100px;*/
}

body.smartphone .vodalys_sas
{
	margin: 0;
	padding: 10px 0;
	width: 100%;
}

body.smartphone .sas_image
{
	width: 100%;
	max-width:640px;
}

body.smartphone .sas_image img
{
	width: 100%;
}

body.smartphone .player_template {
	height: auto;
}

body.smartphone .player_template .video {
	height: 0;
}

.smartphone .with_onglets .tab_titles {
	display: table;
	height: 30px;
	line-height: 30px;
}

.smartphone .tab .tab_titles li {
	padding: 0;
}

.smartphone .with_onglets .tab_contents {
	height: auto;
	top: 30px;
	bottom: 0;
}

@media (max-width: 400px) {
	.smartphone .day_order .day_order_toolbar .day_order_filter {
		display: none;
	}
	.smartphone .tab .tab_content.sharing {
		padding:0;
	}
	.smartphone .question .question_block_ask {
		height: 170px;
	}
	.smartphone .question .question_block_ask .text_container {
		bottom: 122px;
	}
	.smartphone .question .question_block_ask .name_container {
		bottom: 75px;
	}
	.smartphone .question .question_block_ask .submit_container {
		left: 5px;
		bottom: 40px;
	}
	.smartphone .question .question_block_ask .message_container {
		left: 5px;
	}
	.smartphone .question .question_block_view .question_container .header .date {
		display: none;
	}
}
