body    
{
	overflow-y:scroll;
}


@media (max-width: 767px)
{
	

	.divLogo
	{
		height: 60px;
		min-height: 60px;
		margin-bottom: 18px;
	}

	.imgLogo
	{
		margin: auto;
		width: 768px;
		height: auto;
		max-width: 100%;
		max-height: 90%;
		padding-top: 5px;
		background: #9EBCDF;
		   
	}

	.foto
	{
		margin: auto;
		width: 685;
		height: auto;
		max-width: 100%;
		max-height: 90%;
		/*border: solid 1px #D8D8D8;*/
	}

	#contenitore
	{
		margin-top: 0px !important;
		margin-right: -13px;
    margin-left: -14px;
	}

	.navbar
	{
		margin-bottom: 0px;
		    margin-right: -15px;
    margin-left: -15px;
	}

	body
	{
		background-image: none;
	}
	
	#logo-xs
	{
		padding-right: 0px;
		padding-left: 0px;
	}

	/*Info Login*/

	#ctl00$btnLogout
	{
		float: left;
	}

	.logo_account
	{
		width: 52px;
		height: 55px;
	}
	
	.container 
	{
		padding-left: 15px;
    padding-right: 15px;
	}

}

@media (min-width: 768px)
{
	
	
	.imgLogo
	{
		margin-left: 20px;
		margin-top: 5px;
		margin-bottom: 13px;
		height: 60px;
	}

	.foto
	{
		width: 590px;
		height: 155px;
		/*border: solid 1px #D8D8D8;*/
	}

	.logo_account
	{
		width: 47px;
		height: 50px;
	}
	
	
}

@media (min-width: 675px) and (max-width:991px)
{
	.foto
	{
		width: 692px;
	}	
	
	
}

@media (min-width: 737px) and (max-width:767px)
{
	.foto
	{
		width: 725px;
	}
}



#footer
{
	clear: both;
	color: #FFFFFF;
	background: #57574f url(../../images/footer_bg.gif) repeat-x;
	padding: 0 0 5px 0;
	font-weight: bold;
}
#footer p
{
	text-align: center;
	margin: 0;
	padding: 4px 0 0 0;
	color: White;
}

#footer a
{
	color: #fff; /*text-decoration: underline;*/
}

#footer a:hover
{
	color: #000; /*background: #A5B76A;*/
	background: #85b6e6; /*text-decoration: underline;*/
}



/*--------------------------------------*/

.bs-callout
{
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4
{
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child
{
	margin-bottom: 0;
}
.bs-callout code
{
	border-radius: 3px;
}
.bs-callout + .bs-callout
{
	margin-top: -5px;
}
.bs-callout-default
{
	border-left-color: #777;
}
.bs-callout-default h4
{
	color: #777;
}
.bs-callout-primary
{
	border-left-color: #428bca;
}
.bs-callout-primary h4
{
	color: #428bca;
}
.bs-callout-success
{
	border-left-color: #5cb85c;
}
.bs-callout-success h4
{
	color: #5cb85c;
}
.bs-callout-danger
{
	border-left-color: #d9534f;
}
.bs-callout-danger h4
{
	color: #d9534f;
}
.bs-callout-warning
{
	border-left-color: #f0ad4e;
}
.bs-callout-warning h4
{
	color: #f0ad4e;
}
.bs-callout-info
{
	border-left-color: #5bc0de;
}
.bs-callout-info h4
{
	color: #5bc0de;
}

/*------------------------------------------*/
.list-group-item:last-child
{
	margin-bottom: -1px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group-item:first-child
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}


span.glyphicon.glyphicon-trash
{
	color: red;
	font-size: large;
}

span.glyphicon.glyphicon-remove {
    font-size: large;
    color: red;
}


span.glyphicon.glyphicon-plus
{
	color: #4CC421;
	font-size: large;
}

span.glyphicon.glyphicon-info-sign
{
	font-size: large;
}

span.glyphicon.glyphicon-circle-arrow-down {
    font-size: large;
}

span.glyphicon.glyphicon-envelope 
{
	 font-size: large;
}

span.glyphicon.glyphicon-open 
{
	font-size: large;
	
}

span.glyphicon.glyphicon-refresh {
    font-size: medium;
}

span.glyphicon.glyphicon-cog {
    font-size: large;
}

.linkmodal
{
	cursor: pointer;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	padding: 4px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.navbar-inverse {
  background-color: #57574f;   
}

.pannello
{
	padding-right: 5px;
}

.row.tb:hover 
{
	     background-color: #f5f5f5;
}

.row.tb
{
	padding: 12px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
}

.modal-body
{
	font-size: 15px;
}

.badge
{
	background-color:#428bca;
}