a:focus {
	outline: none;
}

.modal-backdrop.in {
	opacity: 0.85;
}

body.modal-open {
	padding-right: 0 !important;
	overflow-y: auto;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-toggle {
	display: block;
}

.navbar-toggle .icon-bar {
	width: 25px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}

.btn,
.form-control {
	border-radius: 0;
}

.btn-primary,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:active,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	text-transform: uppercase;
	background-color: #356c7f;
	border-color: #356c7f;
}

.btn-default {
	color: #356c7f;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	background-color: white;
	color: #999999;
	text-align: left;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 12px 16px;
	font-size: 14px;
}

.dropdown-menu {
	border-radius: 0;
	margin: 0;
}

.btn-group.open .dropdown-menu a {
	color: #999999;
	overflow-x: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.tooltip {
	opacity: 1 !important;
}

.tooltip-inner {
	background-color: white;
	color: black;
	border-radius: 0;
}

.tooltip .tooltip-arrow {
	border-top: 5px solid white !important;
}

/* Spaziatura griglia --> */
@media (max-width: 767px) {
	.col-xs-12 {
		margin-bottom: 20px;
	}

	.row.suppress-margin > .col-xs-12 {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.row:not(.suppress-margin) {
		margin-bottom: 20px;
	}
}
/* <-- spaziatura griglia */

/* Bootstrap tab collapse --> */
.js-tabcollapse-panel-heading:not(.collapsed) span.glyphicon-menu-down {
	display: none !important;
}

.js-tabcollapse-panel-heading.collapsed span.glyphicon-menu-up {
	display: none !important;
}
/* <-- bootstrap tab collapse */

/* Tab --> */
.nav-tabs {
	border-bottom: 0;
	margin-bottom: 0;
	background: linear-gradient(#f6f6f6, #e4e4e4);
}

.nav-tabs > li:not(:first-child) {
	border-left: 1px solid #666666;
}

ul.nav-tabs {
	padding-top: 10px;
	padding-bottom: 12px;
}

.nav-tabs > li {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.nav-tabs > li > a {
	display: inline;
	border-radius: 0;
	border-bottom: 4px solid transparent;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	text-transform: uppercase;
}

.nav-tabs > li > a:hover {
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-bottom: 4px solid #356c7f !important;
	border-color: transparent;
	color: #356c7f;
}
/* <-- tab */

/* Panel --> */
.panel-group {
	margin-bottom: 0;
}

.panel-group .panel {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.panel-default > .panel-heading {
	background-color: transparent;
	border-radius: 0;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #cccccc;
}

.panel-default > .panel-heading a.collapsed {
	color: #666666;
}

.panel-default > .panel-heading a {
	color: #356c7f;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 0;
}

.panel-title .entry {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* <-- panel */

/* Pagination --> */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #234b57;
	border-color: #234b57;
	color: #fff;
}

.pagination > li > a,
.pagination > li > span {
	border: 1px solid #356c7f;
	color: #356c7f;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: white;
	background-color: #356c7f;
	border-color: #356c7f;
}
/* <-- pagination */

/* Definizione titoli box modali (non "standard" e quini non h4) --> */
.modal-title {
	font-size: 18px;
	font-weight: 500;
}
/* <-- definizione titoli box modali (non "standard" e quini non h4) */

.footer {
	border-top: 0;
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: 0;
}