.table-responsive > .fixed-column {
	position: absolute;
	display: inline-block;
	width: 10%;
	border-right: 1px solid #ddd;
}

.bottom-20 {
	margin-bottom: 20px;
}

.remove-filter {
	position: fixed;
	z-index: 999;
	border-radius: 100%;
	padding: 10px 10px 8px 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #b11c09;
	bottom: 30px;
	right: 30px;
}

.box-header.filter > .box-tools {
	width: 100%;
	right: 0;
	padding-right: 10px;
	text-align: right;
}

.box-header.filter > .box-tools .btn {
	width: 100%;
	text-align: right;
}

.cursor-pointer {
	cursor: pointer;
}

.btn {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-group label,
label.control-label {
	height: 19px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav-tabs-ln li a {
	padding: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.treeview-menu > li > a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.check-form-group {
	margin-top: 27px;
	margin-bottom: 18px;
}

.page-header {
	font-size: 18px;
	border-bottom: 1px solid #00c0ef;
}

.page-small-header {
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.has-error {
	border-color: #dd4b39;
	box-shadow: none;
}

.table-responsive > .fixed-column > tbody > tr {
	background-color: #fff;
}

.table-responsive > .fixed-column > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

td.details-control {
	cursor: pointer;
	text-align: center;
	color: #000;
	vertical-align: middle !important;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

tr.shown td.details-control {
	color: #3c8dbc;
}

td.details-control.active-etichette {
	color: #00a65a;
}

td.details-control a {
	display: block;
}

td.details-control a img {
	cursor: pointer;
}

.top-30 {
	margin-top: 30px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon {
	border-radius: 0px;
}

.toogle-bar-button {
	position: fixed;
	top: 57px;
	z-index: 4;
	right: 15px;
	background: #fff;
	border: 1px solid #d9dde1;
}

.toogle-bar-button > .btn,
.toogle-bar-button > .btn-group {
	margin: 5px 2px 5px 0px;
}

.toogle-bar-button > .btn:first-child,
.toogle-bar-button > .btn-group:only-child {
	margin-left: 5px;
}

.toogle-bar-button > .btn:last-child,
.toogle-bar-button > .btn-group:last-child {
	margin-right: 5px;
}

.toogle-bar-button-absolute {
	position: absolute;
	top: -50px;
	z-index: 4;
	right: 15px;
	background: #fff;
	padding: 5px;
	border: 1px solid #d9dde1;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
	height: 30px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	margin-top: 2px;
}

.select2-container .select2-selection--multiple {
	height: 30px;
	overflow: hidden;
	min-height: 30px;
}

.select2-container--open .select2-dropdown--below {
	min-width: 400px !important;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	top: 48%;
}

.sidebar-mini .content-wrapper,
.sidebar-mini .right-side,
.sidebar-mini .main-footer {
	margin-left: 50px;
}

.tab-ln {
	margin-top: 15px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.ln-checkbox {
	margin-right: 5px;
	display: inline;
}

.cont-banner .delete-img {
	right: 0;
}

#righeProdotti.table > tbody > tr > td,
#righeProdotti.table > tbody > tr > th,
#righeProdotti.table > tfoot > tr > td,
#righeProdotti.table > tfoot > tr > th,
#righeProdotti.table > thead > tr > td,
#righeProdotti.table > thead > tr > th {
	padding: 5px 3px;
}

/* - CMS - */

.posizione-testo {
	height: 50px;
	border: 1px solid #b4b4b4;
	text-align: center;
	display: table;
	cursor: pointer;
}

.hover-posizione {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.hover-posizione .posizione-testo {
	height: 33.33%;
	border: none;
}

.check-posizione {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.posizione-testo i {
	vertical-align: middle;
	display: table-cell;
	font-size: 19px;
	color: #fff;
	opacity: 0;
}

.posizione-testo.active i {
	opacity: 1;
}

.posizione-testo.active {
	background: #00c0ef;
	border: 1px solid #3c8dbc;
}

.hover-posizione .posizione-testo.active {
	background: rgba(4, 4, 4, 0.49);
	border: none;
}

.attiva-zoom-img {
	margin-left: 10px;
	display: inline-block;
}

.cont-banner {
	position: relative;
}

hr.cms {
	border-top: 1px solid #3c8dbc;
}

.top-25 {
	margin-top: 25px;
}

.top-20 {
	margin-top: 20px;
}

.top-15 {
	margin-top: 15px;
}

.legend-li {
	padding: 5px 4px;
	display: inline-block;
}

.scelta-struttura span {
	padding: 5.5px 15px !important;
	display: block;
}

.simmetrico {
	padding: 10px 15px;
}

.nav-tabs-custom.box.box-solid {
	background: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li.active {
	border-top: 2px solid #00c0ef;
}

.box-row .btn-box-tool,
.nav-tabs-custom > .nav-tabs > li > a {
	color: #73716e;
}

.nav-tabs-custom > .nav-tabs > li > a {
	text-transform: uppercase;
}

.box-row .btn-box-tool:hover,
.box-row .btn-box-tool:focus {
	color: #a7a6a6;
}

.nav-tabs-custom > .nav-tabs > li {
	margin-bottom: -2px;
}

.central-col {
	border-left: 1px solid #d4d3d3;
	border-right: 1px solid #d4d3d3;
	padding-right: 14px;
	padding-left: 14px;
}

@media (max-width: 990px) {
	.central-col {
		border: none;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.nav-tabs-custom > .nav-tabs {
	border-bottom-color: #d4d3d3;
}

.nav-tabs-custom.collapsed-box > .nav-tabs {
	border-bottom-color: transparent;
}

.box-row:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #00c0ef;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
	border-left-color: #dddddd;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
	border-left-color: #d4d3d3;
	border-right-color: #d4d3d3;
}

.nav-tabs-custom > .tab-content {
	border-radius: 0px;
	border-right: 1px solid #d4d3d3;
	border-bottom: 1px solid #d4d3d3;
	border-left: 1px solid #d4d3d3;
}

.struttura {
	display: inline;
}

.box-component {
	border-radius: 0px;
	box-shadow: none;
}

.nav-tabs-custom > .nav-tabs > li.pull-right {
	padding-top: 5px;
}

.nav-tabs-custom > .nav-tabs > li {
	border-radius: 4px 4px 0 0;
}

.btn-component {
	margin-right: 5px;
	margin-bottom: 10px;
	width: 85px;
}

@media (max-width: 1500px) {
	.btn-component {
		width: 75px;
		margin-right: 2px;
		margin-bottom: 5px;
		padding: 6px 6px;
	}
}

@media (max-width: 1350px) {
	.btn-component {
		width: 70px;
		margin-right: 2px;
		margin-bottom: 5px;
		padding: 6px 6px;
		font-size: 13px;
	}
}

/* - ALLEGATI - */
.fa-download.text-light-blue.pull-right {
	margin-top: 0.3em;
}

.box-list-group-item {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 10px 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

.list-group-item {
	border-color: #eee;
	overflow: hidden;
}
#thumbAllegati .list-group-item {
	margin-bottom: 10px;
}

#thumbAllegati .list-group-item:hover .download {
	background-color: #f5f5f5;
}

#thumbAllegati .list-group-item:hover {
	background-color: #f5f5f5;
}

.download {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 40px;
	top: 0;
	text-align: center;
	line-height: 40px;
	background: #fff;
	z-index: 1;
	transition: right 0.4s;
	transition-delay: 0.6s;
}

.delete {
	width: 40px;
	height: 40px;
	color: #fff !important;
	background: #dc4835;
	position: absolute;
	text-align: center;
	line-height: 40px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 0;
}

.cont-gallery .thumbnail {
	position: relative;
}

.thumbnail .delete-img {
	right: 0px;
}

.delete-img {
	position: absolute;
	top: 0;
	right: 10%;
}

.cont-prod-anteprima .delete-img {
	right: 0;
}

.field-list {
	margin-bottom: 10px;
}

.field-list .box-body .field-list {
	border: none;
}

.img-dettaglio-news {
	margin-bottom: 10px;
	/* width: 100%; */
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #3c8dbc;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	border-top: 1px solid #3c8dbc;
}

/*ANAGRAFICA*/
.table-repacipi tr > th:first-of-type,
.table-repacipi tr > td:first-of-type {
	padding-left: 0px;
}

.table-repacipi tr > th:last-of-type,
.table-repacipi tr > td:last-of-type {
	padding-right: 0px;
}

/*DOCUMENTI*/

.non_convertita {
	background: #efffe8;
}

.convertita {
	background: #fffcea;
}

.convertita_totalmente {
	background: #f2dede;
}

.nav-tabs-custom > .nav-tabs > li.header {
	font-size: 17px;
	line-height: 30px;
}

.margin {
	margin: 0px 10px;
}

.details-control .archiviato {
	background: #f39c12;
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: rgb(68, 68, 68);
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #f4f4f4;
	border-color: #f4f4f4;
	color: #444;
}

.prezzo-scontato,
.totale-scontato,
.scontato {
	font-weight: 700;
}

.codice_da_duplicare {
	display: inline-block;
	width: 20%;
}

tr.shown td.details-control {
	color: #3c8dbc;
}
td.details-control.active-etichette {
	color: #00a65a;
}

.fa.fa-check.success {
	font-size: 18px;
	vertical-align: middle;
}

.btn-group .save {
	border-radius: 3px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.price_lotti td {
	vertical-align: middle !important;
}

.no-margin {
	margin: 0px !important;
}

.mdi {
	font-size: 19px;
	padding: 0;
}

.col-small {
	width: 30px !important;
	text-align: center;
	min-width: 30px !important;
	max-width: 30px !important;
}

.box-body {
	position: relative;
}

.box-evasi {
	position: absolute;
	right: 10px;
	z-index: 2;
	top: 10px;
}

.box-evasi select,
.box-evasi span {
	display: inline-block;
	width: auto;
}

.box-evasi select {
	/* height: 25px; */
	line-height: 25px;
	vertical-align: middle;
	padding: 3px 10px;
}

.removeIcon {
	cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-group-addon input {
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 5px;
}

.input-sm {
	padding: 5px 5px;
}

@media (max-width: 767px) {
	.sidebar-mini .content-wrapper {
		margin-left: 0;
	}
	.toogle-bar-button {
		top: 105px;
	}
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length {
		text-align: left;
	}
}

.timeline > .time-label > span {
	padding: 2px;
	color: #444 !important;
	border: 4px solid #ddd;
}

.w-full {
	width: 100%;
}

hr.hr-sm {
	margin-top: 12px;
	margin-bottom: 12px;
	border: 0;
	border-top: 1px solid #c1c1c1;
}

.bg-grey {
	background: #d4d3d3;
}

.righeProdottiProvvigioni.table > tbody > tr > td,
.righeProdottiProvvigioni.table > tbody > tr > th,
.righeProdottiProvvigioni.table > tfoot > tr > td,
.righeProdottiProvvigioni.table > tfoot > tr > th,
.righeProdottiProvvigioni.table > thead > tr > td,
.righeProdottiProvvigioni.table > thead > tr > th {
	padding: 5px 3px;
}

.righeProdottiProvvigioni.table {
	margin: 0px !important;
}
