html {
	height: 100%;
}

body {
	height: 100%;
	font-weight:unset;
}

#wrapper {
	height: 100%;
}

.footer {
	position:relative;
}

.footer-registration {
	/* position:absolute;
	bottom:0;
	left:0;
	right:0; */
	padding: 30px 20px;
	clear: both;
}


.fix-top .navbar-header {
	/* margin-bottom: 30px; */
}

.no-padding{
	padding:0 !important;
}

.no-margin{
	margin:0 !important;
}

.p-1{
	padding:1px !important;
}

.text-overflow-ellipsis {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.td-max-width-150 {
	max-width: 150px !important;
}

.td-max-width-250 {
	max-width: 250px !important;
}

.row-text-small {
	font-size: 12px !important;
}

ul.dropdown-menu > li > a > div.pull-left{
	font-size: 13px;
}

.btn, input, textarea, select, .input-group-addon, .selectize-input, .page-link, [data-trigger="fileinput"] {
	border-radius: 0 !important;
}


/* modal-xl */

.modal-dialog.modal-xl {
	width: 99%;
}

.modal-dialog.modal-xl .modal-content {
	width: 99%;
}

@media screen and (min-width: 1000px) {
	.modal-dialog.modal-xl {
		width: 900px !important;
	}

	.modal-dialog.modal-xl .modal-content {
		width: 900px !important;
	}
}

@media screen and (min-width: 1200px) {
	.modal-dialog.modal-xl {
		width: 1140px !important;
	}

	.modal-dialog.modal-xl .modal-content {
		width: 1140px !important;
	}
}


.nobr	{ white-space:nowrap; }


table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
	left: 45% !important;
}

.select-checkbox {
	width: 35px !important;
}


.dropdown-menu-right {
	left: auto !important;
	right: 0px !important;
}

.le-10 {
	line-height:10px;
}

.row_switch_titles {
	line-height:10px;
	font-size:12px;
	margin: 5px 0;
}

.row_prodotto input {
	height: 25px;
}

.row_prodotto select {
	height: 25px;
	padding: 0;
}

.variante_tipo_sconto_group .input-group-addon {
	padding: 0 !important;
}

.variante_tipo_sconto_group .input-group-addon select {
	height: 23px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* .nav-second-level, .nav-third-level {
	background-color: #f7fafc;
}

hr.separator {
	margin: 3px;
} */

.nav-second-level, .nav-third-level {
	background-color: #f7fafc;
	width: 250px;
}


/* @media (max-width: 767px) {
	body {
		zoom: 60%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		zoom: 65%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		zoom: 70%;
	}
}

@media (min-width: 1200px) {
	
} */

.table-responsive {
	width: 100%;
	overflow-x: auto;
}

.logo b {
	width: auto;
}

.top-left-part {
	width: auto;
}


#side-menu {
	text-transform: uppercase;
	font-size: 15px;
}