.page-sidebar {
	width: 355px;
}

.header {
    left: 355px;
}

.content-area {
    padding-left: 355px;
}

.cliente-hidden {
	display: none;
}

.anteprima-testo-notifica {
	max-width:250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.avatar-badge.badge-success {
	background-color: #43b330;
}

/* LOGIN */
body.login {
	background-color: #eff4ff;
}

.auth-wrapper {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 50px 15px 30px 15px;
}

.auth-content {
	max-width: 400px;
	flex-basis: 400px;
    box-shadow: 0 5px 20px #d6dee4;
}

.home-link {
	position: absolute;
	left: 5px;
	top: 10px;
}

/* DATATABLES */
table.datatable tr > td {
	line-height: 38px;
}

.td-azioni {
	width:8%;
	text-align:center;
}

.td-status {
	width:5%;
	text-align:center;
}

.td-id {
	width:5%;
	text-align:center;
}

a.dropdown-item {
	line-height: 24px;
}

#nuovo-record {
	float: right;
    position: absolute;
    right: 20px;
    top: 16px;
}

a.disabled {
	color: gray !important;
	pointer-events: none;
}

.ui-switch input:checked:disabled~span:after {
    background-color: #ccc;
}

/* GENERALE */
.input-group-icon .input-icon {
    height: calc(2.6rem + 2px);
}

/* UTENTI */
table#permessi-utente {
	width:100%;
}

table#permessi-utente tr td {
	border-bottom:1px solid #ced3da;
	line-height: 32px;
}

table#permessi-utente tr:last-child td {
	border:none
}

div#foto-utente {
	border: 2px solid rgba(0,0,0,0.3);
	border-radius: 2px;
	position: relative;
}

a.cancella-foto-utente {
	position: absolute;
	color: #fff !important;
	top: 5px;
	right: 5px;
	border-radius: 50px;
	cursor: pointer;
	background-color: #fc7e15;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    transition: all .2s ease-in-out;
}

a.cancella-foto-utente:hover {
	background-color: #fff;
	color: #e54800 !important;
}

.hidden {
	display: none;
}

.sm-active {
	/* background-color:#fff; */
	color: #e54800 !important;
}

.page-sidebar {
	background-color: #363839 !important;
}

.sidebar-menu li.mm-active {
	background-color: #262829 !important;
}
