.navbar-brand{
	height: 40px;
    padding: 0px;
}

.navbar-brand img{
	height: 100%;
}

body
{
   	padding-top: 60px;
   	padding-bottom: 40px;
}

.force-hide{
	display: none;
}

.input-group-addon.remove
{
	cursor: pointer;
}

@media print
{
	body
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

body.login
{
	/*background-color: #192C49;*/
	text-align: center;
	
	background-image: -webkit-gradient(radial,center center,0,center center,460,from(#3276b1),to(#285e85));
	background-image: -webkit-radial-gradient(circle,#3276b1,#285e85);
	background-image: -moz-radial-gradient(circle,#3276b1,#285e85);
	background-image: -o-radial-gradient(circle,#3276b1,#285e85);
}

body.login .container
{
	width: 300px;
	background-color: white;
	border-radius: 8px;
	padding: 20px;
	-moz-box-shadow: 0px 0px 30px #08080e;
	-webkit-box-shadow: 0px 0px 30px #08080e;
	box-shadow: 0px 0px 30px #08080e;
}

.row h1
{
	border-bottom: 	1px solid #e5e5e5;
	padding-bottom: 8px;
	text-transform: capitalize;
}

div.centered
{
	text-align: center;
}

.no-padding
{
	padding-left:0px;
}

.no-padding-right
{
	padding-right:0px;
}

.green{
	color: green;
}

.red{
	color: red;
}

.biggest-icon
{
	font-size: 340px;
	color: #d9edf7;
}

.row-button
{
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	 
}

.row.heading{
	background-color: white;
}

.row.heading.sticky-top{
	top: 56px;
	z-index: 1000;
}

.jumbotron.info
{
	background-color: #d9edf7;
	text-align: center;
	border: 1px solid #bce8f1;
	color: #31708f;
}

.jumbotron.warning
{
	background-color: #fcf8e3;
	text-align: center;
	border: 1px solid #faebcc;
	color: #8a6d3b;
}

.jumbotron span.glyphicon
{
	border-radius: 50px;
	padding: 20px;
	color: white;
}

.jumbotron.info span.glyphicon
{
	background-color: #285e8e;
}

.jumbotron.warning span.glyphicon
{
	background-color: #E4AA45;
	color: white;
}

.logo img{
	width: 100%;
}

.table thead tr
{
	color: #285e8e;
}

dl.user dt
{
	text-align: left;
}

.border-right
{
	border-right: 	1px solid #e5e5e5;
}

/*CALENDAR JQUERY UI*/
.ui-widget-header
{
	background-color: #428bca;
	border-color: #357ebd;
	background-image: none;
}

#ui-datepicker-div
{
	z-index: 9999999;
}


select.ui-datepicker-month
{
	display: inline;
	width: 100%;
	height: 24px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*FINE CALENDAR JQUERY UI*/

.classic-form input.form-control,
.classic-form select.form-control
{
	margin-bottom: 10px;
}

.classic-form button
{
	margin-top: 10px;
}

.table-striped > tbody > tr.red td
{
	background-color: red;
	color: white;
}

.popover
{
	max-width: none;
}

a.photoThumb,
a.badgeThumb
{
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 7px;
	border: 1px #428BCA solid;
	overflow: hidden;
	cursor: pointer;
}

/*
.table-striped thead tr th:nth-child(1)
{
	width: 155px;
}
*/

.table-striped tbody tr td
{
	vertical-align: middle;
}

/*
.table-striped tbody tr td:nth-child(3)
{
	text-transform: uppercase;
}
*/

@media print {
  a[href]:after {
    content: none !important;
  }
  table
	{
		page-break-inside:auto;
	}
	tr
	{
		page-break-inside: avoid;
	}
}

form .row.fieldset
{
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	position: relative;
	padding: 45px 15px 15px;
	margin: 0px -15px 15px;
}

form .row.fieldset:after,
form .fieldset:after
{
	content: attr(data-label);
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	color: #BBBBBB;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	-webkit-font-smoothing:antialiased;
}

form .fieldset
{
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	position: relative;
	padding: 45px 15px 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}


form .col-lg-6.fieldset:nth-of-type(odd)
{
	margin-left: -15px;
	clear: both;
}

form .col-lg-6.fieldset:nth-of-type(even)
{
	margin-right: -15px;
}

form .col-lg-12.fieldset
{
	width: 101.7%;
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}



.chosen-container.chosen-container-multi,
.chosen-container.chosen-container-multi:active
{
	padding: 1px;
}

.chosen-container.chosen-container-multi:active .chosen-choices,
.chosen-container.chosen-container-multi .chosen-choices
{
	display: block;
	width: 100%;
	height: 34px;
	padding: 1px;
	background-color: #fff;
	background-image: none;
	border: 0;
	border-radius: 0;
	line-height: 1.5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text]
{
	display: block;
	width: 100%;
	height: 29px;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	border: none;
}

.chosen-container-multi .chosen-choices li.search-choice
{
	font-size: 12px;
	height: 70%;
	line-height: 1.5;
	margin: 2px 3px 0px 2px;
}

.chosen-container
{
	display: block;
	width: 100%;
	padding: 8px 6px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	line-height: 1.5;
}

.chosen-with-drop.chosen-container-active
{
	border-radius: 6px 6px 0px 0px;
}

.chosen-with-drop
{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single
{
	background: transparent;
	border: none;
	box-shadow: none;
}

.chosen-container .chosen-drop
{
	width: 100.5%;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.chosen-container.chosen-with-drop .chosen-drop
{
	left: -1px;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.chosen-container-single .chosen-single
{
	height: 20px;
	line-height: 22px;
}

.chosen-disabled
{
	opacity: 1 !important;
	cursor: not-allowed;
}

.chosen-disabled .chosen-single
{
	cursor: not-allowed;
}

.chosen-container .chosen-results li.highlighted
{
	background-color: #337AB7;
	border-color: #2E6DA4;
	background-image: none;
}

/* MODAL */
.modal .modal-dialog .modal-content .modal-body
{
	padding: 0px 15px 0px 15px;
}

.modal .modal-dialog .modal-content .modal-body form .row.message
{
	display: none;
	padding-top: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.modal .modal-dialog .modal-content .modal-body form .row.fieldset
{
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.modal .modal-dialog .modal-content .modal-body form .row.fieldset:last-of-type
{
	border-bottom: none;
}

#alert.modal .modal-dialog .modal-content .modal-body
{
	padding: 20px 20px 10px  20px;
}

#confirm.modal .modal-dialog .modal-content .modal-body
{
	padding: 20px 20px 10px  20px;
}
/* END MODAL */


form .help-block{
	line-height: 1rem;
    font-size: .8rem;
    display: block;
    margin-bottom: 15px;
}

.instant-search-result {
    display: none;
    width: 90%;
    height: 250px;
    margin-top: -62px;
    margin-left: 2%;
    background-color: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    position: relative;
    padding-bottom: 6px;
}

.instant-search-result .content {
    display: block;
    height: 100%;
    overflow-y: scroll;
}

.instant-search-result .content ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 2px;
}

.row .instant-search-result {
    margin-top: 0px;
}

.instant-search-result .content ul li:hover {
    background: #ECF0F1;
}

.instant-search-result .content ul li:nth-child(odd) {
    background-color: #F9F9F9;
}

.instant-search-result .content ul li {
    display: block;
    width: 100%;
    height: 85px;
    padding: 10px;
    border-top: 1px solid #DDDDDD;
}

.instant-search-result .content ul li:hover {
    background: #ECF0F1;
}

.instant-search-result .content ul li#new_item {
    background-color: red;
    text-align: center;
}

.instant-search-result .content ul li#new_item a{
    color: white;
}

.instant-search-result .content ul li#new_item:hover {
    background: orange;
}

.instant-search-result .content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.instant-search-result .content ul li:nth-child(1) {
    border-top: none;
}

.input-group img.loader-input
{
	position: absolute;
    right: 50px;
    z-index: 9;
    height: 80%;
    top: 4px;
    display: none;
}

.result_selected a{
	margin-bottom: 10px;
}


.scrolled{
	max-height: 200px;
	overflow-y: scroll;
}

.box-tipo-ricevuta
{
	padding: 5px;
}

.box-tipo-ricevuta a
{
	height: 80px;
    display: block;
    text-align: center;
    border: 1px solid #e3e3e3;
    line-height: 70px;
}

.box-tipo-ricevuta a:hover
{
	background: lightgreen;
}