.showmodal {
	cursor: pointer;
}

.gray {
	background: #c2bebe;
}

.red {
	background: #be0038;
}

.blu1 {
	background: #002369;
}

.blu2 {
	background: #004489;
}
.color1 {
	color: #be0038;
}

.color2 {
	color: #002369;
}

.color3 {
	color: #004489;
}
.color4 {
	color: #c2bebe;
}
.color5 {
	color: #feac22;
}

.selected {
	background: #DFF0D8;
}

html {
	background: #232323;
}

body {
	color: #333;
	background: white;
	overflow: auto;
}

hr.thick {
	height: 3px;
	margin: 1px 0;
}
hr.thin {
	height: 1px;
	margin: 1px 0;
}

abbr[title], abbr[data-original-title] {
	font-size: .75em;
	letter-spacing: .1em;
	font-variant: small-caps;
}

tr.deleted > td {
	background: #F2DEDE !important;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

/*div.flash {
color: black;
background: #FFF9D7;
border: 1px solid #E2C822;
padding: 1em;
margin: 1em 0;
}*/
.center {
	margin: 0 auto;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

.metrans-logo {
	height: 2.80em;
	vertical-align: middle;
}

.navbar-metrans {
	background: #002369;
	color: #fff;
	box-shadow: rgba(0,0,0,.556) 0 3px 5px;
	border: none;
	border-radius: 0;
}

.navbar-metrans .navbar-nav > li > a {
	color: #fff;
}

.navbar-metrans .navbar-brand {
	padding: 0 1em;
}

.navbar-metrans .navbar-tagline {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 125%;
	padding-top: 10px;
}

.navbar-metrans .navbar-nav > li > a:hover, .navbar-metrans .navbar-nav > li > a:focus, .nav > li > a:focus {
	background: rgba(255,255,255,.25);
	border-bottom: 2px solid #fff;
	color: #f0f0f0;
}

.navbar-metrans .navbar-nav > li.active > a {
	background: rgba(255,255,255,.75);
	color: #BE0038;
	border-bottom: 2px solid #BE0038;
}

.navbar-metrans .navbar-toggle {
	color: #fff;	
}

.navbar-metrans .navbar-toggle:hover, .navbar-metrans .navbar-toggle:focus {
	background: rgba(255,255,255,.15);
}

.fill {
	width: 100%;
	max-width: 100%;
}

.fill > img, .fill > image {
	max-width: 100% !important;
}

.fill.restrict {
	width: auto;
	max-width: 100%;
	max-height: 10ex;
}

img.fill.mini {
	margin: 0 auto;
	display: block;
	width: auto;
	max-height: 8em;
	padding: .5em;
}

.hero h1 {
	position:absolute;
	top: 5.5em;
	left: 2.5em;
}

.hero h1 img, .hero h1 object {
	background: #fff;
	height: 2.5em;
	padding: .3em;
}

.hero h1 small {
	display: block;
	font-size: 120%;
	padding: .3em;
}

h1, h2 {
	color: #004489;
}

h3 {
	color: #be0038;
}

.masthead {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.metrans-contact {
	margin: 1em 0 2em 1.5em;
	font-size: 1.5em;
	/*text-shadow: rgba(0,0,0,.75) 1px 1px 2px;*/
	cursor: pointer;
}

.metrans-contactbox {
	color: #fff;
	background: #002369;
	border-radius: 100em;
	padding: 0.3em 0 .3em 6em;
	border: #fff 1px solid;
}

.metrans-phone {
	color: #fff;/*#BE0038;*/
	font-size: 150%;
	font-weight: 700;
	/*text-shadow: #fff 0 0 6px, #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;*/
}

.metrans-lola {
	width: 6em;
	height: 6em;
	border: #fff 1px solid;
	border-radius: 10em;
	display: inline-block;
	vertical-align: middle;
	float: left;
	box-shadow: rgba(0,0,0,.5) 3px 3px 5px;
	left: -1em;
	position: relative;
	background: transparent;
}

.metrans-cta-main {
	display: block;
	background-color: #BE0038;
	border-color: #9F0033;
	border-radius: 7px;
	color: #fff;
	font-size: 2em;
	padding: .5em 3em;
	margin: .5em auto;
}

.metrans-cta-main:hover, .metrans-cta-main:focus {
	background-color: #9F0033;
	border-color: #BE0038;
	color: #f0f0f0;
}

.clr1, .arrow.clr1 {
	/*red*/
	background: #BE0038;
	color: #fff;
}
.clr2, .arrow.clr2 {
	/*blue*/
	background: #6599ff;
	color: #000;
}
.clr3, .arrow.clr3 {
	/*yellow*/
	background: #ffde00;
	color: #000;
}
.clr4, .arrow.clr4 {
	/*green*/
	background: #097054;
	color: #fff;
}
.clr5, .arrow.clr5 {
	/*orange*/
	background: #ff9900;
	color: #fff;
}
.clr0, .arrow.clr0 {
	/*grey*/
	background: #d0d0d0;
	color: #000;
}

img.main {
	border: 1px solid #fff;
	border-top: none;
	border-bottom: none;
}

.cleaner {
	clear: both;
}

.center {
	text-align: center;
}

.highlite {
	color: #004489;
	font-weight: bold;
	font-size: 150%;
}
.highlite img, .highlite object {
	height: 1.3em;
}

.row.cleaner.padding {
	padding: 0 0 1em 1em;
}

.copyright {
	text-align: right;
}

.copyright img, .copyright object {
	max-height: 3em;
}

.edit {
	display: inline-block;
	font-size: 50%;
	float: right;
	padding-top: .75em;
}

.box {
	width: 100%;
}

.post {
	border-bottom: 1px dotted #C2BEBE;
}

p, .post ul {
	padding: .5em .5em 1em .5em;
	margin: 0;
	color: #000;
	font-size: 125%;
	line-height: 115%;
	text-align: left;
}

dl {
	font-size: 125%;
	line-height: 115%;
	padding-left: .5em;
}

dd {
	margin-left: 1em;
}

dd:before {
	content: '\e084\00A0';
	color: #004489;
	display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

.post ul {
	padding-left: 1.5em;
}

.footer {
	background: #232323;
	color: #f0f0f0;
	padding: .5em 0;
	border-top: 2px solid #be0038;
	margin-top: 2em;
}

.footer a {
	color: #fff;
	font-weight: 600;
}

.footer img {
	max-height: 48px;
}

.gallery {
	display: block;
	position: relative;
	margin: 1.25em auto;
	clear: both;
	overflow: hidden;
	min-height: 7em;
	max-height: 7.5em;
}

.gallery > div {
	position: absolute;
	width: 400%;
	height: 100%;
	min-height: 7em;
	max-height: 7.5em;
	left: 0;
	-webkit-animation: slideshow 10s linear infinite;
	-moz-animation: slideshow 10s linear infinite;
}

.gallery .frame {
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
	box-shadow: 2px 2px 3px 0 #c2bebe;
	padding: .25em;
	max-height: 6em;
	display: inline-block;
}

.gallery .frame img {
	height: 5.5em;
	max-height: 100px;
}

.offerte-especiale p {
	box-shadow: 0 2px 2px 0 #C2BEBE;
}

.context {
	float: right;
	margin: .5em;
	max-width: 45%;
}

.context img {
	border: 3px double #a0a0a0;
}

.calendar th, .calendar td {
	text-align: right;
}

.calendar td.disabled {
	background: #eee;
	color: #666;
}

.calendar td:hover {
	background: #FCF9CF;
	color: #A49D43;
}

.calendar td.today {
	font-weight: bold;
	background: #FFDF00;
	color: #000;
}

.calendar .events {
	position: relative;
}

.calendar .events div {
	position: absolute;
	top: -16px;
	left: -16px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #c00;
	transform: rotate(45deg);
}
/*.calendar .events > div {
position: absolute;
top: 0px;
left: 0px;
display: inline-block;	
}
.calendar .events div .green {
width: 8px;
height: 8px;
background: #0c0;
border-radius: 30px;
margin: 2px;
display: inline-block;
}
.calendar .events div .red {
width: 8px;
height: 8px;
background: #c00;
border-radius: 30px;
margin: 2px;
display: inline-block;
}
.calendar .events div .blue {
width: 8px;
height: 8px;
background: #00c;
border-radius: 30px;
margin: 2px;
display: inline-block;
}*/

.calendar td {
	overflow: hidden;
}

tr.blacklisted,
.table-striped > tbody > tr.blacklisted:nth-child(2n+1) > td, 
.table-striped > tbody > tr.blacklisted:nth-child(2n+1) > th {
	background: #F2DEDE;
}

.line-lead small {
	font-size: 70%;
}

.line-lead .arrow-up:before {
	background: none repeat scroll 0 0 #f6f6f6;
	border-left: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	content: "";
	display: block;
	height: 16px;
	left: 8px;
	position: absolute;
	top: -8px;
	transform: rotate(45deg);
	width: 16px;
}

.line-lead p {
	box-shadow: none;
	position: relative;
	border-top: 1px dotted #ccc;
	margin-top: 11px;
}

.large {
	font-size: 200%;
}

.line-lead a.activity {
	background: none repeat scroll 0 0 #F6F6F6;
	border: 1px solid #BABABA;
	border-radius: 30em;
	color: #000;
	display: inline-block;
	width: 2.25em;
	height: 2.25em;
	padding-top: 0.3em;
	text-align: center;
	font-family: 'Glyphicons Halflings';
}

.line-lead a.activity:hover {
	text-decoration: none;
}

.line-lead i {
	font-style: normal;
}

.line-lead a.activity i.brief:before {
	content: "";
}

.line-lead a.activity i.call-generic:before {
	content: "";
}

.line-lead a.activity i.call-scheduled:before {
	content: "";
}
.line-lead a.activity i.meeting:before {
	content: "";
}
.line-lead a.activity i.custom:before {
	content: "";
}

.line-lead .col-sm-2 a.activity:before {
	border-bottom: 1px solid #eaeaea;
	background: #d0d0d0;
	content: "";
	display: inline-block;
	height: 2px;
	position: absolute;
	left: 3.25em;
	top: 1em;
	width: 9.15em;
}

.line-lead .col-sm-2:last-child a.activity:before {
	width: 0;
}

.line-lead a.contract {
	background: #DFF0D8;
	border: 1px solid #D6E9C6;
	color: #3C763D;
}

.line-lead a.scheduled, .line-lead a.no-answer, .line-lead a.email, .line-lead a.meeting {
	background-color: #FCF8E3;
	border-color: #FAEBCC;
	color: #8A6D3B;
}

.line-lead a.open {
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}

.uploads {
	list-style: none;
	padding: 0;
}

.uploads > li, .mediafile {
	padding: 1em;
	display: block;
	margin: .5em;
	border-radius: 1ex;
	border: 1px solid #dedede;
	position: relative;
}

.uploads > li:nth-child(even) {
	background: #f6f6f6;
}

.uploads img, .mediafile img {
	padding: 2px;
	border: 1px solid #dedede;
	border-radius: 2px;	
}

.mediafile {
	height: 18ex;
	overflow: hidden;
}

.mediafile > .ctl {
	display: inline-block;
	position: absolute;
	top: .3em;
	right: .3em;
	background: rgba(230,230,230,.75);
	border-radius: 1ex;
	padding: 3px;
}

.popover {
	white-space:pre;
	max-width:none;
}

@media (max-width: 1200px) {
	.metrans-contactbox {
		padding: .3em 1em;
		font-size: 75%;
	}
	
	.hero h1 small {
		font-size: 98%;
	}
}

#map-canvas {
	width: 100%;
	min-height: 50ex;
}

a.svg:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}