html,
body {
    height: 100%;

    background-color: #EFEFEF;
}
.container-recensioni{
	margin: 3em;
	padding: 20px;
	border-bottom: 2px solid #9a9999;
}
.secondariga{
	background-color: rgba(176, 176, 176, 0.55);
	margin-top: 3em;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 300;
}
.mtop30{
	margin-top: 30px;
}
.row30{
	height: 30px;
}
.alt6{
	height: 6.5em;
}
.contenuto{
	padding: 20px;
	text-align: justify;
}
.banner-top{
	background-image: url('../images/banner.jpg');
	height: 10em;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
	background-color: #EDEDED;
	box-shadow: 0px 5px 10px 0px #949393;
    -webkit-box-shadow: 0px 5px 10px 0px #949393;
    -moz-box-shadow: 0px 5px 10px 0px #949393;
    -ms-box-shadow: 0px 5px 10px 0px #949393;
}

.footer {
    height: 60px;
    background-color: #222222;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
