/* @override http://localhost:8888/re-publica/css/re-publica-subscribe-form.css */

@font-face {
    font-family: helvetica;
    src: url(../intranet/themes/sb/icon/webfonts/HelveticaNeue.ttc);
}

@font-face {
    font-family: helvetica-light;
    src: url(../intranet/themes/sb/icon/webfonts/HelveticaNeueLight.ttf);
}

body { 
	font: 16px/1.3 helvetica-light;
	color: #333;
	position: relative;
	padding:20px;
}

a {
	color: #699f14;
	text-decoration: none;
}

a:hover { 
	text-decoration: none;
	color: #81bf16;
}

ul.bullet li { 
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	padding-left: 30px;
	background: url(../img/bullet-asterisco.png) no-repeat 5px 0;
}

h1,h2,h3,h4,h5,h6,p,ul{
	margin-bottom: 1em;
}

li{
	margin-bottom: 1em;
}

li:last-chil{
	margin-bottom: 0;
}

h1{
	color: #689913;
	font-size: 24px;
    font-family: helvetica;
}

ul{margin-left: 40px;}

.table-custom {
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
}
.table-custom.table-custom-striped {
    border-bottom: 1px solid #f8f8f8;
}
.table-custom th {
    padding: 14px 24px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #151515;
    background: #f3f3f3;
}
.table-custom td {
    padding: 14px 24px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: .05em;
    background: #ffffff;
    color: #777777;
    min-width: 170px;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(2n) td{
    background: #f3f3f3;
}
.table-custom.table-custom-striped tbody tr:nth-of-type(2n+1) td{
    background: transparent;
}
.modal-lg{
	max-width: 80% !important;
}