/*
.page-sidebar {
	width: 355px;
}

.header {
    left: 355px;
}

.content-area {
    padding-left: 355px;
}
.wayap-hidden {
	display: none;
}

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

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

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;
}

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;
}

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

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:#fc7e15!important;
}

.hidden {
	display: none;
}

.sm-active {
	color:#fc7e15!important;
}
*/
.ui-switch input:checked:disabled~span:after {
    background-color: #ccc;
}

.modal-xxl {
	max-width: 90vw;
}

.md-form-sm {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
}

.monospace {
	font-family: monospace;
}
