/*
*	 Author: Vijay Kumar
*	 Template: Archon - Flat & Responsive Bootstrap Admin Template
*	 Version: 1.0
*	 Bootstrap version: 3.0.0
*	 Copyright 2013 bootstrapguru
*	 www: http://bootstrapguru.com
*	 mail: support@bootstrapguru.com
*	 You can find our other themes on: https://bootstrapguru.com/themes/
---------------------------------------------------------------------------------------------- */
div.actions {
    margin: 0.5em 0;
}

.index {
    margin-bottom: 1em;
}

.invisible {
	display: none;
}


tr.evidenza {
    padding-bottom : 1em;
}
.evidenza {
    background-color: #FCAA04 !important;
}

.bold {
    font-weight: bold;
}    

table.ora-persona tr td {
    padding: 0 2em 0 0 !important;
}

table.ora-persona {
    page-break-after: always;
}

.totale {
    font-weight: bold;
}

.ordine-field {
    width: 3em;
}
.importo-field {
    width: 7em;
}
.codiceiva-field {
    width: 8em;
}
.descr-field {
    width: 40em;
}

#message {
    padding-top: 2em;
}


#map_canvas {
    height: 180px;
}

.medio{
    padding-top: 40px;
}

.navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 2px;
}

fieldset {
    border: 1px solid #E5E5E5;
    padding: 1em;    
}

legend {
    margin-bottom: 29px;
}

.strike {
    text-decoration:line-through ;
}

label.error {
	color: red;
}

/** richiesta di anbima - i cognomi sempre uppercase negli input field */
.uppercase {
	text-transform: uppercase !important;
}

.space-5 {
	height: 5px;
}

.space-10 {
	height: 10px;
}

#tagcloud {
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
}
#tagcloud  li.tag {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
#tagcloud li.tag a {
	display: inline-block;
	max-width: 100px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
#tagcloud li.tag a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}

.form-inline .submit {
	display: inline;
}
