/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/*
 * CSS FOR NEWSLETTER
 */

.ametys-cms-service.newsletter ul {
	margin: 20px 0 0 20px;
}

.ametys-cms-service.newsletter ul li 
{
	padding: 0;
	background-image: none !important;
	list-style-type: none !important;
}

.ametys-cms-service.newsletter ul li:before {
	content: " ";
	display: inline-block;
	background: url("../../img/puce_level1.png") center center no-repeat;
	width: 5px;
	height: 10px;
	margin-right: 3px;
	vertical-align: middle;
}

/*
 * NEWSLETTER-SUBSCRIBE
 */

.ametys-cms-service.newsletter-subscribe .field .label 
{
	padding: 0 0 10px;
}

.ametys-cms-service.newsletter-subscribe  .button 
{
	margin-button: 20px;
}

.ametys-cms-service.newsletter-subscribe .field .input,
.ametys-cms-service.newsletter-subscribe .field .input input{
	width:100%;
	
}

.ametys-cms-service.newsletter-subscribe .field .input input{
	box-sizing: border-box;
    height: auto;
    line-height: 1.2;
    padding: 12px 10px;
    font-size:12px;
}
/*
 * NEWSLETTER-ARCHIVE
 */
 
.newsletter-list div.rss
{
	float: right;
}

.ametys-cms-service.newsletter-subscribe p {
	font-size: 1.1em;
}

.ametys-cms-service.newsletter-subscribe .mentions {
	color: #464646;
	font-size: 0.9em;
	font-style:italic;
}