@CHARSET "UTF-8";

/*affichage input pour date de relance*/

.date_input_off
{
    visibility: hidden;
    position: absolute;
}

.date_input_on
{
    visibility: visible;
    position: relative;
    margin-left: 10px;
}

.change_date_input {
	position:absolute;
	right:0%;
}

.delay_editor
{
	padding-left: 25%;
	position: relative;
}

.delay_proposition
{
    position: absolute;
    right: 0%;
}

.sub_parameter_element{
	display: block;
    font-size:90%;
	margin-left:15px;
	//background-color: #EFEFEF; 
	cursor: pointer; 
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
}

/*span d'ajout de relance*/
.add_recall
    {
       color: #6F6F6F;
	   font-weight: normal;
    }
 .add_recall:hover
 {
        text-decoration: underline;
        color: #AFAFAF;
 }   
.add_recall_span_on
{
    visibility: visible;
	color: #6F6F6F;
	font-weight: normal;
	cursor: pointer ;
}

.add_recall_span_on:hover
    {
        text-decoration: underline;
        color: #AFAFAF;
    }

.add_recall_span_off
{
    visibility: hidden;
}

/*waiters*/
.waiter_for_mail
{
	position: absolute;
	right: 0%;
	top: 0%;
}

.mail_editor_waiter1
{
    position: absolute;
	right: 0%;
	top: 0%;
}

.mail_editor_waiter2
{
    position: absolute;
	right: 5%;
	top: 0%;
}

.delete_cron_mail_icon
{
    position: relative;
	left : 45em;
	bottom : 4em;
} 

/*waiter pour activation*/
#activation_waiter
{
		position: absolute;
		left: 50%;
}

.icon_with_margin_floating{
    position: absolute;
    right: 0%;
}

/*ajout de tags*/
.addTagsButton{
    position: relative;
    right: 0%;
    font-size: 0.5em;
    color: grey;
}
.addTagsButton:hover{
    position: relative;
    right: 0%;
    font-size: 0.5em;
    color: black;
    text-decoration: underline;
}

.divToTags{
    width: 250px;
}

.tagsEditor{
    /*width: 450px;
    border: 1px solid #4F67B0;*/
    margin-left: auto;
    margin-right: auto;
}

.tagsListRow{
    margin-bottom: 1em;
}

A.tag_list
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}

A.tag_list:hover
{
	text-decoration: underline;
	color: #AFAFAF;
	font-weight: normal;
	cursor: pointer;
}

.waiter_for_tags{

}

.training_tag_to_session{
    text-decoration: none;
	color: #AFAFAF;
	font-weight: normal;
	cursor: pointer;
}

.training_tag_to_session:hover{
    text-decoration: none;
	color: #AFAFAF;
	font-weight: normal;
	cursor: pointer;
}

.alertMailToday{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    
}

#session_tempus_waiter{
    position: absolute;
    right: 0%;
}

#session_tags_waiter{
    position: absolute;
    right: 0%;
}