body {
	padding-bottom: 25px;
}

.label-header {
	display: block;
	width: 100%;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nopadding > .row {
	margin-left: 0;
	margin-right: 0;
}

.nopadding-left {
	padding-left: 0 !important;
}

.nopadding-right {
	padding-right: 0 !important;
}

.height-40 {
	height: 40px;
}

.height-45 {
	height: 45px;
}

.height-54 {
	height: 54px;
}

.height-60 {
	height: 60px;
}

.btn-block {
	margin-top: 5px;
}

.bold {
	font-weight: bold;
}

.label.text-left > span {
	position: absolute;
	right: 1em;
}

.label.text-left {
	text-align: left;
}

.label.text-right {
	text-align: right;
}

.table > thead > tr > th {
	font-size: 75%;
	font-weight: normal;
	line-height: 20px;
	padding: 0;
	background-color: #5bc0de;
	color: #ffffff;
}

.table > thead > tr > th,
.table > tbody > tr > td {
	padding-left: 1em;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child {
	padding-right: 1em;
}

.table > tbody > tr.selected > td {
	background-color: #007cb8;
	color: #fff;
}

.btn {
	font-size: 90%;
	white-space: normal;
}

.btn-numero {
	font-size: 125%;
}

.btn-numero.height-40 {
	font-size: 105%;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	padding: 0;
	padding-right: 15px;
	margin: 0 !important;
}
.navbar-right .navbar-brand {
	padding-right: 0;
}
.navbar-brand > img {
	height: 45px;
	background-color: #fff;
	padding: 5px;
}

.label > span.bold {
	font-size: 200%;
}

.popover {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-center > table {
	margin-left: auto;
	margin-right: auto;
}

.tabella > thead > tr > th,
.tabella > thead > tr > td,
.tabella > tbody > tr > th,
.tabella > tbody > tr > td,
.tabella > tfoot > tr > th,
.tabella > tfoot > tr > td {
	padding: 6px 12px;
}

.tabella > thead > tr {
	border-bottom: 2px solid #ddd;
}

.tabella > tbody > tr {
	border-bottom: 1px solid #ddd;
}

.tabella > tfoot > tr {
	border-top: 2px solid #ddd;
}

.modal-100 {
	width: 95%;
}

.modal > .modal-dialog {
	margin: 10px auto 12px;
}

.modal > .modal-dialog > .modal-content {
	line-height: 0;
	border: 0;
	position: relative;
	height: calc(100vh - 22px);
	overflow-y: auto;
}

.modal > .modal-dialog > .modal-content.no-fullheight {
	height: auto;
}

.modal > .modal-dialog > .modal-content > * {
	line-height: 1.4;
}

.modal > .modal-dialog > .modal-content > iframe {
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.modal > .modal-dialog > .modal-content > .row {
	padding: 35px;
}

textarea.form-control {
	resize: vertical;
}

.radio-inline,
.checkbox-inline {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 1;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	padding-left: 16px;
}

.radio-inline input[type="radio"],
.checkbox-inline input[type="checkbox"] {
	margin-left: -16px;
}

.page-header > .row {
	margin-top: -21px;
}

.page-header > .row > div[class^="col-"] > .row {
	margin-top: 21px;
}


.titz {
	background-color: #007cb8;
	color: #fff;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 16px;
	width: 910px;
}



.fa-stack > .fa-search {
	left: 3px !important;
	top: 1px !important;
}
.fa-stack > .fa-file-o {
	left: -2px !important;
	top: -2px !important;
	color: #999;
}


[data-convenzione] {
	cursor: pointer;
}


input.form-control[type="text"][readonly] {
	background-color: #fff;
}

.nohead {
	padding: 15px 30px 45px;
}
.nohead > .container {
	width: 100%;
}

.container.fullwidth {
	padding: 0 30px;
	width: 100%;
}
.container.fullwidth > .navbar-collapse {
	margin-right: -30px;
	margin-left: -30px;
}
.navbar-toggle {
	margin-right: 0;
}

.pagine {
	width: 30px;
}

.pagine.disabled {
	font-weight: bold;
	color: #000;
	cursor: initial;
}

.dropdown-menu > li {
	position: relative;
}

/* per barra con sfondo bianco
.navbar-inverse {
	background: #fff;
	border-bottom: 3px solid #007cb8;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background: #007cb8 !important;
}
*/

.navbar-inverse .navbar-nav .open > .dropdown-toggle.dropdown-second-level {
	background-color: #006687;
	color: #FFF;
}
@media (max-width: 767px) {
	.dropdown-toggle.dropdown-second-level ~ .dropdown-menu > li > a {
		padding-left: 40px;
	}
}

@media (min-width: 768px) {
	.open-left > .dropdown-menu {
		left: auto;
		right: 0;
	}

	.dropdown-toggle.dropdown-second-level {
		position: relative;
		padding-right: 24px;
	}
	.dropdown-toggle.dropdown-second-level > .fa {
		position: absolute;
		right: 12px;
		top: 15px;
	}

	.dropdown-menu-second-level {
		left: 100%;
		top: 0;
	}
	.open-left > .dropdown-menu-second-level {
		left: auto;;
		right: 100%;
	}

	.dropdown-toggle.dropdown-second-level > .fa {
		position: absolute;
		right: 12px;
		top: 15px;
	}
}

li.divider:last-child {
	display: none;
}

#navbar > .nav > li > ul:empty ~ a {
	display: none;
}

.navbar-header.navbar-right ~ #navbar .navbar-right {
	margin-right: 15px;
}

.container.fullwidth .container.fullwidth {
	padding: 0;
}

.folder-icon {
	color: #fee190;
	text-shadow: 0 0 1px #82442d;
}


.input-thin {
	padding: 2px 4px;
	height: 27px;
}
select.input-thin {
	padding: 0 4px;
}


[data-fascia] ~ [data-fascia] {
	margin-top: 5px;
}
[data-fascia] ~ [data-fascia-chiuso] {
	display: none;
}



[data-fascia] ~ [data-fascia] {
	margin-top: 5px;
}

.tabella-calendario {
	width: 100%;
	table-layout: fixed;
}
.tabella-calendario > thead > tr > th {
	text-align: center;
}
.tabella-calendario > thead > tr > th,
.tabella-calendario > tbody > tr > td {
	border: 1px solid #ddd;
	padding: 5px;
}
.tabella-calendario > tbody > tr > td {
	height: 100px;
	vertical-align: top;
}
.tabella-calendario > tbody > tr > td > .giorno {
	font-size: 12px;
	font-weight: bold;
}
.tabella-calendario > tbody > tr > td > .evento {
	border-top: 1px solid #eee;
	padding: 3px 0;
}

.cont-risposte div{border-top:1px solid #DDD;padding-top:2px;margin-top:2px;}
.cont-risposte div:first-child{border:none;padding-top:0;margin-top:0}

#rispo option{display:none}

.lIT:before{content:'';width:20px; height:20px; display:inline-block; background:url(/img/it.png) no-repeat; background-size:cover; margin:0 4px 0 0; vertical-align:bottom}
.lDE:before{content:'';width:20px; height:20px; display:inline-block; background:url(/img/de.png) no-repeat; background-size:cover; margin:0 4px 0 0; vertical-align:bottom}
.lFR:before{content:'';width:20px; height:20px; display:inline-block; background:url(/img/fr.png) no-repeat; background-size:cover; margin:0 4px 0 0; vertical-align:bottom}
.lEN:before{content:'';width:20px; height:20px; display:inline-block; background:url(/img/en.png) no-repeat; background-size:cover; margin:0 4px 0 0; vertical-align:bottom}
.lES:before{content:'';width:20px; height:20px; display:inline-block; background:url(/img/es.png) no-repeat; background-size:cover; margin:0 4px 0 0; vertical-align:bottom}

.centratab{margin-left:auto;margin-right:auto}
