html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    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;
}

.navbar-red{
	background-color: #922;
	border-color: #922;
}

.navbar-red a{
	color: #fff;
}

.navbar-red a:hover{
	color: #922;
}

.control-auto{
	width:auto;
}

.inline-form-groups > div.form-group{
	overflow:auto;
	display:inline-block;
}

p.flash {
	padding: 5px;
}

.vocabulary-panel {
	border-radius: 4px;
	border: 1px solid #CCC;
	padding: 10px;
	display: none;
	background-color:#EEE;
}
/* Index pubblica */
#header {
	margin-bottom: 20px;
}

#header .logo-mibact {
    float: left;
    width: 160px;
    height: 62px;
}
#header .icon-logo-ostia {
    float: right;
    width: 120px;
    height: 62px;
    position: relative;
}
#header .logo {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 22px;
    line-height: 45px;
    padding: 10px 0;
}
#header .logo h1 {
	font-weight:bold;
}
#header .logo span, .logo a span, .logo a:hover span {
    color: #C1272D;
}
#right-sidebar{
	float:right;
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;	
}

#right-sidebar ul{
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#right-sidebar ul li{
	list-style: none;
	padding: 5px;
	background: #EEE;
	border-top: 2px solid #922;
	border-bottom: 2px solid #DDDDDD;
	min-height: 20px;
}

.site-index {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	min-height: 100%;
	background: transparent url("../images/puntini.png") repeat-y scroll 0% 0%;
	min-height: 100%;
	overflow:auto;
	font-size: 0.875em;
	line-height: 1.286em;
}

.site-index a{
	color: #922;
}

.site-index .pagination a{
	color: #922;
}

.site-index .pagination .active{
}

.site-index .pagination .active a{
	color: #fff;
	background-color: #922;
	border-color: #922;
}

.inner-page {
	width: 770px;
	float:left;
	overflow:auto;
	margin-right: 14px;
}

.search-keyword {
}
/* SCHEDE */
#button-util {
	overflow:auto;
}
#button-util button{
	margin-left: 10px;
}

#s-list table tr {
	cursor:pointer;
}
#s-list table tr.selected {
	background-color: #F9EE58;
}

