/*** Congress frontoffice customization CSS ***/

#header {display:none;}
body {
color: #00626d;
background: #f5f6f7;
font-family:Roboto, Verdana, sans serif;
background-color: #04542f;

}

.abstract_select_instance .select_instance {
    display: block;
    margin: 10px auto;
    padding: 10px 10px 10px 70px;
    width: 180px;
}

.button_list a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #003337;
	background-image: url(abstract.png);
	background-size: 40px 40px;
	background-position: 5% 50%;
	background-repeat: no-repeat;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
	text-align:left;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
	text-shadow: none;
}

.presta_observation p{
	text-align: left;
}

td.presta_date{
	font-weight: bold;
}

#Inscription #Cart_summary th {
	background: #000;
}

#Inscription .prestation_group th {
	background: #04542f;
}

#Inscription .prestation_group:nth-child(odd) th {
	background: #04542f;
}

a.button {
	background-color 	: #04542f;
	background-image	: none;
	color 				: #fff;
}

.abstract_tpl {
font-family:Roboto;
}
.abstract_tpl .new_abstract{
background: none;
text-shadow: none;
font-family: Roboto;
border:#201c58;
background-color:#201c58;
border-radius: 0px;
-webkit-border-radius: 0px;
-webkit-box-shadow: none; 
box-shadow: none;
}

#Inscription .presta_type_container h2
{
/*min-width:150px;*/
text-align: center;
line-height : 1em;
/*font-weight: bold;*/
text-transform: uppercase;
}

#Inscription .prestation_group table
{
box-shadow : none;

}


.has_group_ref .presta_date span{
	display: none;
 }

.field_duplicate{
display:none;
}

.abstract_upload{
margin-left: 20px;
}
.abstract_upload ul{
margin: 10px 0 10px 20px;
}
.abstract_upload li{
margin-left: 20px;
margin-top:5px;
}

.abstract_upload a{
font-weight: bold;
}
.abstract_upload p{
margin-top: 10px;
}
#footer p{
color:#fff
}

a.animation3 {
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: block;
  background-color: #e9ea9e;
  height: 43px;
  width: 150px;
  opacity: 0.7;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  color: #04542f;
  font-weight:700;
}
a.animation3:hover{
	background-color: #fff;
	color: #04542f;
	border: 2px solid #e9ea9e;

}	

.tog h3{margin-bottom:8px;margin-top:8px;}
.tog h3:hover{cursor:pointer;}
.tog p{margin-bottom:9px;margin-top:1px;}
.tog div{height:0px;max-height:0px;overflow:hidden;border-bottom:1px solid #ccc;
transition:padding-bottom ease 0.3s;
-webkit-transition:padding-bottom ease 0.3s;
-moz-transition:padding-bottom ease 0.3s;
-o-transition:padding-bottom ease 0.3s;}

#rt-main .tog h3{font-size:24px;text-transform:none;font-weight:400;padding-top:0px;}

.tog h3:before{font-family:FontAwesome;content:"\f138";padding-right:10px;position:relative;top:-1px;}

.tog h3:hover:before,.tog.active h3:before{content:"\f13a";}

.tog.active h3:before{color:#b7171d;}

.tog.active h3{
color:#b7171d;
}

html #rt-main .tog h3:hover{cursor:pointer;color:#666;}

.tog:hover div{
padding-bottom:0px;transition:padding-bottom ease 0.8s;
-webkit-transition:padding-bottom ease 0.8s;
-moz-transition:padding-bottom ease 0.8s;
-o-transition:padding-bottom ease 0.8s;}

.tog.active div{height:inherit;max-height:1000px;padding-bottom:0px;
transition:max-height ease 0.8s;
-webkit-transition:max-height ease 0.8s;
-moz-transition:max-height ease 0.8s;
-o-transition:max-height ease 0.8s;}

.user_info .congress_programme{display:none}